phantasm Posted June 9, 2012 Share Posted June 9, 2012 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 2set net_ip "####################"set net_port ##### set sv_maxclients "64"set g_password ""set sv_privateclients 0set sv_privatepassword ""set sv_fullmsg "Server is full." set rconpassword ""set refereePassword "" set sv_maxRate 45000set sv_dl_maxRate 42000set sv_allowDownload 1set sv_wwwDownload 1set sv_wwwDlDisconnected 0 //was 1 by defaultset sv_wwwBaseURL "######################"set sv_wwwFallbackURL "" set sv_pure 1set sv_minping 0set sv_maxping 0 // silEnT mod supported cvars set g_antilag 1set g_antiwarp 1set g_maxWarp 4set g_skipCorrection 1set g_heavyWeaponRestriction 100set g_altStopwatchMode 0set g_autofireteams 1set g_complaintlimit 6set g_ipcomplaintlimit 3set g_fastres 0set g_friendlyFire 0set g_disableComplaints 15set g_minGameClients 0set g_maxlives 0set g_alliedmaxlives 0set g_axismaxlives 0set g_teamforcebalance 0set g_noTeamSwitching 0set g_doWarmup 0set g_warmup 20set match_latejoin "1"set match_minplayers 0set match_mutespecs 0set match_readypercent 0 //was 100set match_warmupDamage 1set team_maxplayers 0set g_speed 400set g_gravity 400set g_knockback 1000set g_inactivity 0set g_spectatorInactivity 0set g_maxConnsPerIP 4set shoutcastPassword "######"set g_spoofOptions 3set g_maxNameChanges 3set g_watermark ""set g_watermarkFadeAfter 0set g_watermarkFadeTime 0set g_inactivityOptions 3set g_ettvFlags 3 // Votesset g_voting 0set vote_limit 5set vote_percent 50set g_noVoteTime 0set vote_allow_comp 1set vote_allow_gametype 1set vote_allow_kick 1set vote_allow_map 1set vote_allow_matchreset 1set vote_allow_mutespecs 1set vote_allow_nextmap 1set vote_allow_pub 1set vote_allow_referee 0set vote_allow_shuffleteamsxp 1set vote_allow_swapteams 1set vote_allow_friendlyfire 1set vote_allow_timelimit 0set vote_allow_warmupdamage 1set vote_allow_antilag 1set vote_allow_balancedteams 1set vote_allow_muting 1set vote_allow_surrender 1set vote_allow_nextcampaign 1set vote_allow_restartcampaign 1set vote_allow_poll 1set vote_allow_maprestart 1set vote_allow_shufflenorestart 1set vote_allow_cointoss 1 // Logsset g_log "#################"set g_cheatLog "cheat.log"set logfile 2set g_logOptions 0set g_logAdmin "#################" // XP Save configurationset g_XPSave 21// Only stored XPset g_XPSaveMaxAge_xp "30d"// Stored XP and all rating valuesset 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 Databaseset g_dbDirectory "database"set g_dbUserMaxAge "90d"set g_minConnectLevel 0// see documentation about tyranny enabled commands and flagsset g_tyranny 1set g_greetingPos 0set g_warningOptions 0set g_warningDecay 24set g_maxWarnings 3set g_autoTempBan 0set g_autoTempBanTime 1800 exec objectivecycle.cfgset com_watchdog 60set com_watchdog_cmd "exec objectivecycle.cfg" //cvars I addedset g_gametype 6 // I changed the objectivecycle.cfg to gametype 6 tooset g_misc 101 Quote Link to comment Share on other sites More sharing options...
Management TheSilencerPL Posted June 9, 2012 Management Share Posted June 9, 2012 I would take a look at g_maxXP setting. I don't know how it would behave when you have it set like this.Better set it to:set g_maxXP "-1" Quote Link to comment Share on other sites More sharing options...
phantasm Posted June 9, 2012 Author Share Posted June 9, 2012 That was the problem. Thanks for the quick and accurate response! Quote Link to comment Share on other sites More sharing options...
Management TheSilencerPL Posted June 9, 2012 Management Share Posted June 9, 2012 Glad it worked Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.