Jump to content

Taco Donkey

Members
  • Content Count

    6
  • Joined

  • Last visited

Everything posted by Taco Donkey

  1. Taco Donkey

    Server Performance

    I haven't had any issues like that with my server. You running any mods or altered the files?
  2. Taco Donkey

    How vehicles spawn work?

    I'm not positive, but it does appear that you have you Min and Max mixed up in the bottom of the events code under children.
  3. Taco Donkey

    Adjusting zombies

    I have done the steps above and noticed a large increase in zombies. I did not need to edit worlds_chernarusplus_ai.pbo
  4. Taco Donkey

    Server restart timer

    I had that same issue with BEC. I switched to CFTools OmegaX. It handles whitelisting, server restarts, bans and server messages. I recommend checking it out. https://omegax.cftools.de/ Good luck.
  5. Taco Donkey

    Adjusting zombies

    The way I increased the zombies on my server was to go to C:\Program Files (x86)\Steam\steamapps\common\DayZServer\mpmissions\dayzOffline.chernarusplus\db Find Events. Open it with Notepad++. Go down to InfectedArmy and increase the Nominal, Min, and Max counts. Here is what mine looks like : <event name="InfectedArmy"> <waves>0</waves> <nominal>100</nominal> <min>75</min> <max>300</max> <lifetime>180</lifetime> <restock>0</restock> <saferadius>100</saferadius> <distanceradius>50</distanceradius> <cleanupradius>100</cleanupradius> <flags deletable="0" init_random="0" remove_damaged="1" sec_spawner="0"/> <position>player</position> <limit>custom</limit> <active>1</active> Directly under that, you will see The children of this category. Raise the Min count on those as well. Mine looks like this : <children> <child lootmax="5" lootmin="0" max="0" min="40" type="ZmbM_PatrolNormal_Autumn"/> <child lootmax="5" lootmin="0" max="0" min="10" type="ZmbM_PatrolNormal_Flat"/> <child lootmax="5" lootmin="0" max="0" min="20" type="ZmbM_PatrolNormal_PautRev"/> <child lootmax="5" lootmin="0" max="0" min="10" type="ZmbM_PatrolNormal_Summer"/> <child lootmax="5" lootmin="0" max="0" min="20" type="ZmbM_SoldierNormal"/> Do this for InfectedCity, InfectedFirefighter, InfectedMedic and so on. Then open Globals. Increase the ZombieMaxCount numbers to your liking. Enjoy.
  6. Taco Donkey

    there seems to be different items on my server

    How are the tents working for you?
×