-
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #750 from MadShmupper/ASSAULT-SHELL
Add New Port ASSAULT SHELL
- Loading branch information
Showing
12 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
#!/bin/bash | ||
|
||
XDG_DATA_HOME=${XDG_DATA_HOME:-$HOME/.local/share} | ||
|
||
if [ -d "/opt/system/Tools/PortMaster/" ]; then | ||
controlfolder="/opt/system/Tools/PortMaster" | ||
elif [ -d "/opt/tools/PortMaster/" ]; then | ||
controlfolder="/opt/tools/PortMaster" | ||
elif [ -d "$XDG_DATA_HOME/PortMaster/" ]; then | ||
controlfolder="$XDG_DATA_HOME/PortMaster" | ||
else | ||
controlfolder="/roms/ports/PortMaster" | ||
fi | ||
|
||
source $controlfolder/control.txt | ||
export PORT_32BIT="Y" | ||
[ -f "${controlfolder}/mod_${CFW_NAME}.txt" ] && source "${controlfolder}/mod_${CFW_NAME}.txt" | ||
get_controls | ||
|
||
GAMEDIR="/$directory/ports/assaultshell" | ||
|
||
export LD_LIBRARY_PATH="/usr/lib32:$GAMEDIR/libs:$LD_LIBRARY_PATH" | ||
export GMLOADER_DEPTH_DISABLE=1 | ||
export GMLOADER_SAVEDIR="$GAMEDIR/gamedata/" | ||
export GMLOADER_PLATFORM="os_linux" | ||
|
||
cd "$GAMEDIR" | ||
> "$GAMEDIR/log.txt" && exec > >(tee "$GAMEDIR/log.txt") 2>&1 | ||
|
||
[ -f "./gamedata/data.win" ] && mv gamedata/data.win gamedata/game.droid | ||
|
||
$GPTOKEYB "gmloader" & | ||
echo "Loading, please wait... " > /dev/tty0 | ||
|
||
$ESUDO chmod +x "$GAMEDIR/gmloader" | ||
pm_platform_helper $GAMEDIR/gmloader | ||
./gmloader assaultshell.apk | ||
|
||
pm_finish |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## Notes | ||
|
||
Huge thanks to [Team Overloaded](https://store.steampowered.com/app/1432970/ASSAULT_SHELL/) for creating this awesome shmup! Extra thanks to Ganimoth for the rad splash.png, and thank you, Slobsters! Big thanks to all who tested this port! | ||
|
||
## Controls | ||
|
||
| Button | Action | | ||
|--|--| | ||
|dpad|movement| | ||
|left analog|movement| | ||
|B|normal fire/extended fire| | ||
|A|special missiles| | ||
|Y|bomb| | ||
|X|normal fire| | ||
|Start|Pause| | ||
|
||
|
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<gameList> | ||
<game> | ||
<path>./ASSAULT SHELL.sh</path> | ||
<name>ASSAULT SHELL</name> | ||
<desc>Defend your people from the growing military faction, AMBER BLACK, in 5 stages of big bosses and blasting ships!</desc> | ||
<releasedate>20200430T000000</releasedate> | ||
<developer>Team Overloaded</developer> | ||
<publisher>Team Overloaded</publisher> | ||
<genre>action/arcade</genre> | ||
<image>./assaultshell/cover.png</image> | ||
</game> | ||
</gameList> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"version": 3, | ||
"name": "assaultshell.zip", | ||
"items": [ | ||
"ASSAULT SHELL.sh", | ||
"assaultshell/" | ||
], | ||
"items_opt": [], | ||
"attr": { | ||
"title": "ASSAULT SHELL", | ||
"porter": [ | ||
"MadShmupper" | ||
], | ||
"desc": "Engage in an action packed shoot em' up adventure! Choose from 4 powerful fighters and fight through 5 intense stages!", | ||
"desc_md": null, | ||
"inst": "Purchase from itch.io https://overloadedstudios.itch.io/assault-shell or Steam https://store.steampowered.com/app/1432970/ASSAULT_SHELL/ and place data.win, each audiogroup.dat file, and each .csv file into gamedata folder.", | ||
"inst_md": "Purchase from [itch.io](https://overloadedstudios.itch.io/assault-shell) or [Steam](https://store.steampowered.com/app/1432970/ASSAULT_SHELL/) and place data.win, each audiogroup.dat file, and each .csv file into gamedata folder.", | ||
"genres": [ | ||
"action", | ||
"arcade" | ||
], | ||
"image": null, | ||
"rtr": false, | ||
"exp": false, | ||
"runtime": null, | ||
"reqs": [], | ||
"arch": [ | ||
"armhf" | ||
] | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.