From ae82accdf06165d94446a8b7bc10c08cc0778077 Mon Sep 17 00:00:00 2001 From: Scribbler Date: Thu, 13 Mar 2025 01:14:41 +0000 Subject: [PATCH] Forgot SUN existed --- docs/games/chunithmnewplus/setup.md | 16 ---------------- docs/games/chunithmsun/setup.md | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/docs/games/chunithmnewplus/setup.md b/docs/games/chunithmnewplus/setup.md index 72fc2362..137ef414 100644 --- a/docs/games/chunithmnewplus/setup.md +++ b/docs/games/chunithmnewplus/setup.md @@ -194,22 +194,6 @@ - A cleaner and easier to read segatools.ini, making spotting issues simpler. -!!! info "Relative Directories" - - The `../` in the above example represents the parent directory in a relative path. It is used to navigate up one level in the directory hierarchy. - - For example, your segatools.ini is located at `/App/bin/segatools.ini` and your Option folder is located next to the App folder. - - Since segatools.ini is in the `/bin/` folder, typing `../` would move you up to the App folder. Since the Option folder is next to the App folder, the second `../` takes you to `App`'s parent folder, which is the folder containing `App`, `Option`, etc. - - The benefits of using this method include; - - - Avoiding issues that arise when folders have spaces in their names. - - - Being able to move your game folder without redefining the locations of your VFS folders. - - - A cleaner and easier to read segatools.ini, making spotting issues simpler. - #### `[system] (formerly [gpio])` !!! warning diff --git a/docs/games/chunithmsun/setup.md b/docs/games/chunithmsun/setup.md index b7090ba7..b7fd05d9 100644 --- a/docs/games/chunithmsun/setup.md +++ b/docs/games/chunithmsun/setup.md @@ -177,6 +177,23 @@ option=../../Option appdata=../../AppData ``` + ``` + +!!! info "Relative Directories" + + The `../` in the above example represents the parent directory in a relative path. It is used to navigate up one level in the directory hierarchy. + + For example, your segatools.ini is located at `/App/bin/segatools.ini` and your Option folder is located next to the App folder. + + Since segatools.ini is in the `/bin/` folder, typing `../` would move you up to the App folder. Since the Option folder is next to the App folder, the second `../` takes you to `App`'s parent folder, which is the folder containing `App`, `Option`, etc. + + The benefits of using this method include; + + - Avoiding issues that arise when folders have spaces in their names. + + - Being able to move your game folder without redefining the locations of your VFS folders. + + - A cleaner and easier to read segatools.ini, making spotting issues simpler. #### `[system] (formerly [gpio])`