Jump to content

[configuration problem] XP will not save


phantasm

Recommended Posts

I ran silent mod on one of my servers last year. I liked the "feel" of the mod, but I always had problems with xp resetting. I haven't run silent since last year.

 

Last week I rented a huge machine and one of the servers I wanted to put on it is a silent mod. So I downloaded the 0.5.1 version on ubuntu server 12.04.

 

Yeah I know Debian is faster, and I will probably switch to it when I need more power, but I have tons of power now and I can find more information online about ubuntu.

 

My problem that has inspired me to post today is that the xp stays at zero all the time for all players, human and omnibot.

 

Here is my command line:

 

nohup etded +set com_hunkmegs 512 +set com_zoneMegs 64 +set sv_pure 1 +set dedicated 2 +set net_ip ######## +set net_port ##### +set fs_game silent +exec ########.cfg &

 

("nohup &" lets me run it in putty without shutting down)

 

 

Here are the important parts of my config:

 

 

 

set dedicated 2

set net_ip "####################"

set net_port #####

 

set sv_maxclients "64"

set g_password ""

set sv_privateclients 0

set sv_privatepassword ""

set sv_fullmsg "Server is full."

 

set rconpassword ""

set refereePassword ""

 

set sv_maxRate 45000

set sv_dl_maxRate 42000

set sv_allowDownload 1

set sv_wwwDownload 1

set sv_wwwDlDisconnected 0 //was 1 by default

set sv_wwwBaseURL "######################"

set sv_wwwFallbackURL ""

 

set sv_pure 1

set sv_minping 0

set sv_maxping 0

 

// silEnT mod supported cvars

 

set g_antilag 1

set g_antiwarp 1

set g_maxWarp 4

set g_skipCorrection 1

set g_heavyWeaponRestriction 100

set g_altStopwatchMode 0

set g_autofireteams 1

set g_complaintlimit 6

set g_ipcomplaintlimit 3

set g_fastres 0

set g_friendlyFire 0

set g_disableComplaints 15

set g_minGameClients 0

set g_maxlives 0

set g_alliedmaxlives 0

set g_axismaxlives 0

set g_teamforcebalance 0

set g_noTeamSwitching 0

set g_doWarmup 0

set g_warmup 20

set match_latejoin "1"

set match_minplayers 0

set match_mutespecs 0

set match_readypercent 0 //was 100

set match_warmupDamage 1

set team_maxplayers 0

set g_speed 400

set g_gravity 400

set g_knockback 1000

set g_inactivity 0

set g_spectatorInactivity 0

set g_maxConnsPerIP 4

set shoutcastPassword "######"

set g_spoofOptions 3

set g_maxNameChanges 3

set g_watermark ""

set g_watermarkFadeAfter 0

set g_watermarkFadeTime 0

set g_inactivityOptions 3

set g_ettvFlags 3

 

// Votes

set g_voting 0

set vote_limit 5

set vote_percent 50

set g_noVoteTime 0

set vote_allow_comp 1

set vote_allow_gametype 1

set vote_allow_kick 1

set vote_allow_map 1

set vote_allow_matchreset 1

set vote_allow_mutespecs 1

set vote_allow_nextmap 1

set vote_allow_pub 1

set vote_allow_referee 0

set vote_allow_shuffleteamsxp 1

set vote_allow_swapteams 1

set vote_allow_friendlyfire 1

set vote_allow_timelimit 0

set vote_allow_warmupdamage 1

set vote_allow_antilag 1

set vote_allow_balancedteams 1

set vote_allow_muting 1

set vote_allow_surrender 1

set vote_allow_nextcampaign 1

set vote_allow_restartcampaign 1

set vote_allow_poll 1

set vote_allow_maprestart 1

set vote_allow_shufflenorestart 1

set vote_allow_cointoss 1

 

// Logs

set g_log "#################"

set g_cheatLog "cheat.log"

set logfile 2

set g_logOptions 0

set g_logAdmin "#################"

 

// XP Save configuration

set g_XPSave 21

// Only stored XP

set g_XPSaveMaxAge_xp "30d"

// Stored XP and all rating values

set g_XPSaveMaxAge "30d"

set g_damageXP "1"

set g_damageXPLevel "50"

set g_maxXP ""

set g_xpdecay "0"

set g_xpdecayrate "0"

set g_xpdecayfloor "1"

//set g_punkbuster 1

 

 

// Shrubbot and Database

set g_dbDirectory "database"

set g_dbUserMaxAge "90d"

set g_minConnectLevel 0

// see documentation about tyranny enabled commands and flags

set g_tyranny 1

set g_greetingPos 0

set g_warningOptions 0

set g_warningDecay 24

set g_maxWarnings 3

set g_autoTempBan 0

set g_autoTempBanTime 1800

 

 

exec objectivecycle.cfg

set com_watchdog 60

set com_watchdog_cmd "exec objectivecycle.cfg"

 

 

//cvars I added

set g_gametype 6 // I changed the objectivecycle.cfg to gametype 6 too

set g_misc 101

Link to comment
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.

×
×
  • Create New...