Page 1 of 1

[?] which code align text to left in TextNodeString of HUD?

Posted: 2011-02-21 11:07
by velosong
The text alignment of TextNodeString is set to center by default. That makes difficult in hud position setting work.

is there any code can align text to left/right?

Re: which code align text to left in TextNodeString of HUD?

Posted: 2011-02-21 11:39
by Sniperdog
No you can't.

IIRC someone was making a hud editor with a GUI which would probably make the above issue a lot less of a problem. But I'm not entirely sure what the status of that is.

I've always just placed the strings guess and check style.

Re: which code align text to left in TextNodeString of HUD?

Posted: 2011-02-21 11:56
by velosong
[R-DEV]Sniperdog wrote:No you can't.

IIRC someone was making a hud editor with a GUI which would probably make the above issue a lot less of a problem. But I'm not entirely sure what the status of that is.

I've always just placed the strings guess and check style.
yes, i use the Wip Hud Editor for reference and do it manually with notepad++ later. it can align the text. But after checking the editted file i cant find which line and which code just make it.

i am still contrasting and checking the file editted by Wip Hud Editor . Hope can find something