Game Development Community

iTGB splash screen last 10 seconds active

by Mike Moore · in iTorque 2D · 07/19/2009 (6:08 pm) · 5 replies

Hi,

iTGB splash screen last for 10-12 seconds in my iPOD. Is this the normal time for the GG splash screen?

Thanks

Mike

#1
07/19/2009 (6:42 pm)
10s in itgb is very short ... its more common to be 20ms+ till the initialization is through if you didn't rework various things
#2
07/20/2009 (7:47 am)
your app is loading the iTGb engine itself then all of your datablocks in that time period
#3
07/20/2009 (8:55 am)
Ah, so if I have lots of datablocks it will stay visible for even more time?

Mike
#4
07/21/2009 (1:40 am)
yes, unfortunately
#5
07/21/2009 (6:49 am)
you can cut down the initial loading time by removing stuff you aren't using (take a look in the common folder...I was able to reduce initial load time by 3 seconds by just removing some of the stuff in there we weren't using)

Additionally you can break up loading time (only load the bare essentials you need to start the game...then load everything else later). That helped us reduce load time quite a bit (although granted, I don't think we were ever able to get under 10 seconds...we did go from about 20 seconds down to 10 seconds though)