Hello,
I have a big problem for loading my game ...
This is the problem :
I have create an open world with really big size, so when i'm starting the game it need to load this world size, so it's take time ... Between 5 and 10 seconds ( depend of the PC performance .
For make it "transparent" for the player i have decided to make a Loader Layout wich display picture like Name of game with percentage bar ... So the problem is when i start the game it correctly launch the Loader layout instantly but the percentage bar set it's completly load and you can clik anywhere for go to the next layout ... This is cool and what i need ... But the problem is when the player click for go to the next layout it's load it and you have to wait the 5 ~ 10 seconds ... So i think the loader layout load only the First Layout but no all other ...
I would like to know if there is a way for load this big world like in some game when you launch a new game a Screen appear with a picture and a loading bar like
If someone have an idea thank you ! =)
( Edit : Forget to say i'm using Node-WebKit plateform )