About Store Forum Documentation Contact



Post Reply 
How Do You Load a Specific .gstl file?
Author Message
BlackBurn Offline
Member

Post: #1
How Do You Load a Specific .gstl file?
I have made a couple of modifications to the gui styles in the GUI editor, now I want them to reflect it on the GUI elements that i am loading in the game. How do you load it? I have searched the forums and the source list couldn't actually find one :(.
06-27-2009 05:57 AM
Find all posts by this user Quote this message in a reply
BlackBurn Offline
Member

Post: #2
Re: How Do You Load a Specific .gstl file?
I found the answer for this,
Code:
Gui.style_window.load("gui/screen_layouts/tng_loading_screen.gstl");
that loads my defined GUI style smile!
Let me make a tutorial on it so that its easier for the new comers.
06-27-2009 08:43 AM
Find all posts by this user Quote this message in a reply
Post Reply