Jump to content
Sign in to follow this  
spunkybd

Lack of config help threads... I need some.

Recommended Posts

I need to set my server.cfg to allow 3rd person, disable nameplates, disable tracers, disable crosshairs

Heres my current cfg.



// 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[] = {
"DayZ server by Spunkybd",
"",
"",
};
motdInterval = 5; // Time interval (in seconds) between each message

// JOINING RULES
maxPlayers = 40; // Maximum amount of players. Civilians and watchers, beholder, bystanders and so on also count as player.
kickDuplicate = 0; // Each ArmA version has its own ID. If kickDuplicate is set to 1, a player will be kicked when he joins a server where another player with the same ID is playing.
verifySignatures = 2; // Verifies .pbos against .bisign files. Valid values 0 (disabled), 1 (prefer v2 sigs but accept v1 too) and 2 (only v2 sigs are allowed).
equalModRequired = 0; // Outdated. If set to 1, player has to use exactly the same -mod= startup parameter as the server.
requiredBuild = 95310; // Require clients joining to have at least build 12345 of game, preventing obsolete clients to connect

// VOTING
voteMissionPlayers = 1; // Tells the server how many people must connect so that it displays the mission selection screen.
voteThreshold = 2; // 33% or more players need to vote for something, for example an admin or a new map, to become effective

// INGAME SETTINGS
disableVoN = 1; // If set to 1, Voice over Net will not be available
vonCodecQuality = 10; // Quality from 1 to 10
persistent = 1; // If 1, missions still run on even after the last player disconnected.
timeStampFormat = "short"; // Set the timestamp format used on each report line in server-side RPT file. Possible values are "none" (default),"short","full".
BattlEye = 1; // Server to use BattlEye system

// SCRIPTING ISSUES
onUserConnected = ""; //
onUserDisconnected = ""; //
doubleIdDetected = ""; //
// SIGNATURE VERIFICATION
onUnsignedData = "kick (_this select 0)"; // unsigned data detected
onHackedData = "kick (_this select 0)"; //"ban (_this select 0)"; // tampering of the signature detected
onDifferentData = ""; // data with a valid signature, but different version than the one present on server detected

// MISSIONS CYCLE (see below)
class Missions
{
class DayZ {
template = dayz_7523.Chernarus;
difficulty = "Veteran"; // change this for other difficulty settings, regular, expert is valid
};
};

Thanks,

Spunky

Share this post


Link to post
Share on other sites

Where do i go for that? Or what file?

Sorry noob here.. Just wanted a place to call home in dayz for our clan.

Share this post


Link to post
Share on other sites

who hosts your server?

Id just check through all .cfg files till you see the dificulty options i know where mines kept but might differ with dif hosts.

You will see lets say

veteran; then underneath that you will have...

3D on = 0 for no 1 for yes

etc

  • Like 1

Share this post


Link to post
Share on other sites

Defconservers.com

So it is a dif file from the server.cfg file?

Share this post


Link to post
Share on other sites

mine is yes, i see you have veteran difficulty set in your main server.cfg so you will need to edit the section under veteran. Make sure your server is stopped before editing then save the cfg then start server again

Share this post


Link to post
Share on other sites

One last question.. what folder is that cfg in? In my \\cfgdayz\ i dont see it.. whos your hosting? Maybe i should find someone using defcon that has gone through this.

Share this post


Link to post
Share on other sites

Im at work too... lol going through tor network to by pass all these damn firewalls...

Share this post


Link to post
Share on other sites

Btw.. Thanks! found that file and put the config how i wanted.

Share this post


Link to post
Share on other sites

ive got quite the same problem! i set the server on veteran and change 3rdp to off and crosshair off, but when joining server everything is on! some idees?

Share this post


Link to post
Share on other sites

ive got quite the same problem! i set the server on veteran and change 3rdp to off and crosshair off, but when joining server everything is on! some idees?

No idea I am having this problem, I hope someone answers this question because I am stuck!

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×