Beginner needs Help customizing his Server

TehCenturion

New Member
Hi guys , yesterday i set-up my server , everything runs fine , ping is okay too.

Just want to know if you can change these things :

Number of Vehicles
Rarity of Vehicle
More Loot
Startinggear
Autorestart
Only Day/Night
Automessages

I know that there are threads about this already , but its pretty complicated for me , i dont know a thing about scripting , i hope nobody is angry about me.
 
For the auto messages I think you need to edit the server cfg in the dayzcfg folder.The day/night is from what i heard depends on your computer time so if u set the clock back to 12 it shoud go back to daytime.About the other stuff try looking in the general discusion section
 
Ok, let's see...

- More Loot: You have to edit "config.cpp" in dayzcode.pbo (unpack it with PBO manager, edit it with Notepad ++ and re-pack it)
- Startinggear: http://opendayz.net/index.php?threa...ng-gear-loadout-no-custom-dayz_code-req.8670/
- Autorestart: http://ibattle.org/
- Only Day/Night: Edit "HiveExt.ini" in cfgdayz folder...
Automessages: http://ibattle.org/ or
Code:
// WELCOME MESSAGE ("message of the day")
// It can be several lines, separated by comma
// Empty messages "" will not be displayed at all but are only for increasing the interval
motd[] = {
    "YOUR MESSAGE HERE",
    "YOUR SECOND MESSAGE HERE"
};
motdInterval = 1;                        // Time interval (in seconds) between each message
 
Here's kind of a noob question....

So I can extract the pbo and edit it, but how do you repack it using PBO Manager? I don't get any option to do that.
 
Nope, just options for other programs I have that are integrated into right click (anti-virus, RAR, etc). I must have downloaded a crappy copy or something.
 
You have to repack the folder, not the file... Maybe that's why you don't have the option...

pboe.jpg
 
Back
Top