Arcade PC | Mars Sortie - 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 files
-
Run
DemulShooter_GUI, select theUnity Plugin Installationpage in the dropdown list and install the game plugin to the main game folder, where theShooter.exefile is located. -
Some settings can be changed by editing the
/BepInex/plugins/MarsSortie_BepInEx_DemulShooter_Plugin.inifile -
Open
Config.xmlfile and set max players with theplayers="x"option according to your needs. DemulShooter will only be able to handle up to 4 players. -
You can also edit both COM port lines and set them to
enable=falseif you want to prevent the game from pinging your COM devices. -
Run the game
-
Run DemulShooter for this game:
DemulShooterX64.exe -target=arcadepc -rom=marss
| Mars Sortie | |||
| Mouse Buttons | Left | Middle | Right |
| Action | Trigger | Change Weapon | Change Weapon |
| Keyboard Button | Action | ||
| SPACE | TEST Menu / VALIDATE | ||
| ↑ ↓ ← → | TEST menu : navigation / change value | ||
| 5 | P1 COIN | ||
| 6 | P2 COIN | ||
| 7 | P3 COIN | ||
| 8 | P4 COIN | ||
| ESC | Exit Game | ||
- The plugin will force the language to
ENGLISH - You can remove crosshairs the TEST menu (Main Menu → Option 3 → Option 8)
- Game mode can be changed in the TEST menu, some are time limited, others are bullets limited (Main Menu → Option 3 → Option 4)
- Any webcam should be used to replace the game original camera system to take picture of players
- Camera can be deactivated in the TEST menu (Main Menu → Option 1 → Option 1 → Option 5 → Small option to the right of the blue text at the bottom)
- Set
FORCE_RESOLUTION=1in plugin ini file to force a custom resolution (result may vary based on the game/screen/GPU)