Brokenithm-Evolved/README.md

44 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2024-03-12 00:37:39 +00:00
## Brokenithm-Evolved (segatools modification)
2023-12-25 15:20:04 +00:00
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.
2024-03-12 00:37:39 +00:00
## 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 :)