Search results

  1. S

    More Skins for DayZ 1.8.6.1

    Thanks for contributing! You are going to be one of the "goto guys" for 1.8.6.1! But I have a suggestion from personal experience here. Do not put the edited files for download and ask admins to just use yours (your filedropper/skins_3) What if you move/delete that file? What if the admin...
  2. S

    its so lonely here ...

    Oh, yeah. I had a simpler plan. Run overpoch with celle map :D as far as I could see, Celle sucked hairy goat balls and wasnt worth its own mod :p I did see some videos of epidemic and some of its features were improvements over dayz. I am sure I saw a video of mounting found sights onto...
  3. S

    Setting up a Dayz Server

    I should have REALLY EMPHASIZED the part about copying the dll files. Each mod seems to need its own version of those files.
  4. S

    Setting up a Dayz Server

    And its a testing server so speed is not required ... it all runs on a 64gb flash drive. I have all the mods saved, all potential files I want to have someday .. and it has the included 5.7 mysql server ... one self contained, all inclusive dayz server to go.
  5. S

    Setting up a Dayz Server

    .... You want to run an Overwatch or Epidemic server with what I showed you ... is that the question? The private server pack just inserts the 'framework' of a server into your arma installation (including version 5.5 mysql database, version 5.7 available here). It includes the cfgdayz folder...
  6. S

    [1.8.6.1] - How to spawn more vehicles?

    We got this all fixed up via email. During that time, I got the dayz 1.8.6.1 vehicle spawn system integrated with my Overcrap server so I can have vehicles spawn where I place them. I will post the howto this weekend.
  7. S

    Setting up a Dayz Server

    in the statup bat file, comment out the lines that says starting mysql and the one that runs the spawn function. The only line you need is this (edited to your specs of course) start .\arma2oaserver.exe -mod=@dayzoverwatch;@dayz_epoch;@dayz_epoch_server -name=infected...
  8. S

    Remove junk from roads DayZ 1.8.6.1

    Unfortunately ... they completely remodeled the debris in the new version, that no longer works. My solution that I posted recently was the same as Hansi did except I did not copy the cfgtowngenerator file. I set _townarray = []; Still have to move all the rest of the files though...
  9. S

    [Support] DZGM

    i replied in your othet thread, the short answer is "Yes, this works with dayz 1.8.6". In your other thread you mention having a BE script restriction kick. You will get the same with this script if you do not edit your Battleye filters. I am sure there are directions of how to do that on the...
  10. S

    ClanDoolittle Group Management

    dayz cc has nothing to do with the actual workings of a server. its just a set of files to help you configure, manage and start the server. that error is a battleye script restriction. you need to edit the scripts or .. i always disabled them, but i dont believe in unicorns or hackers :D...
  11. S

    invisible coins

    you have to explain better, and post your log files. i assume you mean like zupas coins. you sell something and the counter on the screen doesnt show the new value? but when you transfer, it allows the correct amount ... which is more thsn the displayed amount? probably client side rpt log...
  12. S

    Removing ammoboxes from the map.

    PS. if you want to remove something.... anything ... besides removing the code that creates it ... run this script at the bottom of your init.sqf _deleteList = nearestObjects [[7500,7500], ["classname","classename], 7500]; { deletevehicle _x; } foreach _deleteList; you will of course replace...
  13. S

    [SUPPORT] - Sheeps Epoch Repack

    just joking .... you need to post your client log first, then we can look at the server log and hive log. ALWAYS post the logs or files that are in error. before you ask .... https://community.bistudio.com/wiki/Crash_Files#ARMA_2_OA
  14. S

    [SUPPORT] - Sheeps Epoch Repack

    someone else asked the same,thing last week and i forgot about the question and who asked. they said they have loke almost a minute for the trader menu to open. i assume there is no other lag at that time and its just limited to the traders. its probably some error loading the items ... i...
  15. S

    [1.8.6.1] - How to spawn more vehicles?

    well ... your user should have full permissions on that datsbase, if not then thats hosed up. i hand out free servers ... do you want a mysql server?
  16. S

    A lot of Scripts doesn't work with my 1.8.6 server

    you done broke it. post your RPT log and we can help you. Sarge AI doesnt work completely with current version of arma2, some error caused by upsmon I think. We should fix it ..
  17. S

    its so lonely here ...

  18. S

    Persistent Loot

    I have had the Dayz Standalone since it came out and have logged in about .. oh, 20 minutes total game time. Dont like it. But my kid plays it a lot and he mentioned to me that the loot spawns like the vehicles .. its persistent over restarts. If you drop some bit of loot, its persistent over...
  19. S

    [1.8.6.1] - How to spawn more vehicles?

    Tell RL to go fuck itself .. you are doing DayZ !! Then you have seen the Users and privileges in the upper left ... If you do not have root access .. http://dev.mysql.com/doc/refman/5.7/en/resetting-permissions.html Where did you get that image you posted that showed all tables, functions...
  20. S

    [1.8.6.1] - How to spawn more vehicles?

    okay, i am going to create a blank database and add in the files as they should have been added. .. I wish I had a microphone sometimes so I could annotate these quick videos. Anyways these are the steps I demonstrate in this video. You have to adapt the steps to whatever crappy mysql client...
Back
Top