diff --git a/docs/games/chunithmsunplus/setup.md b/docs/games/chunithmsunplus/setup.md index 7df7c110..c2b6ed24 100644 --- a/docs/games/chunithmsunplus/setup.md +++ b/docs/games/chunithmsunplus/setup.md @@ -3,7 +3,6 @@ !!! note "Author Note:" - Last updated: 25.01.2024 (Currently using `SDHD 2.16.00`) For hex edits: Go to [Missless Patcher](https://patcher.missless.net/chunisunplus.html) (should probably find a patcher host who's happy to be featured here) @@ -72,16 +71,26 @@ !!! tip "" - Obtain unpacked copies of `chusanApp.exe` and `amdaemon.exe`. - Copy these files to the `App\bin\` folder. - When asked, choose to replace the existing files with the newly copied files. + Next we need to replace the protected executables with copys that will run on a regular PC. + Obtain unpacked copies of `chusanApp.exe` and `amdaemon.exe`. If these weren't provided with your data, join the Discord for assistance. + Copy `chusanApp.exe` and `amdaemon.exe` to the `App\bin\` folder of your game data. When asked, overwrite the existing files. -### segatools +### Setting up segatools + +!!! note "segatools:" + `segatools` is a loader and hardware emulator for SEGA arcade games. It will allow us to launch the game, as well as configure inputs and network settings. More information can be found at the segatools gitea page. !!! tip "" - Obtain segatools.zip from dniel97 git release tab - Open chusan.zip inside of the segatools.zip - Copy contents from chusan.zip to App\bin folder + Download the latest version of segatools from the release tab of the segatools page. This will be a file named `segatools.zip`. + As segatools supports many games, the `segatools.zip` file will contain several more zip files. For CHUNITHM SUN PLUS, we will need to open the `chusan.zip`. + + + +!!! tip "" + Copy the files from `chusan.zip` to your `App/bin` folder. + Here is how your `App/bin` folder should look after everything has been copied correctly. + + !!! tip "" Open segatools.ini with a text editor diff --git a/docs/img/chunithmsunplus/appbincomplete.png b/docs/img/chunithmsunplus/appbincomplete.png new file mode 100644 index 00000000..514a4177 Binary files /dev/null and b/docs/img/chunithmsunplus/appbincomplete.png differ diff --git a/docs/img/chunithmsunplus/chusanzip.png b/docs/img/chunithmsunplus/chusanzip.png new file mode 100644 index 00000000..7f1b6924 Binary files /dev/null and b/docs/img/chunithmsunplus/chusanzip.png differ