From 985870110c2b9e104f0b2e249f94c77fb328aad6 Mon Sep 17 00:00:00 2001 From: Scribbler Date: Thu, 13 Mar 2025 00:56:38 +0000 Subject: [PATCH] Added an explanation of relative directories --- docs/games/chunithmluminous/setup.md | 16 ++++++++++++ docs/games/chunithmluminousplus/setup.md | 16 ++++++++++++ docs/games/chunithmnew/setup.md | 16 ++++++++++++ docs/games/chunithmnewplus/setup.md | 32 ++++++++++++++++++++++++ docs/games/chunithmsunplus/setup.md | 16 ++++++++++++ 5 files changed, 96 insertions(+) diff --git a/docs/games/chunithmluminous/setup.md b/docs/games/chunithmluminous/setup.md index 70061280..ca00db04 100644 --- a/docs/games/chunithmluminous/setup.md +++ b/docs/games/chunithmluminous/setup.md @@ -178,6 +178,22 @@ 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])` !!! warning diff --git a/docs/games/chunithmluminousplus/setup.md b/docs/games/chunithmluminousplus/setup.md index 200e2260..093fb8c4 100644 --- a/docs/games/chunithmluminousplus/setup.md +++ b/docs/games/chunithmluminousplus/setup.md @@ -190,6 +190,22 @@ Patches for :material-file-cog:`amdaemon.exe` 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])` !!! warning diff --git a/docs/games/chunithmnew/setup.md b/docs/games/chunithmnew/setup.md index e3f40a1c..57fb5d90 100644 --- a/docs/games/chunithmnew/setup.md +++ b/docs/games/chunithmnew/setup.md @@ -178,6 +178,22 @@ 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])` !!! warning diff --git a/docs/games/chunithmnewplus/setup.md b/docs/games/chunithmnewplus/setup.md index aaca0a96..72fc2362 100644 --- a/docs/games/chunithmnewplus/setup.md +++ b/docs/games/chunithmnewplus/setup.md @@ -178,6 +178,38 @@ 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. + +!!! 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/chunithmsunplus/setup.md b/docs/games/chunithmsunplus/setup.md index 204b8b61..b282c615 100644 --- a/docs/games/chunithmsunplus/setup.md +++ b/docs/games/chunithmsunplus/setup.md @@ -178,6 +178,22 @@ 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])` !!! warning