Jump to content

[question]I would like to modify UI


rjs23
 Share

Recommended Posts

How can I edit the UI? What files do I need to edit to change UI?

I would like to play and mess around the UI. Maybe, once i finally got to make the UI look really good, I could share it with everyone.

Link to comment
Share on other sites

Personally, I'd recommend doing a Photoshop mockup before you go messing with the code. Once you've got what you want, you'll find everything you need in:

  • /binaries/data/mods/public/art/textures/ui
  • /binaries/data/mods/public/gui

Good luck! (y)

Link to comment
Share on other sites

In particular, binaries/data/mods/public/gui/session_new/ is the files for the new in-game GUI. ("session/" is the one for the old simulation system, and is obsolete now). There's some documentation on the wiki, though I'm not sure how up-to-date that is. It's easy to experiment by running the game in a window and modifying the GUI .xml/.js files in a separate text editor window, and the game should automatically reload and display the changes whenever you save the files (there's no need to restart the game).

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...