Skip to content

Patcher for Touhou 15.5 Antinomy of common flowers adding multiple features to the game

License

Notifications You must be signed in to change notification settings

Dazegambler/squiroll

Repository files navigation

Squiroll

GitHub Release

Squiroll is a patcher made for Touhou 15.5 that adds missing QOL features to the game alongside adding rollback based netcode to the game(Future plan)

Prerequisites

Build

Clone the repository:

git clone --recursive https://github.com/Dazegambler/squiroll.git

Linux

To build the project, follow these steps:

  1. Acquire the windows SDK headers and libraries with xwin

    cd /path/to/xwin
    xwin --accept-license --arch x86 splat
  2. Build the tools

    cd /path/to/squiroll/tools
    ./build.sh
    cd ..
  3. Run the build.sh script:

    ./build.sh

Windows

  1. Build the tools

    cd /path/to/squiroll/tools
    ./build.bat
    cd ..
  2. Run the build.bat script:

    build.bat

Usage

Windows

  1. Put the following files on your game directory:
  • th155r.exe
  • Netcode.dll
  1. Run the game from th155r.exe

Linux

  1. Put the following files on your game directory:
  • th155r.exe
  • Netcode.dll
  1. Run th155r.exe with your preferred wine version/fork

Steam/Proton

  • 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