Aocf rollback aims to add rollback based netcode to touhou 15.5:Antinomy of Common Flowers
As of now we only have a patcher working, we're currently working on making the netcode that is going to replace the currently existing one in the game
Clone the repository:
git clone https://github.com/Dazegambler/Aocf_rollback
cd Aocf_rollback
To build the project, follow these steps:
-
Make sure you have
i686-w64-mingw32-gcc
installed. You can install it via your package manager:sudo apt-get install mingw-w64
-
Run the
build.sh
script:./build.sh
This will compile the source code and produce the following output files:
th155r.exe
Netcode.dll
-
Ensure you have MinGW-w64 installed.
-
Open a terminal and navigate to the project directory.
-
Run the
build.bat
script:build.bat
- Put the following files on your game directory:
th155r.exe
Netcode.dll
- Run the game from the
th155r.exe
file
- Put the following files on your game directory:
th155r.exe
Netcode.dll
- Run
th155r.exe
with your preferred wine version/fork
-
If you're running the game on steam via proton simply change the target executable in the properties for
/path/to/game/th155r.exe
-
If you're running the steam version you're going to need to add
th155r.exe
as a non steam game and change its compatibility settings to force it to run via proton