This is a patch for AIBootcamp. It enables the use of arrow keys to move forward or backward in a replay without having to use the mouse.
/!\ Do NOT replace the original AIBootcamp, the patched one CAN'T be used to run the simulation, only to view replays!
- Unzip the .zip I sent on Discord
- Replace the default app used to open .replay files with the RUN.bat file found in the unzipped folder.
- Download MelonLoader from here
- Run the installer and select the AIBootcamp.exe file.
- Download the latest release from here (or build it yourself, see below)
- Move the .dll in the "Mods" folder created by MelonLoader in the AIBootcamp folder.
- In the AIBootcamp install folder, create a file named "RUN.bat" with the following content:
@echo off
CD /D %~dp0
start AIBootcamp2.exe %1
- Replace the default app used to open .replay files with the RUN.bat file you just created.
You can build the patch yourself by cloning the repo and opening the solution. You will need to add the following references:
- Assembly-CSharp
- MelonLoader
- UnityEngine
- UnityEngine.CoreModule
- UnityEngine.InputModule
- UnityEngine.UI
These can be found in the AIBootCamp\MelonLoader\Managed folder.