About Store Forum Documentation Contact



Post Reply 
Creating loading screen?
Author Message
b1s Offline
Member

Post: #1
Creating loading screen?
I'm having some difficulties getting this right.

I would like to create a thread based loading screen
when changing states from menu to game.
The problem seems to be that i don't have any place i can keep drawing this when states are changing..

am i missing something or how should this be done?
06-13-2010 01:27 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Creating loading screen?
hello,

the biggest slow down is not when changing the state from menu to game, but at the first Game::World.update where it needs to load the first batch of data.

loading screens aren't currently supported, however I'll try to add them soon http://www.esenthel.com/community/showth...p?tid=1507
06-13-2010 05:39 PM
Find all posts by this user Quote this message in a reply
b1s Offline
Member

Post: #3
RE: Creating loading screen?
ok thanks.. looking forward the mirrors also! been waiting them for awhile now smile
one other thing.. I'm getting reports that the game is not using both GPU:s for instance in GF295. any way to enable this? again I might just be missing something?
(This post was last modified: 06-13-2010 05:58 PM by b1s.)
06-13-2010 05:50 PM
Find all posts by this user Quote this message in a reply
Post Reply