-
Notifications
You must be signed in to change notification settings - Fork 4
Round Counter
Hypnootize edited this page Dec 7, 2022
·
1 revision
The round counter is disabled by default, if you wish to enabled it:
- Navigate to the
customizations
folder and open theroundcounter.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!