Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/24/16 in all areas

  1. Yes. The map command on that line makes the engine start the silEnT mod. You should have your XP save cvars set before the first time the map comand is executed by the engine. The mod will otherwise delete old stored XP on initialization. In otherwords, if you have for example "exec silent.cfg" after "exec mapcycle.cfg" you should reverse the order of the exec commands on the command line. This describes most of the common issues: http://mygamingtalk.com/wiki/Silent_Mod_Installation
    1 point
  2. Make sure on your startup you do not have any map commands before you have set up the cvars to correct values. This is a common issue with wrongly formed startup. The g_XPSave is 0 when the mod is started by the map command and the setting is set after.
    1 point
  3. this is mine, try it and see if it works, if it does edit it to suit your needs. // 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"
    1 point
×
×
  • Create New...