Skip to content

Keen 1 Randomiser v1.0b

Compare
Choose a tag to compare
@sulix sulix released this 19 Dec 10:25
· 5 commits to master since this release

v1.0b: Fix a number of bugs

There are a number of bugfixes (and one subtle new feature) in v1.0b:

  • Spaceship parts are no longer lost if Keen dies in the level they were
    originally found in. This required a slightly more complicated patch,
    as multiple spaceship parts could be found in the same level.
  • Yorp statue messages about level locations are no-longer backwards.
  • The RNDKEEN1.BAT file now uses MS-DOS line endings, so will work on
    real MS-DOS machines. (DOSBox handled the UNIX newlines fine.)
  • The in-game random number generator is now seeded with a value derived
    from the randomiser seed. (This means that enemy behaviour, et al, is
    technically deterministic with the same seed now, but probably won't
    cause any player-visible changes.)