Skip to content

Round Counter

Hypnootize edited this page Apr 26, 2025 · 2 revisions

ROUND COUNTER

68747470733a2f2f692e696d6775722e636f6d2f36566e5457534c2e706e67

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!

Clone this wiki locally