Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Total beginner


Recommended Posts

Just got a Vanilla Dayz mod server. Looking to set up full moon nights, increase chopper count, and nerf the zombies a bit. No idea where to start at all, any help would be appreciated.

Share this post


Link to post
Share on other sites

I work with FileZilla to download the files, open with PBO manager and make the sqf changings with Notepad++


full moon

In your mission file (ex dayz_1.namalsk)

 

In your init.sqf you can find this:

dayz_fullMoonNights = true;

 

or

open the file OPTIONS
open the Epochconfig.sqf
there you find:

//Enable full moon nights by setting this to true. (Default: false)
dayz_fullMoonNights = true;

You can also change day/night settings in the control panel.


increase choppers

you need to find your dynamic_vehicle.sqf
This you normally can find in the server pbo file
open the missions file and there it should be.
In this file you find the vehicles spawned by the server with the amount.

ex: ["UH1Y_DZE",2],

The server spawns 2 UH1Y_DZE helis.
You can uncomment this line for 0 UH1Y helis or 1 to spawn only 1 heli of this type


For the zombies I have no idea sorry.

Share this post


Link to post
Share on other sites

  • 2 weeks later...

What exactly are you trying to do with the zombies? Nerf doesn't give detail. Do you want faster, slower, harder hitting? Messing around with zombies isn't that easy.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...