How can I change the color of menu?

egorcookie

New member
I want to change the color of main menu UI and add custom button textures
where can I find UI texture files or configs?
 
The UI was never designed to be skinnable by the user, and, it doesn't use textures any more.

The colors are pre-defined before RoR is compiled, meaning, they is no .ini or .cfg or any text file you can edit - instead, the pre-defined colors are in the executable.

You would have to create a fork of RoR on github, edit the file where the colors are defined and compile RoR yourself (not easy)
 
Back
Top