Author Topic: progress bar for furnace  (Read 428 times)

Sadie

  • Hydlaa Resident
  • *
  • Posts: 115
    • View Profile
progress bar for furnace
« on: January 25, 2012, 10:23:53 am »
A new separate wish: have for the furnace the same type of progression bar as is used for the forge.
Thanks!
Sanrai  :sorcerer:
my name is Sanrai ;)

bilbous

  • Guest
Re: progress bar for furnace
« Reply #1 on: January 25, 2012, 11:27:56 am »
What do you mean a progression bar? Is that the timer window that shows how long the action is going to take? If you have 32 sludges in the furnace would you need 32 timers?

Gilrond

  • Hydlaa Notable
  • *
  • Posts: 764
    • View Profile
Re: progress bar for furnace
« Reply #2 on: January 25, 2012, 11:53:38 am »
Just a stack of 32 small progress bars. Similar to how for example a browser UI shows progress for parallel downloads.

Caraick

  • Veteran
  • *
  • Posts: 1145
  • I liked PS before it was cool.
    • View Profile
Re: progress bar for furnace
« Reply #3 on: January 25, 2012, 02:36:54 pm »
Each progress bar could be independent, no need to stack them.  Imagine you're spell-casting. Each spell is cast, finished, and the progress bar filled before the next bar is engaged.
Hey look kids, it's the antichrist Marsuveus!
What? Doesn't he just look huggable? Aw, c'mon, give him a hug.


Gilrond

  • Hydlaa Notable
  • *
  • Posts: 764
    • View Profile
Re: progress bar for furnace
« Reply #4 on: January 25, 2012, 06:07:34 pm »
That won't work for the furnace, because unlike sequential spells, it processes items in parallel (up to 32). I.e. any particular melting process can start before some other finishes. The same applies for the casting step. So practically, the UI can work with stacking parallel progress bars, unless you have some other idea how to do it.
« Last Edit: January 25, 2012, 06:39:21 pm by Gilrond »

tman

  • Hydlaa Citizen
  • *
  • Posts: 385
    • View Profile
Re: progress bar for furnace
« Reply #5 on: January 25, 2012, 07:55:10 pm »
If multiple bars is going to be a huge issue, only show the bar for the process that will finish next. Then when that finishes it moves on to the next item (which could be at like 95% but who cares?)
You can't teach a pig to sing.  It'll never work, and you'll annoy the pig.

Vakachehk

  • Veteran
  • *
  • Posts: 1468
    • View Profile
Re: progress bar for furnace
« Reply #6 on: January 25, 2012, 08:29:56 pm »
Why doesn't the progress bar just be the background of each stock/ingot/whatever in the furnace.

For example you have the image of the ingot in the furnace, the background to that will slowly change colour from left to right as you progress.
You maybe roleplaying but you could still be OOC.

Gilrond

  • Hydlaa Notable
  • *
  • Posts: 764
    • View Profile
Re: progress bar for furnace
« Reply #7 on: January 25, 2012, 09:52:27 pm »
That's a good idea Vakachehk.

Caraick

  • Veteran
  • *
  • Posts: 1145
  • I liked PS before it was cool.
    • View Profile
Re: progress bar for furnace
« Reply #8 on: January 25, 2012, 09:55:23 pm »
Seconded. Much simpler, code-wise, and graphically as well. Nice one, Vaka.
Hey look kids, it's the antichrist Marsuveus!
What? Doesn't he just look huggable? Aw, c'mon, give him a hug.


Chessire

  • Prospects
  • Hydlaa Resident
  • *
  • Posts: 154
    • View Profile
Re: progress bar for furnace
« Reply #9 on: January 25, 2012, 10:53:19 pm »
and it can be used with cooking and alchemy too probably :woot:

bilbous

  • Guest
Re: progress bar for furnace
« Reply #10 on: January 26, 2012, 12:06:18 am »
Still I have to wonder if you are going to flood the client with all that data, similar to the way armor training can. If it is all done client side you will have to ensure synchronization with the server is maintained. It seems more thought might need to be put into it than at first glance.

Pakarro

  • Hydlaa Resident
  • *
  • Posts: 119
  • My kind mistress is Pakerl from "The Family"
    • View Profile
    • meet Pakerl
Re: progress bar for furnace
« Reply #11 on: January 26, 2012, 04:49:05 am »
This only makes sense when it can be done in the client alone, without server usage. Otherwise the cost is too much for the marginal gain in comfort.
Glad to meet you :)

Vakachehk

  • Veteran
  • *
  • Posts: 1468
    • View Profile
Re: progress bar for furnace
« Reply #12 on: January 26, 2012, 07:05:49 am »
Still I have to wonder if you are going to flood the client with all that data, similar to the way armor training can. If it is all done client side you will have to ensure synchronization with the server is maintained. It seems more thought might need to be put into it than at first glance.

Indeed, I'm sure the devs know a good way to keep it only within the client and to keep it synchronised with the server. They could possibly get most of the information needed from the magic/anvil progression window.
You maybe roleplaying but you could still be OOC.

Korumak

  • Hydlaa Resident
  • *
  • Posts: 58
    • View Profile
Re: progress bar for furnace
« Reply #13 on: January 26, 2012, 10:23:33 pm »
how bout instead of a bar, you just put a number on that slot say in the far up left corner of the time left till that process is completed.  Say like secounds or -1:27 and time it down, keep track of it on the client side.  This way as you progress, instead of "is it moving faster now i have a met of 14?" can see the numbers in front.  Help modivate to continue to the next level as well.

"You can never have too many cat girls!" and you can quote me on that! 

Vakachehk

  • Veteran
  • *
  • Posts: 1468
    • View Profile
Re: progress bar for furnace
« Reply #14 on: January 27, 2012, 07:58:15 am »
That's a very good idea, it sounds simpler, it could even work temporarily if they ever want to change it.
You maybe roleplaying but you could still be OOC.