Tomb Raider Arcade
Tomb Raider Arcade
In the Tomb Raider Arcade game, Lara Croft moves from the gaming console to a giant arcade game. Tomb Raider Arcade is an intense 4-Player game where players test their skills through 3 chapters with 5 sections each.
Based on the character from the hugely success console game and movie franchise.
Team up with other players and battle against increasingly difficult waves of enemies and push your limits to the very edge!
DemulShooter install version
Extract Tomb Raider to a folder. Extract latest DemulShooter (Requires DemulShooter v10.9.1 or newer) to another folder. Open the DemulShooter\Unity\Tomb Raider folder, highlight all the files and BepinEx folder and copy them over to the new Tomb Raider folder. Open up DemulShooter_GUI.exe and set lightgun as P1 in the dropdown and hit save. Do this for every player if you have multiple guns as per regular DemulShooter instructions. In Tomb Raider folder, double click game.reg to create the necessary value in the Registry or run Game.exe once and then close it (either via Alt-F4 or Task Manager if needed). Open TombRaider_Operator.exe and set display and any options you want and then hit Save and close.
Run the game with Game.exe then load DemulShooter with DemulShooterX64.exe -target=aagames -rom=tra OR Use the following AHK below and change your pathing for both the Tomb Raider directory as well as DemulShooter.
You can copy these 3 files into your Tomb Raider directory and edit the AHK with your proper pathing for Tomb Raider and DemulShooter.
Sample AHK Script
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
I_Icon = %A_ScriptDir%\Tomb Raider.ico
IfExist, %I_Icon%
Menu, Tray, Icon, %I_Icon%
RUN, F:\Games\Tomb Raider Arcade\game.exe
Sleep, 4000
Run, F:\Tools\DemulShooter\DemulShooterX64.exe -target=aagames -rom=tra ;-nocrosshair
1::Numpad1 ;P1 Start Game
2::Numpad3 ;P2 Start Game
3::Numpad7 ;P3 Start Game
4::Numpad9 ;P4 Start Game
5::c ;Add Coins/Credit P1
6::v ;Add Coins/Credit P2
7::b ;Add Coins/Credit P3
8::n ;Add Coins/Credit P4
Space::p ;Pause Game
$Esc:: ; Quit Game
Process, Close, Game.exe
Run,taskkill /im "Game.exe" /F
Process, Close, DemulShooterX64.exe
Run,taskkill /im "DemulShooterX64.exe" /F
sleep, 2000
ExitApp ; Terminate script
return
;~ Controls:
;~ Tomb Raider
;~ Mouse Buttons Left Middle Right
;~ Action Trigger / Reload
;~ Misc. Notes:
;~ Use -nocrosshair option in DemulShooterX64 command line to remove crosshairs
;~ Credits Keys are C, V, B, N for P1...P4
;~ Start Keys are Numpad1, Numpad3, Numpad7, Numpad9 for P1...P4
;~ Quit with ESC
;~ T shows a timer since start of game
;~ E shows all players health info
;~ A is Infinite Ammo Cheat
;~ S skips all cutscenes
;~ G is God Mode
;~ X disables vibration in game
;~ If you hold left mouse for 5+ seconds and then click right mouse while still holding left then a menu pops up with options.