Dookie Posted August 11, 2017 Share Posted August 11, 2017 Hi guys, these are my xpsave settings, but its saving for just like 1 or 2 days, then it gets reseted...any ideas? // XP Save//************************************************** set g_XPSave 31 // Enable disable preferred style // Campaign like XP save for 6 maps with mapvoting gametypeset g_resetXPMapCount 0//set g_XPSaveMaxAge "90d" // keep KR and PRW saved for longer time // XP is reset after 30 days//set g_XPSaveMaxAge_xp "12o" // for the XP//set g_XPSaveMaxAge "12o" // keep KR and PRW saved for longer time // Never reset XP (it's not really an option, but a huge value (30 months) will do instead)// Do note that g_dbUserMaxAge should be set to "-1" to disable player record deletionsset g_g_XPSaveMaxAge_xp "30o"set g_XPSaveMaxAge "30o" Quote Link to comment Share on other sites More sharing options...
Subscriber JohnDory Posted August 11, 2017 Subscriber Share Posted August 11, 2017 ours below resets the xp if a player has not been on for 5 days, other than that we reset ours once a month by hand. // XP Save configuration set g_XPSave 31 //changed from 21 set g_XPSaveMaxAge_xp "5d" //changed from "30d" set g_damageXP "0" //changed from "1" set g_damageXPLevel "50" set g_maxXP -1 //changed from "90000" set g_xpdecay "0" set g_xpdecayrate "0" set g_xpdecayfloor "0" //changed from "1" set g_punkbuster 1 set g_identOptions 31 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.