Page 1 of 1
Loading progress text relocation.
Posted: 27 Jan 2007, 21:40
by smoth
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.
Posted: 27 Jan 2007, 22:08
by hollowsoul
I say let mod authors pick where it is with scales of 0->1 and allow them to define color (rgb) and thickness. Problem solved, and with defaults if not specified
Posted: 27 Jan 2007, 22:18
by smoth
that would be nice but in the mean time a simple relocation would be great.
Posted: 28 Jan 2007, 00:14
by rattle
hollowsoul wrote:I say let mod authors pick where it is with scales of 0->1 and allow them to define color (rgb) and thickness. Problem solved, and with defaults if not specified
0->1 as in 0% to 100% height? That would be a lot better...
Posted: 28 Jan 2007, 00:58
by AF
imo loading screen text should be rendered with black outlines. Try reading your progress of white txt displayed on the background pic of a big white explosion ro a snow map.
Posted: 28 Jan 2007, 04:34
by smoth
It bothers me because it is SMACK in the middle of my load screens.
Posted: 28 Jan 2007, 17:45
by Aun
smoth wrote:It bothers me because it is SMACK in the middle of my load screens.
Also BAs.
Posted: 29 Jan 2007, 20:49
by Michilus_nimbus
Sooo, I sort of did it
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;
}
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.