[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Questions



Howard Clark writes ...
> 
> Hello it's the trouster!
> answer my questions now now now!
> 
> How do i get to the altar in henrik's castle in gate gs
> 
> How do i find joergs castle in gate gs
>

     It has been ages since Gate-- tough 'Final Battle'. I'll go back to
some saved games; maybe there will be an answer there.

 
> How do i find the sliver key in level 6-4 in wolf 3D
 ....

     Don't know about the silver key on 6-4-- ran into a similar problem
on 5-5 of Mission Zero. After scouring every possible nook and cranny, I
made my own silver key.

     Wolf3D uses two bits in the first block of the Saved Game file to
keep track of keys. To make a key, copy your Saved Game for 5-5 to /RAM5
or to a diskette. Use Block Warden or some similar block editor to
modify byte $03B in the first block of the file depending upon the
key(s) you need ...

Byte $03B
 Gold Key- $01
 Silver Key- $02
 Both Keys- $03

     Change the name of the modified file (e.g. from M0.55 to M0.55k)
and write it to your Wolf 3D Saved Games folded. Start Wolf-3D and use
the new Saved game.


     Locations of some other interesting stuff in the first block of a
Saved Game file:

Health- Byte $031
Gun Ammo- Byte $033
Max Gun Ammo you can carry- Byte $035
Flame Thrower Ammo- Byte $037
Rocket Ammo- Byte $039

The values at these locations are all two-byte hexadecimal values,
lo-byte first.

Score is a three or four byte hex value stored beginning at Byte $017.



Rubywand