Author Topic: tdm scorelimit?  (Read 1373 times)

Offline OLDPHARTSHaiPing

  • Rank: Private
  • *
  • Posts: 47
tdm scorelimit?
« on: February 13, 2009, 01:02:01 am »
Can't get  TDM scorelimit to 8000.

using this in gametypes---  

set scr_tdm_globalbattlechatterprobability "0"
set scr_tdm_numlives "0"
set scr_tdm_playerrespawndelay "0"
set scr_tdm_roundlimit "1"
set scr_tdm_scorelimit "8000"
set scr_tdm_timelimit "20"
set scr_tdm_waverespawndelay "0"

Offline Joker{eXtreme}

  • Rank: Private
  • *
  • Posts: 6108
    • http://www.mycallofduty.com
Re: tdm scorelimit?
« Reply #1 on: February 13, 2009, 10:03:32 am »
in the tdm.gsc

maps\mp\gametypes\_globallogic::registerScoreLimitDvar( "tdm", 500, 0, 5000 );

Score is capped at 5000 -- but if you edit the tdm.gsc well then, you could get more ;)

Offline OLDPHARTSHaiPing

  • Rank: Private
  • *
  • Posts: 47
Re: tdm scorelimit?
« Reply #2 on: February 14, 2009, 10:50:49 pm »
Worked excellently Thanks