diff --git a/docs/games/sega/chunithm/common/chuni/setup.md b/docs/games/sega/chunithm/common/chuni/setup.md index 8699c5e5..ae5f417c 100644 --- a/docs/games/sega/chunithm/common/chuni/setup.md +++ b/docs/games/sega/chunithm/common/chuni/setup.md @@ -73,7 +73,7 @@ !!! tip "" ---8<-- "docs/snippets/sega/common/segatools_preamble.md" +--8<-- "docs/snippets/sega/common/segatools_preamble_bin.md" === "[vfs]" diff --git a/docs/games/sega/chunithm/common/chuni/setup_belowcrystal.md b/docs/games/sega/chunithm/common/chuni/setup_belowcrystal.md index d7e5ce67..c5ee3fa9 100644 --- a/docs/games/sega/chunithm/common/chuni/setup_belowcrystal.md +++ b/docs/games/sega/chunithm/common/chuni/setup_belowcrystal.md @@ -71,7 +71,7 @@ ## Configuring segatools ---8<-- "docs/snippets/sega/common/segatools_preamble.md" +--8<-- "docs/snippets/sega/common/segatools_preamble_bin.md" === "[vfs]" diff --git a/docs/games/sega/chunithm/common/chusan/setup.md b/docs/games/sega/chunithm/common/chusan/setup.md index b8bde5f2..412e7fa2 100644 --- a/docs/games/sega/chunithm/common/chusan/setup.md +++ b/docs/games/sega/chunithm/common/chusan/setup.md @@ -76,7 +76,7 @@ ## Configuring segatools ---8<-- "docs/snippets/sega/common/segatools_preamble.md" +--8<-- "docs/snippets/sega/common/segatools_preamble_bin.md" === "[vfs]" diff --git a/docs/games/sega/maimaidx/common/setup.md b/docs/games/sega/maimaidx/common/setup.md index cfbc8934..57798066 100644 --- a/docs/games/sega/maimaidx/common/setup.md +++ b/docs/games/sega/maimaidx/common/setup.md @@ -75,7 +75,7 @@ 📝mai2.ini ``` - - Copy all of the above to your data's `App/Package` folder + - Copy all of the above to your data's `App\package` folder - Agree to overwrite when asked !!! warning "Assembly-CSharp Notes" @@ -91,7 +91,7 @@ !!! tip "" - Ensure that the `App\Package` folder contains `mai2.ini`. + Ensure that the `App\package` folder contains `mai2.ini`. If this configuration file is missing, create one using the contents below: @@ -114,9 +114,9 @@ ## Installing segatools --8<-- "docs/snippets/sega/common/segatools_install.md" - - Find `mai2.zip` and extract it to your data's `App\Package` folder + - Find `mai2.zip` and extract it to your data's `App\package` folder - You should now have these files added to your `App\Package` directory: + You should now have these files added to your `App\package` directory: ``` 📂DEVICE @@ -130,7 +130,7 @@ !!! tip "" ---8<-- "docs/snippets/sega/common/segatools_preamble.md" +--8<-- "docs/snippets/sega/common/segatools_preamble_package.md" === "[vfs]" diff --git a/docs/games/sega/ongeki/common/setup.md b/docs/games/sega/ongeki/common/setup.md index 3fbd86cd..0e845d78 100644 --- a/docs/games/sega/ongeki/common/setup.md +++ b/docs/games/sega/ongeki/common/setup.md @@ -77,7 +77,7 @@ 📝mu3.ini ``` - - Copy all of the above to your data's `App/Package` folder + - Copy all of the above to your data's `App\package` folder - Agree to overwrite when asked !!! warning "Assembly-CSharp Notes" @@ -116,9 +116,9 @@ ## Installing segatools --8<-- "docs/snippets/sega/common/segatools_install.md" - - Find `mu3.zip` and extract it to your data's `App\Package` folder + - Find `mu3.zip` and extract it to your data's `App\package` folder - You should now have these files added to your `App\Package` directory: + You should now have these files added to your `App\package` directory: ``` 📂DEVICE @@ -130,7 +130,7 @@ ## Configuring segatools ---8<-- "docs/snippets/sega/common/segatools_preamble.md" +--8<-- "docs/snippets/sega/common/segatools_preamble_package.md" === "[vfs]" diff --git a/docs/games/sega/wacca/reverse/setup.md b/docs/games/sega/wacca/reverse/setup.md index 3d9c6f35..cd6b8f8f 100644 --- a/docs/games/sega/wacca/reverse/setup.md +++ b/docs/games/sega/wacca/reverse/setup.md @@ -57,7 +57,7 @@ ## Configuring segatools ---8<-- "docs/snippets/sega/common/segatools_preamble.md" +--8<-- "docs/snippets/sega/common/segatools_preamble_bin.md" === "[vfs]" diff --git a/docs/img/extras/controllers/nost/gamo2_nostroller.webp b/docs/img/extras/controllers/nost/gamo2_nostroller.webp index dd2fd4f8..06088f66 100644 Binary files a/docs/img/extras/controllers/nost/gamo2_nostroller.webp and b/docs/img/extras/controllers/nost/gamo2_nostroller.webp differ diff --git a/docs/snippets/sega/common/segatools_preamble.md b/docs/snippets/sega/common/segatools_preamble_bin.md similarity index 91% rename from docs/snippets/sega/common/segatools_preamble.md rename to docs/snippets/sega/common/segatools_preamble_bin.md index a5ee935e..013a2115 100644 --- a/docs/snippets/sega/common/segatools_preamble.md +++ b/docs/snippets/sega/common/segatools_preamble_bin.md @@ -10,6 +10,6 @@ ```ini [system] - dipsw2=1 - dipsw2=1 ; WRONG! + dipsw1=1 + dipsw1=1 ; WRONG! ``` \ No newline at end of file diff --git a/docs/snippets/sega/common/segatools_preamble_package.md b/docs/snippets/sega/common/segatools_preamble_package.md new file mode 100644 index 00000000..3290a661 --- /dev/null +++ b/docs/snippets/sega/common/segatools_preamble_package.md @@ -0,0 +1,15 @@ +!!! info "" + + You'll need to manually edit `App\package\segatools.ini` as segatools has no graphical configuration tool. + + We recommend using a text editor with syntax highlighting such as [Notepad++](https://notepad-plus-plus.org/). + + The following sections match those found in `segatools.ini` - skip any sections not listed below. + + If a key already exists in a section, simply change its value after `=`, do not add another key. + + ```ini + [system] + dipsw1=1 + dipsw1=1 ; WRONG! + ``` \ No newline at end of file