Search results

  1. B

    DayZ Chenarus Auto Refuel! All stations!

    You can go into "kh_actions.sqf" and change "_amount= x;" where x is the percentage of fuel to be added per loop. I find "_amount= 0.02;" to be a nice number.
  2. B

    DayZ Chenarus Auto Refuel! All stations!

    Like Danny Boy, I changed the "5" to a "1" at the beginning... and I no longer get kicked.
  3. B

    [Tutorial] Custom Loot Tables and Adjusting Spawn Rates

    I don't know if I'm the only one who messed up because of the typo error in 3. "Fixes\buildingspawnZombies.sqf"; Should in fact be : "Fixes\building_spawnZombies.sqf"; Just a heads up if you just blindly copy paste like I did :/
  4. B

    Need help resetting specific vehicles on server restart

    DELETE FROM `object_data` WHERE `ObjectUID` = '0000500000393'; DELETE FROM `object_data` WHERE `ObjectUID` = '0000500000394'; DELETE FROM `object_data` WHERE `ObjectUID` = '0000500000395'; DELETE...
  5. B

    Need help resetting specific vehicles on server restart

    The topic title may say it all, but I will give a rundown. I need a way to reset a number of vehicles to their original spawn position at server restart, whilst leaving the other vehicles unaltered. I had an idea, that I may be able to create a secondary object_data table in the server database...
  6. B

    Strange issue relating to Mission Editing

    I have just modified my private hive map using the in-game editor and have merged the two .sqm's to complete the modifications. However, after starting the server (which is all smooth with no errors) and attempting to join, all I see is a 'Wait for host' black screen whilst BE initializes, even...
Back
Top