Jump to content

Fuze95

Members
  • Content Count

    13
  • Joined

  • Last visited

Community Reputation

1 Neutral

About Fuze95

  • Rank
    Scavenger

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Fuze95

    Server issue with mods

    Try this .bat, @echo off cls set watch=DayZ Server title %watch% Watchdog cd "C:\Program Files (x86)\Steam\steamapps\common\DayZServer" :watchdog echo (%time%) %watch% started. start "DayZ Server" /wait "DayZServer_x64.exe" -config=serverDZ.cfg -port=2302 -dologs -mod=@CF;StaminaDisable;ZomBerry -profiles=ServerProf echo (%time%) %watch% closed or crashed, restarting. goto watchdog replace your mods into "-mod" (use ; to add more mods. I think you know). btw I have my "ServerProf" folder in DayZserver root.
  2. Fuze95

    Server issue with mods

    Did you load mods from the Dayz launcher before connect?
  3. Fuze95

    Advice on starting server

    for only you and friend? try use google cloud server. There is free tier with $300 credits. you can use it for like 2 or 3 months for free (CPU 2.4GHz, RAM 8GB, Windows Server 2016 OS). But you will need a credit or debit card to activate free tier. You can select server location when you setup the server.
  4. Fuze95

    Advice on starting server

    Inside the DayZServer folder, there is a file called "serverDZ.cfg" (you might know about it). In this file there are these lines, serverTimeAcceleration=12; you can change value 0 - 24. For example if you put 24 as the value, entire day would pass in one hour. Next line, serverNightTimeAcceleration=1; you can change value 0.1-64. More value = faster night time. Also remember, serverNightTimeAcceleration value also multiplied by serverTimeAcceleration value. For example let's take, serverTimeAcceleration=10 and serverNightTimeAcceleration=5 so in this case server night time would move 50 times faster than normal day time.
  5. Fuze95

    Need help with starting a server

    This guide will help you.
  6. Thanks for your support. looking forward to see the CE editor guide. Thanks in advance! 😍
  7. It finally worked.. Thank you so much. BTW do you know how to spawn animals into a specific location? For example, If i want to make a farm, can i spawn cattle, pigs, hen or other animal into a building or into a base?
  8. <var name="SpawnInitial" type="0" value="1200"/>
  9. Yes. I have changed it to <var name="AnimalMaxCount" type="0" value="9999"/>.
  10. Thanks for the reply! But still not working.. There are so many files mentioning about animals. I don't no which one to edit to get animals on the server. so sad...
  11. How to spawn animals into a specific location and increase animal population? I tried using CEeditor and replacing "env" files in mpmissions folder (DayZ Server). Also updated events.xml file. But nothing happen. same method worked for zombies but not for the animals. Please Help!
  12. Is there any way to spawn animals into a specific location and increase animal population? Tried with editing "worlds_chernarusplus_ai" and mpmissions DB files. Still no progress! I can increase zombies, but that method is not working with animals.
×