Arcade PC | Mechanical Dinosaur - argonlefou/DemulShooter GitHub Wiki
This game is a Unity-based arcade game, and the usual hooking procedures of DemulShooter have been replaced by the use of some Unity plugin to mod the game.
The plugin itself will add default Mouse+Keyboard control to the game, as long as DemulShooter is not running.
Once started, DemulShooter will take over Inputs (with multiplayer possibilities) and will offer Outputs support.
-
Unpack the game. Remove any pre-existing
BepInExfolder if already present in the archive. -
Run
DemulShooter_GUI, select theUnity Plugin Installationpage in the dropdown list and install the game plugin to the main game folder, where thegame.exefile is located.
System Files attributes.
-
Some settings can be changed by editing the
/BepInex/plugins/MechDinosaur_BepInEx_DemulShooter_Plugin.inifile -
Run the game
-
Run DemulShooter for this game :
DemulShooterX64.exe -target=arcadepc -rom=mechd
| Mechanical Dinosaur | |||
| Mouse Buttons | Left | Middle | Right |
| Action | Trigger | / | / |
| Default Keyboard Button | Action | ||
| 1 | P1 START | ||
| 2 | P2 START | ||
| 3 | P3 START | ||
| 4 | P4 START | ||
| 5 | Credits P1 | ||
| 6 | Credits P2 | ||
| 7 | Credits P3 | ||
| 8 | Credits P4 | ||
| 0 | Settings Menu | ||
| ↑ | Menu : Up | ||
| ↓ | Menu : Down | ||
| RETURN | Menu : Select | ||
- Use
-nocrosshairoption in DemulShooterX64 command line to remove crosshairs - Set
FORCE_RESOLUTION=1in plugin ini file to force a custom resolution (result may vary based on the game/screen/GPU) - Some dirty dumps having
game.exefile replaced by another exe name will need to add the-pnameoption in DemulShooter command line to match the name (example :-pname=SpiderZSoft.exe)