something i been thinking on for a quite a while (about a year): what is the benefit of having a loading bar in a game?
what is the benefit of a loading bar?
Re: what is the benefit of a loading bar?
If you create huge games which have to load tons of data ( images, sounds, ... ) and may have to create a world first on game start or have to perform other heavy calculations ( i.e calculate the terrain, populate it, apply textures etc. ) a loading bar is a great thing to set the player on hold and gave him a feeling about how long it take to finish the loading process.
For löve games a loading bar is almost everytime unnecessary because most projects didn't get that much stuff to load. and the game is able to start immediately.
That's what I think they are for.
For löve games a loading bar is almost everytime unnecessary because most projects didn't get that much stuff to load. and the game is able to start immediately.
That's what I think they are for.
Re: what is the benefit of a loading bar?
not my game wastelands of death (its becoming more huge for every update!)MadByte wrote:If you create huge games which have to load tons of data ( images, sounds, ... ) and may have to create a world first on game start ( i.e calculate the terrain, populate it, apply textures etc. ) a loading bar is a great thing to set the player on hold and gave him a feeling about how long it take to finish the loading process.
For löve games a loading bar is almost everytime unnecessary because most projects didn't get that much stuff to load. and the game is able to start immediately.
That's what I think they are for.
- josefnpat
- Inner party member
- Posts: 955
- Joined: Wed Oct 05, 2011 1:36 am
- Location: your basement
- Contact:
Re: what is the benefit of a loading bar?
A loading bar performs three functions. It informs the user that the game;
- is loading,
- hasn't just locked up or crashed, and
- approximately how much longer they have to wait for the game to load.
Missing Sentinel Software | Twitter
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
Re: what is the benefit of a loading bar?
I don't exactly know how much data your game uses but from what I've seen so farjjmafiae wrote:not my game wastelands of death (its becoming more huge for every update!)MadByte wrote:...
I would dare to say it is more code / optimization related and not because you load tons of stuff in.
Re: what is the benefit of a loading bar?
hmm i and i thought my code was optimized :/MadByte wrote:I don't exactly know how much data your game uses but from what I've seen so farjjmafiae wrote:not my game wastelands of death (its becoming more huge for every update!)MadByte wrote:...
I would dare to say it is more code / optimization related and not because you load tons of stuff in.
Re: what is the benefit of a loading bar?
Mari0 has a sort of loading screen. Without a loading bar, though. When you start the program, a line of text appears until loading is done, then the actual game starts.
Check out my blog on gamedev
Re: what is the benefit of a loading bar?
a loading bar indicates you are not a proponent of premature optimization
Re: what is the benefit of a loading bar?
This. And they are vitally important things to inform the user of, too. Because otherwise they'll get frustrated.josefnpat wrote:A loading bar performs three functions. It informs the user that the game;
- is loading,
- hasn't just locked up or crashed, and
- approximately how much longer they have to wait for the game to load.
Re: what is the benefit of a loading bar?
yesPlu wrote:This. And they are vitally important things to inform the user of, too. Because otherwise they'll get frustrated.josefnpat wrote:A loading bar performs three functions. It informs the user that the game;
- is loading,
- hasn't just locked up or crashed, and
- approximately how much longer they have to wait for the game to load.
Who is online
Users browsing this forum: Google [Bot] and 3 guests