Author Topic: How to create GUI Window Profiles?  (Read 879 times)

I've seen GUI Window profiles such as blockland default's, and RTB's window profile. How do I make one of my own?

Just call this command in your console

Code: [Select]
guiWindowProfile.save("config/windowsave.cs");
and edit the fields

Just call this command in your console

Code: [Select]
guiWindowProfile.save("config/windowsave.cs");
and edit the fields
I know, but how do I create like each part of my GUI window? Like the top bar and close/minimize/maximize buttons and everything?

The GUIWindowCtrl creates the whole top bar for you. You can create your own GUIWindowCtrlProfile which is the theme that the top bar is. When it comes to GUI's, mission editor is your friend :)