 
  ͻ
  TEXT               Savegame Editor Construction Kit                 TEXT
  ͹
  Theme : How to find energy bars ...                   date : 04.01.1996 
  ͼ
                    ( english conversion date : 07-31-96 )

  Lots of games contain energy bars which show the player how much per cent
  of an option he possedes, like energy or fuel or something like that.

  As I already said, these bars contain a per cent value.If it is fuel,  
  you own 100%, if it is only half, you own 50% etc.

  If the bar is fuel, we should look for a position where a 100 (=$64) is 
  stored in the savegame.But it is also possible, that a fuel bar is 
  codes as a 255, because this is the maximum value a byte can hold.

  When starting the game, you create immediately a savegame with 100%.
  After this, you run SECK and chose the option :
  "automatical energy bar search".

  In this case, SECK looks for 100 and 255 in the FIRST SAVEGAME,which means,
  that this has to be the one with the full bar !The values in the other
  savegames at this position are shown and you have to decide, which value
  one seems to fit best with the energy bar in game (e.g. 100  and  52  if you 
  have created one savegame with 100%, the other with round about 50% ).

  Other starting values than 100 or 255 are theoretical possible.
  Then you should search manually ("General Changes") or the function
  "Values divided by 2".


