PDA

View Full Version : Why does my initial load screen change (rarely)?



Teleklos Archelaou
05-13-2007, 02:08
Ok, this has only happened once or twice, but it's very weird.

The initial load screen you see, that loads up at the start of every game, between the splash screen and your menu (it fades out as your menu music starts and the menu appears), we thought we knew what file that was, and that it was static. Meaning we could count on, each time the game loads, the same one being used. We had it set on one of them (loading_screen_12.tga, or something like that), and it worked fine, then about six months ago it suddenly changed in a new build. Nothing we knew of caused it. So I thought it was just a fluke - maybe I overwrote a file I didn't expect. From then on, it was showing loading_screen_13.tga each time. So we made that one the one that was our special "initial load screen" and it had a different look than our others.

Well, a few days ago I added some more loading screens, but I'm 100% sure I didn't alter loading_screen_13.tga. However, our new "initial loading screen" suddenly changed and now it is loading_screen_14.tga. This makes me think that when we add new loading screens (like loading_screen_29.tga, etc.) that it "bumps" the initial loading screen up and it changes.

If anyone else has seen this sort of thing happen or has any knowledge of it, please let me know. This is bugging me. :grin:

Caius
05-13-2007, 03:07
As far as I know, you must not have more than the regular numbers of loading tgas.

But Im not understanding you, and this is not the right answer to your problem.

Teleklos Archelaou
05-13-2007, 03:26
I've added as many as 29, and they still keep showing though. What potentially are the problems with adding that many?

Roman_Man#3
05-13-2007, 03:29
IIRC, the startup loading screen is always the median number. If there is an odd-number, your round up. So if you have 24 loading screens, 12 would be Startup. If you had 29, 15 would be startup.

Good luck,
RM3

Teleklos Archelaou
05-13-2007, 17:00
Ah, that is the answer I'm looking for then. Thanks!

Roman_Man#3
05-19-2007, 04:44
Sorry, I made a mistake. Here is the original thread (https://forums.totalwar.org/vb/showthread.php?t=70483)

As you will read, if you have an odd number of loading screens, the opening screen will the the middle rounded down. ie. 19/2(rounded down)=9

Sorry,
RM3