diff --git a/README.md b/README.md index c3d4b1c..3e74ac0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,44 @@ -## Brokenithm-Evolved segatools modification +## Brokenithm-Evolved (segatools modification) This branch only contains modified files from my [segatools](https://gitea.tendokyu.moe/Dniel97/segatools/src/branch/chuniio) repo. And will not contain other files. + +## Installation (Android) + +1. Grab the Brokenithm latest version of [Brokenithm-Android-Server](https://github.com/tindy2013/Brokenithm-Android-Server/releases/latest) and extract only `brokenithm_server.exe` anywhere (f.e. `App/bin`) +2. Grab the corresponding `.apk` of [Brokenithm-Android](https://github.com/tindy2013/Brokenithm-Android/releases/latest) and install it on your Tablet/Phone +3. Grab the segatools custom IO DLL [brokenithm.zip](https://gitea.tendokyu.moe/Dniel97/Brokenithm-Evolved/releases/latest) and extract it inside `App/bin` +4. Configure `segatools.ini`: + +```ini +; ----------------------------------------------------------------------------- +; Custom IO settings +; ----------------------------------------------------------------------------- + +[aimeio] +; To use a custom card reader IO DLL enter its path here. +; Leave empty if you want to use Segatools built-in keyboard input. +path=aime_brokenithm.dll + +[chuniio] +; Uncomment this if you have custom chuniio implementation comprised of a single 32bit DLL. +; (will use chu2to3 engine internally) +;path= + +; Uncomment this if you have custom chuniio implementation. +; x86 chuniio to path32, x64 to path64. Both are necessary. +path32=brokenithm_x86.dll +path64=brokenithm_x64.dll +``` +5. Launch the Server with `-T`, f.e. create batch file in `App/bin` and write +```bat +@echo off + +pushd %~dp0 + +brokenithm_android.exe -T +``` + +6. Launch the game using `start.bat` +7. Launch the Brokenithm Android app, switch from `UDP` to `TCP` and enter your PC IPv4 into the address field +8. Have fun :) \ No newline at end of file