aimeio_brokenithm | ||
chuniio_brokenithm | ||
LICENSE.md | ||
README.md |
Brokenithm-Evolved (segatools modification)
This branch only contains modified files from my segatools repo.
And will not contain other files.
Installation (Android)
- Grab the Brokenithm latest version of Brokenithm-Android-Server and extract only
brokenithm_server.exe
anywhere (f.e.App/bin
) - Grab the corresponding
.apk
of Brokenithm-Android and install it on your Tablet/Phone - Grab the segatools custom IO DLL brokenithm.zip and extract it inside
App/bin
- Configure
segatools.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
- Launch the Server with
-T
, f.e. create batch file inApp/bin
and write
@echo off
pushd %~dp0
brokenithm_android.exe -T
- Launch the game using
start.bat
- Launch the Brokenithm Android app, switch from
UDP
toTCP
and enter your PC IPv4 into the address field - Have fun :)