Skip to content

Round Counter

Hypnootize edited this page Dec 7, 2022 · 1 revision

ROUND COUNTER

The round counter is disabled by default, if you wish to enabled it:

  • Navigate to the customizations folder and open the roundcounter.res file
  • Inside the file remove the double // before #base... from the ROUND COUNTER ON line in order to enabled it
  • Make sure to add the double // from any line that was previously active. ONLY ONE LINE AT THE TIME SHOULD STAY UNCOMMENTED (NO //)

the final result should look like this where the ROUND COUNTER ON line is uncommented (Active) and the ROUND COUNTER OFF is commented (Inactive)

//#base "../resource/ui/hudmatchstatus_roundcounter_off.res"			// ROUND COUNTER OFF
#base "../resource/ui/hudmatchstatus_roundcounter_on.res"			// ROUND COUNTER ON

The same process can be used the other way around to enable or disable either customization line!