Skip to content

Releases: mad-ady/doom-odroid-go

Fix Menu crashing

23 Aug 13:26
Compare
Choose a tag to compare

Maintenance release to fix menu crashing and also pave they way to support other WADs.

Map changing cheat + keypad debouncing

22 Aug 11:25
Compare
Choose a tag to compare

You can now cycle through maps with VOLUME + RIGHT (idclev## cheat code). For the demo map the first 10 times you press the combination it does nothing (IDCLEV01-IDCLEV10), because for the demo version map code is E#M# and codes start at 1x. It currently crashes when you go past 18 - to be investigated.
Standard key polling is done via odroid library - should help with debouncing.

Cheat code support + key remapping

16 Aug 13:32
Compare
Choose a tag to compare

Here's a release with new key bindings to improve movement (some areas require running/strafing):
DPAD - move
A - fire
B - strafe + run
Menu - toggles menu
Volume - toggles map
Select - switches weapons
Start - use (open doors, push buttons)

You can also activate cheat codes with the following key combinations:
Menu + Up - IDDQD (Invulnerability)
Menu + Down - IDKFA (Keys + weapons)
Menu + Left - IDCLIP (going through walls)
Menu + Right - IDBEHOLDH (200 health)
Volume + Up - IDBEHOLDL (lights on)
Volume + Down - IDBEHOLDS (berserk mode)
Volume + Left - IDBEHOLDI (invisibility) - doesn't seem to do much visually
Volume + Right - IDBEHOLDR (radiation suit)

Weapon selection goes from current to lower weapon (e.g. rocket launcher -> chaingun) so that when you run out of bullets from your top weapon you don't switch to the fist.

Save game is also implemented, but load game is not working (causes a crash) - to be investigated. Needs the folder odroid/data/doom to be created on the SD card.

Flashing - copy to odroid/firmware, hold B and restart the Odroid Go