Loading progress text relocation.
Moderator: Moderators
Loading progress text relocation.
Can you guys either orientate the loading info either on the upper right or aligned more to the bottom of the screen? It makes having informational loading screens difficult as the text covers the middle of the screen.
-
- Posts: 665
- Joined: 06 Jun 2006, 19:49
- Michilus_nimbus
- Posts: 634
- Joined: 19 Nov 2004, 20:38
Sooo, I sort of did it
Over here, the loading text position/size is read from gamedata/loadscreen.tdf:
Screenie using this config:
http://michielvdb.byethost7.com/spring/screen003.jpg
and something else:
http://michielvdb.byethost7.com/spring/screen006.jpg
I'll post my modifications once I put in some decent error stuff.

Over here, the loading text position/size is read from gamedata/loadscreen.tdf:
Code: Select all
[loadpos]
{
LoadTextX = 0.3f;
LoadTextY = 0.3f;
LoadTextSize = 1.5f;
}
http://michielvdb.byethost7.com/spring/screen003.jpg
and something else:
http://michielvdb.byethost7.com/spring/screen006.jpg
I'll post my modifications once I put in some decent error stuff.