Day of Defeat

Day of Defeat

Server Admins - Need testing dod server.cfg generator
I have a php form generator styled to suit dod Steam Ver1.3. Its brand new.

dodbits Day of Defeat server.cfg file generator Ver 1 [www.dodbits.com]

The php file is on the left and a html page on the right with hints/links about each CVAR.

It has all the commands (I think) are common divided up in sections.

Most have a dropdown choice to customise, some are a text input line (server name and so on)

It generates a default server.cfg in most cases using the default CVAR value or a recommended CVAR based on what I see the majority of admins (that I know) are using.

Can someone test this and offer opinions please?

Have I missed a command?
Any values need adjusting?

Right at the bottom I have the weapon and class restriction CVAR's, the guides for these are thin on the ground, I think I have enough in there to explain them.

Some CVAR's are there as plugins or mapname.cfg files need bringing back to a default set, it may look strange having some CSS surf CVARS in there but I noticed a few servers using non default values... so I put in the default for dod as it looks like some dod server are using them.

Here is the generic output from the generate button at the bottom of the page...

// dodbits Day of Defeat Steam Ver 1.3 cfg file generator echo "Loading Day of Defeat server cfg file" // General server name, passwords and contact details hostname "" rcon_password "" sv_password "" sv_contact "" sv_region "255" sv_lan "0" // RCON and Server bans and server logs sv_rcon_banpenalty "15" sv_rcon_minfailures "5" sv_rcon_maxfailures "10" sv_rcon_minfailuretime "30" mp_logfile "1" sv_logbans "1" sv_log_onefile "0" mp_logdetail "3" // Server downloads and files. //Fast download url. Leave blank if you dont have one but set the above to max. sv_downloadurl "" sv_allowdownload "1" sv_allowupload "1" // Bandwidth Rates sv_maxrate "50000" sv_minrate "7500" sv_maxupdaterate "66" sv_minupdaterate "20" // General server settings mp_friendlyfire "0" sv_alltalk "0" mp_chattime "10" sv_voiceenable "1" mp_allowspectators "1" mp_timelimit "25" decalfrequency "30" mp_flashlight "1" mp_footsteps "1" mp_forcecamera "1" sv_cheats "0" mp_falldamage "0" mp_fadetoblack "0" fakelag "0" fakeloss "0" pausable "0" sv_aim "0" // Movement speed and feel sv_gravity "800" sv_friction "4" sv_stopspeed "100" edgefriction "2" sv_airaccelerate "10" sv_accelerate "10" sv_maxspeed "500" //DoD:s specific Gameplay and server settings // Class Restrictions mp_alliesclasses "-1" mp_axisclasses "-1" //Bazooka, Piat and Panzerschreck Weapon Restriction mp_spawnbazookas "-1" //Axis only MG Weapon Restriction mp_combinemglimits "0" //Weapon Restrictions // Allies Weapon Restrictions mp_limitalliesgarand "-1" mp_limitalliescarbine "-1" mp_limitalliesthompson "-1" mp_limitalliesgreasegun "-1" mp_limitalliesspring "-1" mp_limitalliesbar "-1" mp_limitallies30cal "-1" mp_limitalliesbazooka "-1" // British Weapon Restrictions mp_limitbritlight "-1" mp_limitbritassault "-1" mp_limitbritsniper "-1" mp_limitbritmg "-1" mp_limitbritpiat "-1" // Axis Weapon Restrictions mp_limitaxiskar "-1" mp_limitaxisk43 "-1" mp_limitaxismp40 "-1" mp_limitaxismp44 "-1" mp_limitaxisscopedkar "-1" mp_limitaxisfg42 "-1" mp_limitaxisfg42s "-1" mp_limitaxismg34 "-1" mp_limitaxismg42 "-1" mp_limitaxispschreck "-1" // Execute ban files exec banned_user.cfg exec banned_ip.cfg writeid writeip
Last edited by INsane [dodbits]; May 10, 2020 @ 4:59am
< >
Showing 1-1 of 1 comments
< >
Showing 1-1 of 1 comments
Per page: 1530 50

Date Posted: May 9, 2020 @ 12:35am
Posts: 1