diff --git a/ports/demonofsakurapass/Demon of Sakura Pass.sh b/ports/demonofsakurapass/Demon of Sakura Pass.sh index 9273f47d2..fb6dab1d7 100644 --- a/ports/demonofsakurapass/Demon of Sakura Pass.sh +++ b/ports/demonofsakurapass/Demon of Sakura Pass.sh @@ -14,7 +14,6 @@ fi source $controlfolder/control.txt export PORT_32BIT="Y" - [ -f "${controlfolder}/mod_${CFW_NAME}.txt" ] && source "${controlfolder}/mod_${CFW_NAME}.txt" get_controls diff --git a/ports/demonofsakurapass/README.md b/ports/demonofsakurapass/README.md new file mode 100644 index 000000000..b7517a3f7 --- /dev/null +++ b/ports/demonofsakurapass/README.md @@ -0,0 +1,13 @@ +## Notes + +Thanks to [BRAINOS](https://brainos.itch.io) for creating this fantastic game, which you can purchase on [itch.io](https://brainos.itch.io/touge) + + +## Controls + +| Button | Action | +| ------------- | ------ | +| L-STICK/D-PAD | Steer | +| START | Select | +| R1 | Reset | +| SELECT | Quit | diff --git a/ports/demonofsakurapass/gameinfo.xml b/ports/demonofsakurapass/gameinfo.xml new file mode 100644 index 000000000..9794a9086 --- /dev/null +++ b/ports/demonofsakurapass/gameinfo.xml @@ -0,0 +1,13 @@ + + + + ./Demon of Sakura Pass.sh + Demon of Sakura Pass + A brutal single-player racing game with simplified driving mechanics that reward a good racing line and savagely punish bad technique. Focus on learning each track's unique challenges to overcome each racer and move on to the next. Unwrap the mystery haunting Sakura Pass in a 7-stage campaign. + 20180615T000000 + BRAINOS + Self-Published + Racing + ./demonofsakurapass/screenshot.png + + diff --git a/ports/demonofsakurapass/port.json b/ports/demonofsakurapass/port.json new file mode 100644 index 000000000..9947b0e6d --- /dev/null +++ b/ports/demonofsakurapass/port.json @@ -0,0 +1,30 @@ +{ + "version": 3, + "name": "demonofsakurapass.zip", + "items": [ + "Demon of Sakura Pass.sh", + "demonofsakurapass" + ], + "items_opt": [], + "attr": { + "title": "Demon of Sakura Pass", + "porter": [ + "tabreturn" + ], + "desc": "A brutal single-player racing game with simplified driving mechanics that reward a good racing line and savagely punish bad technique. Focus on learning each track's unique challenges to overcome each racer and move on to the next. Unwrap the mystery haunting Sakura Pass in a 7-stage campaign.", + "desc_md": null, + "inst": "Purchase the game on itch.io (https://brainos.itch.io/touge), download the The Demon of Sakura Pass.exe version, extract it, and copy the game files to the port's gamedata folder.", + "inst_md": "Purchase the game on [itch.io](https://brainos.itch.io/touge), download the *The Demon of Sakura Pass.exe* version, extract it, and copy the game files to the port's *gamedata* folder.", + "genres": [ + "racing" + ], + "image": null, + "rtr": false, + "exp": false, + "runtime": null, + "reqs": [], + "arch": [ + "armhf" + ] + } +} diff --git a/ports/demonofsakurapass/screenshot.png b/ports/demonofsakurapass/screenshot.png new file mode 100644 index 000000000..5add89bfd Binary files /dev/null and b/ports/demonofsakurapass/screenshot.png differ