Page 1 of 1

Wolfenstein 3d (GoG)

Posted: Tue Apr 28, 2020 10:40 am
by Marc
Ah, good old times *sigh*

Using the DosBox-Membase technique from erfg12 and, additionally, the excellent Script from mgr.inz.Player in case the DosBox gets updated from GoG.

Features:
  • Lives
  • Health
  • Ammo
  • available Weapons
  • Score
have fun,
Marc

Re: Wolfenstein 3d (GoG)

Posted: Sun May 10, 2020 10:24 pm
by mgr.inz.Player
Nice. Thanks for credits 8-)

PS: I also updated my Lua script. Now there is v.BaseAddress+0x20 for all symbols. Looks like it is a DOSBox common thing that all usable addresses are at address memoryRegionStartAddress+0x20.

Re: Wolfenstein 3d (GoG)

Posted: Mon May 11, 2020 8:09 am
by Marc
Honour to whom honour is due :)

Adjusted my template to use +0x20 for all three adresses.