JonoF's Shadow Warrior for GameShell 20190221
JonoF's Shadow Warrior 20190221 for GameShell
Instructions
These instructions describe how to install Shadow Warrior on the GameShell.
Shadow Warrior is actually free software now.
Make sure you have a copy of the Shadow Warrior file Sw.grp and the Track##.ogg files for music.
-
Login with
ssh
. -
Download ShadowWarrior.zip:
wget https://gitlab.com/Oet/jfsw/uploads/b304827b7a001865d849b02f29298bcf/ShadowWarrior.zip
- Extract ShadowWarrior.zip
unzip ShadowWarrior.zip
- Move the ShadowWarrior directory to the games directory:
mv ShadowWarrior/ /home/cpi/games/
-
Copy your Sw.grp to
/home/cpi/games/ShadowWarrior/
. -
Copy your music files Track##.ogg to
/home/cpi/games/ShadowWarrior/
(note: do not copy your subfolder MUSIC, only its file contents)
- Go to that game folder back in
ssh
:
cd /home/cpi/games/ShadowWarrior
- Rename the music files to lowercase:
rename 'y/A-Z/a-z/' Track*.ogg
- Create a launch script:
mkdir -p "/home/cpi/apps/Menu/Shadow Warrior/"
cd "/home/cpi/apps/Menu/Shadow Warrior/"
echo 'cd /home/cpi/games/ShadowWarrior' > 'Shadow Warrior.sh'
echo './sw -nosetup' >> 'Shadow Warrior.sh'
- Select 'Reload UI' on the GameShell and run the game.
Further notes
- Set controls in game.
- Tested on v0.3 image.
- If you have the v0.1 image use this command
cd ~/apps/launcher/Menu/GameShell/
in step 9 and reboot at step 10.