mirror of
https://github.com/two-torial/two-torial.git
synced 2026-09-08 17:46:31 -05:00
update start.bat to launch.bat and misc changes
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
```
|
||||
|
||||
If your game files does not include `config_hook.json`, it is OK to create a new file.
|
||||
Then edit the launch script (usually `start.bat`) to tell the game about it:
|
||||
Then edit the launch script (usually `launch.bat`) to tell the game about it:
|
||||
|
||||
```
|
||||
amdaemon.exe -f -c config_common.json config_server.json config_client.json {++config_hook.json++}
|
||||
@@ -190,7 +190,7 @@
|
||||
```
|
||||
|
||||
If your game files does not include `config_hook.json`, it is OK to create a new file.
|
||||
Then edit the launch script (usually `start.bat`) to tell the game about it:
|
||||
Then edit the launch script (usually `launch.bat`) to tell the game about it:
|
||||
|
||||
```
|
||||
amdaemon.exe -f -c config_common.json config_server.json config_client.json {++config_hook.json++}
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
|
||||
### Laverita 3
|
||||
|
||||
??? tip ""
|
||||
!!! tip ""
|
||||
|
||||
- Switch your Laverita to HID mode. You can do so in ConfigApp
|
||||
- Download Laverita IO DLLs and extract to your `App\bin` folder.
|
||||
|
||||
@@ -35,7 +35,14 @@
|
||||
|
||||
## Installing unprotected executables
|
||||
|
||||
--8<-- "docs/snippets/sega/chunithm/unprotected_exes_chuni.md"
|
||||
!!! tip ""
|
||||
|
||||
CHUNITHM executables are protected and will not run on a regular computer.
|
||||
|
||||
Obtain unprotected (also called "unpacked" or "decrypted" by the community) copies of `chuniApp.exe` and `aimeReaderHost.exe` for your game version.
|
||||
|
||||
- Copy `chuniApp.exe` and `aimeReaderHost.exe` to data's `App\bin` folder
|
||||
- Agree to overwrite when asked
|
||||
|
||||
## Installing ICFs
|
||||
|
||||
@@ -66,7 +73,7 @@
|
||||
⚙️chunihook.dll
|
||||
▶️inject.exe
|
||||
📝segatools.ini
|
||||
▶️start.bat
|
||||
▶️launch.bat
|
||||
```
|
||||
|
||||
## Configuring segatools
|
||||
@@ -113,7 +120,7 @@
|
||||
|
||||
If you've followed all instructions correctly, you're now finally ready to launch the game!
|
||||
|
||||
Start the game by running `App\bin\start.bat`. Let the game load until it reaches the screen below.
|
||||
Start the game by running `App\bin\launch.bat`. Let the game load until it reaches the screen below.
|
||||
|
||||
<img src="/img/sega/chunithm/common/setup/chuni/servicemenu/0_asettings.webp">
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
⚙️chunihook.dll
|
||||
▶️inject.exe
|
||||
📝segatools.ini
|
||||
▶️start.bat
|
||||
▶️launch.bat
|
||||
```
|
||||
|
||||
## Configuring audio
|
||||
@@ -103,7 +103,7 @@
|
||||
|
||||
If you've followed all instructions correctly, you're now finally ready to launch the game!
|
||||
|
||||
Start the game by running `App\bin\start.bat`. Let the game load until it reaches the screen below.
|
||||
Start the game by running `App\bin\launch.bat`. Let the game load until it reaches the screen below.
|
||||
|
||||
<img src="/img/sega/chunithm/common/setup/chuni/servicemenu/0_asettings.webp">
|
||||
|
||||
|
||||
@@ -112,7 +112,7 @@
|
||||
**This will only work if you extracted `brokenithm_server.exe` to `App\bin\` as previously instructed.**
|
||||
|
||||
You can edit the launch script to launch the Brokenithm server when starting the game.
|
||||
Edit `App\bin\start.bat` to add a line above the existing commands:
|
||||
Edit `App\bin\launch.bat` to add a line above the existing commands:
|
||||
|
||||
```batch hl_lines="5"
|
||||
@echo off
|
||||
@@ -158,7 +158,7 @@
|
||||
- You can now start the game as normal.
|
||||
|
||||
The next time you play the game, you only need to run the `adb reverse ...` command
|
||||
again. To do this automatically when the game starts, add a line to the `start.bat`
|
||||
again. To do this automatically when the game starts, add a line to the `launch.bat`
|
||||
script **before** the `brokenithm_server` line:
|
||||
|
||||
```batch hl_lines="5 6"
|
||||
@@ -212,7 +212,7 @@
|
||||
**This will only work if you extracted the server to `App\bin\Brokenithm-Server` as previously instructed.**
|
||||
|
||||
You can edit the launch script to launch the Brokenithm server when starting the game.
|
||||
Edit `App\bin\start.bat` to add a line above the existing commands:
|
||||
Edit `App\bin\launch.bat` to add a line above the existing commands:
|
||||
|
||||
```batch hl_lines="5"
|
||||
@echo off
|
||||
|
||||
@@ -36,7 +36,14 @@
|
||||
|
||||
## Installing unprotected executables
|
||||
|
||||
--8<-- "docs/snippets/sega/chunithm/unprotected_exes_chusan.md"
|
||||
!!! tip ""
|
||||
|
||||
CHUNITHM executables are protected and will not run on a regular computer.
|
||||
|
||||
Obtain unprotected (also called "unpacked" or "decrypted" by the community) copies of `chusanApp.exe` and `amdaemon.exe` for your game version.
|
||||
|
||||
- Copy `chusanApp.exe` and `amdaemon.exe` to data's `App\bin` folder
|
||||
- Agree to overwrite when asked
|
||||
|
||||
## Installing ICFs
|
||||
|
||||
@@ -71,7 +78,7 @@
|
||||
▶️inject_x64.exe
|
||||
▶️inject_x86.exe
|
||||
📝segatools.ini
|
||||
▶️start.bat
|
||||
▶️launch.bat
|
||||
```
|
||||
|
||||
## Configuring segatools
|
||||
@@ -140,7 +147,7 @@
|
||||
|
||||
If you've followed all instructions correctly, you're now finally ready to launch the game!
|
||||
|
||||
Start the game by running `App\bin\start.bat`. Let the game load until it reaches the screen below.
|
||||
Start the game by running `App\bin\launch.bat`. Let the game load until it reaches the screen below.
|
||||
|
||||
<img src="/img/sega/chunithm/common/setup/chusan/servicemenu/0_asettings.webp">
|
||||
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
▶️inject.exe
|
||||
⚙️mai2hook.dll
|
||||
📝segatools.ini
|
||||
▶️start.bat
|
||||
▶️launch.bat
|
||||
```
|
||||
|
||||
## Configuring segatools
|
||||
@@ -173,7 +173,7 @@
|
||||
|
||||
If you've followed all instructions correctly, you're now finally ready to launch the game!
|
||||
|
||||
Start the game by running `App\package\start.bat`. Let the game load until you reach a screen with the message below.
|
||||
Start the game by running `App\package\launch.bat`. Let the game load until you reach a screen with the message below.
|
||||
|
||||
<img src="/img/sega/maimaidx/common/setup/distribution_servers_check.webp">
|
||||
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
▶️inject.exe
|
||||
⚙️mu3hook.dll
|
||||
📝segatools.ini
|
||||
▶️start.bat
|
||||
▶️launch.bat
|
||||
```
|
||||
|
||||
## Configuring segatools
|
||||
@@ -175,7 +175,7 @@
|
||||
|
||||
If you've followed all instructions correctly, you're now finally ready to launch the game!
|
||||
|
||||
Start the game by running `App\package\start.bat`. Let the game load until you reach a screen with the message below.
|
||||
Start the game by running `App\package\launch.bat`. Let the game load until you reach a screen with the message below.
|
||||
|
||||
<img src="/img/sega/ongeki/common/setup/servicemenu/0_ongeki_groupcheck.webp">
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
▶️inject.exe
|
||||
⚙️mercuryhook.dll
|
||||
📝segatools.ini
|
||||
▶️start.bat
|
||||
▶️launch.bat
|
||||
```
|
||||
|
||||
## Configuring segatools
|
||||
@@ -107,7 +107,7 @@
|
||||
|
||||
Set your display orientation to portrait mode.
|
||||
|
||||
Start the game by running `App\bin\start.bat`.
|
||||
Start the game by running `App\bin\launch.bat`.
|
||||
|
||||
Press your `Test` button (default `F1`) to enter the service menu. Use the `Service` button
|
||||
(default `F2`) to navigate the menu, and `Test` button to select an option.
|
||||
@@ -131,7 +131,7 @@
|
||||
Select **APPLY SETTINGS AND RE-BOOT** to save the settings.
|
||||
|
||||
Note that this will close your game and you will have to start it again
|
||||
with `start.bat`.
|
||||
with `launch.bat`.
|
||||
|
||||
--8<-- "docs/snippets/sega/common/success.md"
|
||||
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
!!! tip ""
|
||||
|
||||
CHUNITHM executables are protected and will not run on a regular computer.
|
||||
|
||||
Obtain unprotected (also called "unpacked" or "decrypted" by the community) copies of `chuniApp.exe` and `aimeReaderHost.exe` for your game version.
|
||||
|
||||
- Copy `chuniApp.exe` and `aimeReaderHost.exe` to data's `App\bin` folder
|
||||
- Agree to overwrite when asked
|
||||
@@ -1,8 +0,0 @@
|
||||
!!! tip ""
|
||||
|
||||
CHUNITHM executables are protected and will not run on a regular computer.
|
||||
|
||||
Obtain unprotected (also called "unpacked" or "decrypted" by the community) copies of `chusanApp.exe` and `amdaemon.exe` for your game version.
|
||||
|
||||
- Copy `chusanApp.exe` and `amdaemon.exe` to data's `App\bin` folder
|
||||
- Agree to overwrite when asked
|
||||
Reference in New Issue
Block a user