Search results

  1. G

    Strange server issue!

    Can you post an RPT? It's hard to help without context.
  2. G

    [1.7.7.1 HOTFIX] Fix for server side FPS and Loot not spawning

    I've tested this and I can confirm it works. Technically all I have done is implement the fix that was meant to be applied in 1.7.7 Age > 60 would fix the loot deleting (somewhat, I'd imagine this number would be hard to predict - ((DateToNumber date) - _created) * 525948) - What it will not...
  3. G

    1.7.7.1 Loot cleanup

    Changed the value ((diag_tickTime - _timeNem) > 3600) to what it was meant to be (60 minutes). Server performs way better and loot spawns are noticeably improved.
  4. G

    [1.7.7.1 HOTFIX] Fix for server side FPS and Loot not spawning

    https://github.com/azmodii/DayZ-Source/blob/Release_1.7.7.1/SQF/dayz_server/system/server_cleanup.fsm Replace your server_cleanup.fsm with this one. The patch notes say: * [FIXED] - Loot Cleanup has now been fully resolved. Old loot piles will now be cleaned every 60 minutes and no players...
  5. G

    How high is the DebugFPS value on your Server ?

    Ours has dropped from 40-50FPS to 3>50 fluctuating, but resting at around 7. Its the cleanup script in 1.7.7.1 going mad.
  6. G

    Server stuck on "Creating" until Players join?

    Every Arma server works this way. With regard to the restarts, have you tried battle eye extended controls? Works regardless of if the mission has been read or not. Another thing to note is - If the mission hasn't run, why restart it?
  7. G

    1.7.7.1 Loot cleanup

    I can confirm this. But in our case it is every second or two. We are running 1.7.7.1. Line 12743: 17:13:03 "CLEANUP: INITIALIZING CLEANUP SCRIPT" Line 12743: 17:13:03 "CLEANUP: INITIALIZING CLEANUP SCRIPT" Line 12956: 17:14:03 "CLEANUP:TOTAL 70 LOOT BAGS" Line 12980: 17:15:03...
  8. G

    Strip vehicles for parts

    I'm having an issue on 1.7.7.1 Parts remove fine but the damage is not applied to the vehicle. This allows you to literally repair any vehicle with little effort. Also, players are reporting that upon repairing a part, the vehicle goes 100% for everything. Any ideas?
  9. G

    [WORKING] Halo Jump - New/Re-Spawn Only

    To get this to work in 1.7.7/1.7.7.1 Find: waitUntil { !isNil ("dayz_Totalzedscheck") and Change to: waitUntil { !isNil ("dayz_animalCheck") and Not sure if its essential but you may need to also comment out RESeq.sqf. I'm running antihacks and thats why I have commented it out. In...
Back
Top