From d81bd384cfd36ef4ee1aa77eb437aa7f98932435 Mon Sep 17 00:00:00 2001 From: obvRedwolf Date: Sun, 27 Jul 2025 17:07:17 -0400 Subject: [PATCH] update start.bat to launch.bat and misc changes --- docs/errorcodes/sega.md | 4 ++-- .../games/sega/chunithm/common/chuni/controllers.md | 2 +- docs/games/sega/chunithm/common/chuni/setup.md | 13 ++++++++++--- .../chunithm/common/chuni/setup_belowcrystal.md | 4 ++-- .../sega/chunithm/common/chusan/controllers.md | 6 +++--- docs/games/sega/chunithm/common/chusan/setup.md | 13 ++++++++++--- docs/games/sega/maimaidx/common/setup.md | 4 ++-- docs/games/sega/ongeki/common/setup.md | 4 ++-- docs/games/sega/wacca/reverse/setup.md | 6 +++--- .../sega/chunithm/unprotected_exes_chuni.md | 8 -------- .../sega/chunithm/unprotected_exes_chusan.md | 8 -------- 11 files changed, 35 insertions(+), 37 deletions(-) delete mode 100644 docs/snippets/sega/chunithm/unprotected_exes_chuni.md delete mode 100644 docs/snippets/sega/chunithm/unprotected_exes_chusan.md diff --git a/docs/errorcodes/sega.md b/docs/errorcodes/sega.md index 190f84c7..d42f1ce3 100644 --- a/docs/errorcodes/sega.md +++ b/docs/errorcodes/sega.md @@ -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++} diff --git a/docs/games/sega/chunithm/common/chuni/controllers.md b/docs/games/sega/chunithm/common/chuni/controllers.md index 68e0c7be..6fac4b23 100644 --- a/docs/games/sega/chunithm/common/chuni/controllers.md +++ b/docs/games/sega/chunithm/common/chuni/controllers.md @@ -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. diff --git a/docs/games/sega/chunithm/common/chuni/setup.md b/docs/games/sega/chunithm/common/chuni/setup.md index ae5f417c..36f45534 100644 --- a/docs/games/sega/chunithm/common/chuni/setup.md +++ b/docs/games/sega/chunithm/common/chuni/setup.md @@ -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. diff --git a/docs/games/sega/chunithm/common/chuni/setup_belowcrystal.md b/docs/games/sega/chunithm/common/chuni/setup_belowcrystal.md index 805211ba..d8acd50c 100644 --- a/docs/games/sega/chunithm/common/chuni/setup_belowcrystal.md +++ b/docs/games/sega/chunithm/common/chuni/setup_belowcrystal.md @@ -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. diff --git a/docs/games/sega/chunithm/common/chusan/controllers.md b/docs/games/sega/chunithm/common/chusan/controllers.md index 1340276b..ba7e3387 100644 --- a/docs/games/sega/chunithm/common/chusan/controllers.md +++ b/docs/games/sega/chunithm/common/chusan/controllers.md @@ -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 diff --git a/docs/games/sega/chunithm/common/chusan/setup.md b/docs/games/sega/chunithm/common/chusan/setup.md index 412e7fa2..918ee0b8 100644 --- a/docs/games/sega/chunithm/common/chusan/setup.md +++ b/docs/games/sega/chunithm/common/chusan/setup.md @@ -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. diff --git a/docs/games/sega/maimaidx/common/setup.md b/docs/games/sega/maimaidx/common/setup.md index 22fb3b8c..19cf45bf 100644 --- a/docs/games/sega/maimaidx/common/setup.md +++ b/docs/games/sega/maimaidx/common/setup.md @@ -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. diff --git a/docs/games/sega/ongeki/common/setup.md b/docs/games/sega/ongeki/common/setup.md index 0e845d78..9e067e4e 100644 --- a/docs/games/sega/ongeki/common/setup.md +++ b/docs/games/sega/ongeki/common/setup.md @@ -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. diff --git a/docs/games/sega/wacca/reverse/setup.md b/docs/games/sega/wacca/reverse/setup.md index 22903e81..6bc4454e 100644 --- a/docs/games/sega/wacca/reverse/setup.md +++ b/docs/games/sega/wacca/reverse/setup.md @@ -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" diff --git a/docs/snippets/sega/chunithm/unprotected_exes_chuni.md b/docs/snippets/sega/chunithm/unprotected_exes_chuni.md deleted file mode 100644 index ceea04d4..00000000 --- a/docs/snippets/sega/chunithm/unprotected_exes_chuni.md +++ /dev/null @@ -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 \ No newline at end of file diff --git a/docs/snippets/sega/chunithm/unprotected_exes_chusan.md b/docs/snippets/sega/chunithm/unprotected_exes_chusan.md deleted file mode 100644 index 369f170d..00000000 --- a/docs/snippets/sega/chunithm/unprotected_exes_chusan.md +++ /dev/null @@ -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 \ No newline at end of file