Skip to content

Commit

Permalink
- add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tabreturn committed Oct 17, 2024
1 parent a557d06 commit d775e03
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 1 deletion.
1 change: 0 additions & 1 deletion ports/demonofsakurapass/Demon of Sakura Pass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
13 changes: 13 additions & 0 deletions ports/demonofsakurapass/README.md
Original file line number Diff line number Diff line change
@@ -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 |
13 changes: 13 additions & 0 deletions ports/demonofsakurapass/gameinfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<gameList>
<game>
<path>./Demon of Sakura Pass.sh</path>
<name>Demon of Sakura Pass</name>
<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>
<releasedate>20180615T000000</releasedate>
<developer>BRAINOS</developer>
<publisher>Self-Published</publisher>
<genre>Racing</genre>
<image>./demonofsakurapass/screenshot.png</image>
</game>
</gameList>
30 changes: 30 additions & 0 deletions ports/demonofsakurapass/port.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
}
Binary file added ports/demonofsakurapass/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d775e03

Please sign in to comment.