gametechmods
Robot Arena => General Support => Topic started by: Lemonism on January 10, 2014, 03:45:15 PM
-
Just a quick question, not sure if this has been asked before, I couldn't find it looking through old posts here.
Basically, I want to be able to play with display messages turned off, because I find the points annoying when playing. However, I like having the immobilization counter appear. Is there any way at all to have the immobilization counter appear, but have other status messages like points and the robot names in the corners gone (or is it something that can't be solved without the source code)?
Thanks for any help.
-
I don't recall there being a way to hide the red/green points that fly off bots without also hiding the immobilization counter.
However, you can remove the status meters (names, points, power, CO2, health, critical hits, and background) without removing anything else by modifying your UI/common/statusmeters.gib. The easiest way of accomplishing this would be to open the file up in Notepad and change line 17 from this:
Visible true
to this:
Visible false
-
It might not be exactly what I wanted, but it's close. Thanks Trov :)