View Single Post
  #365  
Old March 3rd, 2005, 02:36 PM

Zooko Zooko is offline
First Lieutenant
 
Join Date: Sep 2004
Posts: 666
Thanks: 0
Thanked 0 Times in 0 Posts
Zooko is on a distinguished road
Default visibility of state

In general: the state should be visible to the user.

In specific of game control, e.g. whether the battle is paused or not paused should be indicated, e.g. with a "paused" string in place of the "fast forward" string. Currently I have to toggle it and wait and see if things start happening...

In specific of strategic state: how many Calls to God have I accumulated so far? I shouldn't have to remember state from previous turns -- the state should be displayed.

In specific of turn events: if some troops and/or commanders die, for example due to a lost battle or an artillery spell or some other magic, the game should display exactly who died. I shouldn't have to try to remember who was where and then discover who isn't there any more.

In specific of tactical events: all tactical state of units should be visible by right-clicking on the unit. For example, whose side is this unit currently fighting for, or it is enRaged, or what?
Reply With Quote