mirror of
https://github.com/yxrei/bemani-guide.git
synced 2025-02-19 03:54:29 +01:00
Merge pull request #82 from scrib-bler/feature/chunithm
not_in_nav, minor chunithm changes
This commit is contained in:
commit
e6a470099e
@ -69,6 +69,8 @@
|
||||
|
||||
<img width="500" src="/img/chunithm/sdhd/setup/2_chunithmoption.png">
|
||||
|
||||
!!! warning "If you plan to connect to a network (Hosted or Local), the `A001` option folder for your specific game version is required. This option contains a special Event file that lets the game connect."
|
||||
|
||||
#### Installing ICFs
|
||||
|
||||
!!! tip ""
|
||||
|
@ -69,6 +69,8 @@
|
||||
|
||||
<img width="500" src="/img/chunithm/sdhd/setup/2_chunithmoption.png">
|
||||
|
||||
!!! warning "If you plan to connect to a network (Hosted or Local), the `A001` option folder for your specific game version is required. This option contains a special Event file that lets the game connect."
|
||||
|
||||
#### Installing ICFs
|
||||
|
||||
!!! tip ""
|
||||
|
@ -69,6 +69,8 @@
|
||||
|
||||
<img width="500" src="/img/chunithm/sdhd/setup/2_chunithmoption.png">
|
||||
|
||||
!!! warning "If you plan to connect to a network (Hosted or Local), the `A001` option folder for your specific game version is required. This option contains a special Event file that lets the game connect."
|
||||
|
||||
#### Installing ICFs
|
||||
|
||||
!!! tip ""
|
||||
|
@ -69,6 +69,8 @@
|
||||
|
||||
<img width="500" src="/img/chunithm/sdhd/setup/2_chunithmoption.png">
|
||||
|
||||
!!! warning "If you plan to connect to a network (Hosted or Local), the `A001` option folder for your specific game version is required. This option contains a special Event file that lets the game connect."
|
||||
|
||||
#### Installing ICFs
|
||||
|
||||
!!! tip ""
|
||||
|
@ -69,6 +69,8 @@
|
||||
|
||||
<img width="500" src="/img/chunithm/sdhd/setup/2_chunithmoption.png">
|
||||
|
||||
!!! warning "If you plan to connect to a network (Hosted or Local), the `A001` option folder for your specific game version is required. This option contains a special Event file that lets the game connect."
|
||||
|
||||
#### Installing ICFs
|
||||
|
||||
!!! tip ""
|
||||
|
@ -69,6 +69,8 @@
|
||||
|
||||
<img width="500" src="/img/chunithm/sdhd/setup/2_chunithmoption.png">
|
||||
|
||||
!!! warning "If you plan to connect to a network (Hosted or Local), the `A001` option folder for your specific game version is required. This option contains a special Event file that lets the game connect."
|
||||
|
||||
#### Installing ICFs
|
||||
|
||||
!!! tip ""
|
||||
|
@ -154,7 +154,7 @@
|
||||
adb reverse tcp:52468 tcp:52468
|
||||
```
|
||||
|
||||
- Start `brokenithm_server.exe`.
|
||||
- Start brokenithm_server in TCP mode with the -T command line flag, `brokenithm_server.exe -T`.
|
||||
- On your Android device, open Brokenithm, and change the address to `0.0.0.0`.
|
||||
- If the text box to the left of the "SETTINGS" button say "UDP", tap on it
|
||||
once to switch to "TCP" mode.
|
||||
@ -165,13 +165,13 @@
|
||||
again. To do this automatically when the game starts, add a line to the `start.bat`
|
||||
script **before** the `brokenithm_server` line:
|
||||
|
||||
```batch hl_lines="5"
|
||||
```batch hl_lines="5 6"
|
||||
@echo off
|
||||
|
||||
pushd %~dp0
|
||||
|
||||
start /min platform-tools\adb reverse tcp:52468 tcp:52468
|
||||
start /min brokenithm_server
|
||||
start /min brokenithm_server -T
|
||||
start /min inject_x64 -d -k chusanhook_x64.dll amdaemon.exe -c config_common.json config_server.json config_client.json config_cvt.json config_sp.json config_hook.json
|
||||
inject_x86 -d -k chusanhook_x86.dll chusanApp.exe
|
||||
taskkill /f /im amdaemon.exe > nul 2>&1
|
||||
|
@ -168,6 +168,11 @@ nav:
|
||||
- "SoftEther VPN for Cab-to-Cab": "extras/softether.md"
|
||||
- Other Resources: resources.md
|
||||
|
||||
not_in_nav: |
|
||||
games/chusan/c2c.md
|
||||
games/chusan/controllers.md
|
||||
games/chusan/troubleshooting.md
|
||||
|
||||
theme:
|
||||
name: material
|
||||
logo: img/logo/website-logo.svg
|
||||
@ -226,4 +231,4 @@ markdown_extensions:
|
||||
|
||||
plugins:
|
||||
- search
|
||||
- git-revision-date-localized
|
||||
- git-revision-date-localized
|
Loading…
x
Reference in New Issue
Block a user