what is the benefit of a loading bar?

General discussion about LÖVE, Lua, game development, puns, and unicorns.
jjmafiae
Party member
Posts: 1331
Joined: Tue Jul 24, 2012 8:22 am

what is the benefit of a loading bar?

Post by jjmafiae »

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?

:3
:3
:3
User avatar
MadByte
Party member
Posts: 533
Joined: Fri May 03, 2013 6:42 pm
Location: Braunschweig, Germany

Re: what is the benefit of a loading bar?

Post by MadByte »

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.
jjmafiae
Party member
Posts: 1331
Joined: Tue Jul 24, 2012 8:22 am

Re: what is the benefit of a loading bar?

Post by jjmafiae »

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.
not my game wastelands of death (its becoming more huge for every update!)
User avatar
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?

Post by josefnpat »

A loading bar performs three functions. It informs the user that the game;
  1. is loading,
  2. hasn't just locked up or crashed, and
  3. 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
User avatar
MadByte
Party member
Posts: 533
Joined: Fri May 03, 2013 6:42 pm
Location: Braunschweig, Germany

Re: what is the benefit of a loading bar?

Post by MadByte »

jjmafiae wrote:
MadByte wrote:...
not my game wastelands of death (its becoming more huge for every update!)
I don't exactly know how much data your game uses but from what I've seen so far
I would dare to say it is more code / optimization related and not because you load tons of stuff in. :P
jjmafiae
Party member
Posts: 1331
Joined: Tue Jul 24, 2012 8:22 am

Re: what is the benefit of a loading bar?

Post by jjmafiae »

MadByte wrote:
jjmafiae wrote:
MadByte wrote:...
not my game wastelands of death (its becoming more huge for every update!)
I don't exactly know how much data your game uses but from what I've seen so far
I would dare to say it is more code / optimization related and not because you load tons of stuff in. :P
hmm i and i thought my code was optimized :/
User avatar
micha
Inner party member
Posts: 1083
Joined: Wed Sep 26, 2012 5:13 pm

Re: what is the benefit of a loading bar?

Post by micha »

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.
User avatar
Xgoff
Party member
Posts: 211
Joined: Fri Nov 19, 2010 4:20 am

Re: what is the benefit of a loading bar?

Post by Xgoff »

a loading bar indicates you are not a proponent of premature optimization
User avatar
Plu
Inner party member
Posts: 722
Joined: Fri Mar 15, 2013 9:36 pm

Re: what is the benefit of a loading bar?

Post by Plu »

josefnpat wrote:A loading bar performs three functions. It informs the user that the game;
  1. is loading,
  2. hasn't just locked up or crashed, and
  3. approximately how much longer they have to wait for the game to load.
This. And they are vitally important things to inform the user of, too. Because otherwise they'll get frustrated.
jjmafiae
Party member
Posts: 1331
Joined: Tue Jul 24, 2012 8:22 am

Re: what is the benefit of a loading bar?

Post by jjmafiae »

Plu wrote:
josefnpat wrote:A loading bar performs three functions. It informs the user that the game;
  1. is loading,
  2. hasn't just locked up or crashed, and
  3. approximately how much longer they have to wait for the game to load.
This. And they are vitally important things to inform the user of, too. Because otherwise they'll get frustrated.
yes :3
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest