Hey,

i try to increase the scorelimit on TDM. The default value is 7500, and i want to increase this to 10000 for my mod. I know i can change the value using liberation, but i want to set this as default in a gsc file, so i don't need to change it everytime im going to host a game.

To increase the scorelimit i think i need this:

"setDvar("scr_war_scorelimitlimit", "10000" );"

But where do i have to put this? in _rank::init()? I also looked in the original "war.gsc" file and found this:

"registerScoreLimitDvar( level.gameType, 500, 0, 5000 );"

But it says "5000", or? What are the meaning of all the parameters on this function?

greets!