kieranhj / scr-beeb

Stunt Car Racer port to BBC Master

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extension: implement C64 trainer options?

kieranhj opened this issue · comments

The C64 version has a trainer before the main game that allows a number of cheat options to make the game easier for novice players. Given that we're not generally as good at games as we were in the 80's it might be nice to help out the oldies. I certainly found that people valued this for POP.

These are:

Do you want endless boost? Y/N
Do you want endless damage? Y/N
Crashes are very much faster? Y/N
Opponents cannot win? Y/N
Press 'Q' to win current race? Y/N

All are implemented by a single byte poke to twiddle the game code.
If selecting the trainer mode then the save game is also nerfed so you can't save high scores / progress.

I think this would be worth looking at.

Fixed by 4069923