NiEGaz0wany Posted December 29, 2011 Share Posted December 29, 2011 With this settings i have the xpsave forever ? // Logsset g_log "server.log"set logfile 2set g_logOptions 0set g_logAdmin "admin.log"set g_cheatLog "cheat.log"set g_adminProtection "7" // XP Save configurationset g_XPSave 31set g_XPSaveMaxAge_xp "30d"set g_XPSaveMaxAge "12o"set g_damageXP "1"set g_damageXPLevel "50"set g_maxXP "900000"set g_xpdecay "0"set g_xpdecayrate "0"set g_xpdecayfloor "1"set g_maxXPResetWarn "0"//set g_punkbuster 1 // Shrubbot and Databaseset g_dbDirectory "database"set g_dbUserMaxAge "12od"set g_minConnectLevel "0"// see documentation about tyranny enabled commands and flagsset g_tyranny "1"set g_greetingPos "0"set g_warningOptions "3"set g_warningDecay "24"set g_maxWarnings "3"set g_autoTempBan "0"set g_autoTempBanTime "1800" Quote Link to comment Share on other sites More sharing options...
Dr.Tr!be Posted December 29, 2011 Share Posted December 29, 2011 (edited) With this settings i have the xpsave forever ? // Logsset g_log "server.log"set logfile 2set g_logOptions 0set g_logAdmin "admin.log"set g_cheatLog "cheat.log"set g_adminProtection "7" // XP Save configurationset g_XPSave 31 to 21 <----------------------------- !!!!!!set g_XPSaveMaxAge_xp "30d"set g_XPSaveMaxAge "12o"set g_damageXP "1"set g_damageXPLevel "50"set g_maxXP "900000" to -1 <----------------------------- !!!!!!set g_xpdecay "0"set g_xpdecayrate "0"set g_xpdecayfloor "1"set g_maxXPResetWarn "0"//set g_punkbuster 1 // Shrubbot and Databaseset g_dbDirectory "database"set g_dbUserMaxAge "12od" to 30d is OK for me <-----------------------------set g_minConnectLevel "0"// see documentation about tyranny enabled commands and flagsset g_tyranny "1"set g_greetingPos "0"set g_warningOptions "3"set g_warningDecay "24"set g_maxWarnings "3"set g_autoTempBan "0"set g_autoTempBanTime "1800" Edited December 29, 2011 by Dr.JeKylL Quote Link to comment Share on other sites More sharing options...
Dr.Tr!be Posted December 29, 2011 Share Posted December 29, 2011 (edited) it will be forever if the players conect in 30d (days) max.. if he dont conect in this time.. the player will lose his xp g_XPSaveMaxAge_xp, g_XPSaveMaxAge and g_dbUserMaxAge seems to have same efect.. so both to "12o" stop me if im wrong :s !! Edited December 29, 2011 by Dr.JeKylL Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted December 29, 2011 Management Share Posted December 29, 2011 You can set the g_dbUserMaxAge to "" (empty) and the records will be never deleted. I just checked and indeed the g_XPSaveMaxAge_xp and g_XPSaveMaxAge do require values to be set. However, the maximum seems to be little less then 73 years. I think in next version these settings should be something that can be also disabled. Quote Link to comment Share on other sites More sharing options...
Subscriber BettyBoop Posted September 30, 2012 Subscriber Share Posted September 30, 2012 i have the same problems when i play 1 day i keep mine xp but when i back the day later i lost it againhere our settings // XP Save configurationset g_dbDirectory "database"set g_dbUserMaxAge "3o"set g_XPSave 1set g_XPSaveMaxAge_xp "30d"set g_xpsavemaxage "30d"set g_damageXP "1"set g_damageXPLevel "50"set g_maxXP "100000"set g_xpdecay "0"set g_xpdecayrate "0"set g_xpdecayfloor "1" so if i modify for ?// XP Save configurationset g_dbDirectory "database" set g_dbUserMaxAge "" set g_XPSave 1 and with 05 ? set g_XPSaveMaxAge_xp "120d" set g_XPSaveMaxAge "120d" set g_damageXP "1" set g_damageXPLevel "50" set g_maxXP "100000" and to have it never reseted -1 ? set g_xpdecay "0" set g_xpdecayrate "0" set g_xpdecayfloor "1" thanks you for helpswe use silent for our second server but i will like to run it on our main but first i need to have the xp saved first Quote Link to comment Share on other sites More sharing options...
Dragonji Posted September 30, 2012 Share Posted September 30, 2012 (edited) set g_XPSave 1 and with 05 ?(...)set g_maxXP "100000" and to have it never reseted -1 ?Try the value of 21 which was suggested on these forums several times. set g_maxXP "100000" and to have it never reseted -1 ?Yes, -1. PS. Everything you're asking for is already explained in this thread. Edited September 30, 2012 by Dragon Quote Link to comment Share on other sites More sharing options...
Subscriber BettyBoop Posted September 30, 2012 Subscriber Share Posted September 30, 2012 i did all thatand modified our rotation so after a full server restart , i joined and lost again mine xp Quote Link to comment Share on other sites More sharing options...
Dragonji Posted September 30, 2012 Share Posted September 30, 2012 i did all thatand modified our rotation so after a full server restart , i joined and lost again mine xpAre you sure? Please, check with rcon values of both cvars on a living server. Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted September 30, 2012 Management Share Posted September 30, 2012 Take a look at thishttp://mygamingtalk.com/wiki/index.php/Silent_Mod_Installation#silent.cfg Make sure you do not launch the mod before you have the g_XPSave setting set. This mean that there is no map command executed before it. This kind of problem can happen easily especially if you have multiple config files executed from the command line. Quote Link to comment Share on other sites More sharing options...
Subscriber BettyBoop Posted September 30, 2012 Subscriber Share Posted September 30, 2012 in silent cfg i have these lines at the end// MAP ROTATIONexec objectivecycle.cfg // Objective mode // WATCHDOG// in case the game dies with an ERR_DROP// or any situation leading to server running with no map//set com_watchdog 10 // defaults 60set com_watchdog_cmd "exec objectivecycle.cfg" // defaults to quit set g_friendlyFireOpts 0set g_reflectFFWeapons 0 // XP Save configurationset g_dbDirectory "database"set g_dbUserMaxAge ""set g_XPSave 21set g_XPSaveMaxAge_xp "120d"set g_XPSaveMaxAge "120d"set g_damageXP "1"set g_damageXPLevel "50"set g_maxXP "-1"set g_xpdecay "0"set g_xpdecayrate "0"set g_xpdecayfloor "1" so u mean will be better to add these lines set g_friendlyFireOpts 0set g_reflectFFWeapons 0// XP Save configuration set g_dbDirectory "database" set g_dbUserMaxAge "" set g_XPSave 21 set g_XPSaveMaxAge_xp "120d" set g_XPSaveMaxAge "120d" set g_damageXP "1" set g_damageXPLevel "50" set g_maxXP "-1" set g_xpdecay "0" set g_xpdecayrate "0" set g_xpdecayfloor "1" before // MAP ROTATIONexec objectivecycle.cfg // Objective mode// WATCHDOG// in case the game dies with an ERR_DROP// or any situation leading to server running with no map//set com_watchdog 10 // defaults 60set com_watchdog_cmd "exec objectivecycle.cfg" // defaults to quitset g_friendlyFireOpts 0set g_reflectFFWeapons 0 thanks you Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted September 30, 2012 Management Share Posted September 30, 2012 That is indeed how it should be done. Execing the map cycle last. BettyBoop 1 Quote Link to comment Share on other sites More sharing options...
Subscriber BettyBoop Posted September 30, 2012 Subscriber Share Posted September 30, 2012 thanks you 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.