Using string to organize GUI
Posted: 16 Mar 2016, 17:46
Hey there,
as I've seen this with some Skyrim shaders I tried to make the GUI in Fallout 4 a little bit more neatly arranged with strings. The problem I have is that I see the strings in the shader window with green color (as expected) but they won't display at the position between the GUI elements I wanted it to. It's somehow always placed at the very end of the shader GUI window it is part of.
Example:
Has the syntax somehow changed?
as I've seen this with some Skyrim shaders I tried to make the GUI in Fallout 4 a little bit more neatly arranged with strings. The problem I have is that I see the strings in the shader window with green color (as expected) but they won't display at the position between the GUI elements I wanted it to. It's somehow always placed at the very end of the shader GUI window it is part of.
Example:
Code: Select all
string Test ="ABCDEFG";