Adventure Game Studio - kpa32/retropie-wiki-cn GitHub Wiki
Adventure Game Studio is an open source development tool that is primarily used to create graphic adventure games.
Emulator | Rom Folder | Extension | BIOS | Controller Config |
---|---|---|---|---|
AGS | ags | .exe | none | mouse |
AGS
Emulator:ROMS
Accepted File Extensions: .exe
Place your AGS files in
/home/pi/RetroPie/roms/ags
Config changes
In RetroPie 3.5, you need to install xinit
sudo apt-get install xinit
Also edit the following file
/opt/retropie/configs/ags/emulators.cfg
so that it reads
ags="sudo xinit /opt/retropie/emulators/ags/bin/ags --fullscreen %ROM%"
--or-- Alternatively to adding "sudo" to the command in "emulators.cfg", you can instead run
sudo dpkg-reconfigure x11-common
Then choose "anybody" from the provided menu options. This will allow AGS to load from within EmulationStation.
Video Guide
Controls
AGS requires a mouse attached to the Raspberry Pi
Useful Links
http://www.adventuregamestudio.co.uk/
https://github.com/adventuregamestudio/ags/tree/master/debian
https://en.wikipedia.org/wiki/Adventure_Game_Studio
https://wiki.ubuntuusers.de/Adventure_Game_Studio/