Merge pull request #147 from obvRedwolf/feature/launch
Some checks failed
Build / deploy (push) Has been cancelled

start.bat -> launch.bat
This commit is contained in:
Akitake 2025-07-27 23:32:23 +02:00 committed by GitHub
commit 430893b7ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 35 additions and 37 deletions

View File

@ -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++}

View File

@ -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.

View File

@ -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">

View File

@ -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">

View File

@ -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

View File

@ -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">

View File

@ -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">

View File

@ -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">

View File

@ -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"

View File

@ -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

View File

@ -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