Using string to organize GUI

Post Reply
  • Author
  • Message
Offline
User avatar
Posts: 19
Joined: 04 Jan 2016, 14:59

Using string to organize GUI

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:

Code: Select all

string Test ="ABCDEFG";
Has the syntax somehow changed?

Offline
User avatar
*blah-blah-blah maniac*
Posts: 17559
Joined: 27 Dec 2011, 08:53
Location: Rather not to say

Re: Using string to organize GUI

Nothing changed, it's a bug in DirectX library for dx11.
_________________
i9-9900k, 64Gb RAM, RTX 3060 12Gb, Win7
Post Reply