diff --git a/docs/games/bemani/iidx/common/31plus/setup.md b/docs/games/bemani/iidx/common/31plus/setup.md index dac8ea2d..c1d1a055 100644 --- a/docs/games/bemani/iidx/common/31plus/setup.md +++ b/docs/games/bemani/iidx/common/31plus/setup.md @@ -63,9 +63,7 @@ ## Configuring spice2x -!!! info "Following tabs correspond to the ones found in `spicecfg`" - -!!! danger "Avoid changing or patching anything you don't need or understand unless explicitly told to" +--8<-- "docs/snippets/bemani/common/spicecfg_preamble.md" === "Buttons" diff --git a/docs/games/bemani/sdvx/6_exceedgear/setup.md b/docs/games/bemani/sdvx/6_exceedgear/setup.md index 8b0f5b3e..54ec7f8a 100644 --- a/docs/games/bemani/sdvx/6_exceedgear/setup.md +++ b/docs/games/bemani/sdvx/6_exceedgear/setup.md @@ -59,7 +59,7 @@ ## Configuring spice2x -!!! info "Following tabs correspond to the ones found in `spicecfg`" +--8<-- "docs/snippets/bemani/common/spicecfg_preamble.md" === "Buttons" diff --git a/docs/games/bemani/sdvx/6_exceedgear/troubleshooting.md b/docs/games/bemani/sdvx/6_exceedgear/troubleshooting.md index 2e77d712..06bf7be5 100644 --- a/docs/games/bemani/sdvx/6_exceedgear/troubleshooting.md +++ b/docs/games/bemani/sdvx/6_exceedgear/troubleshooting.md @@ -3,13 +3,13 @@ --8<-- "docs/snippets/common/data_warning.md" -!!! info "For any issues not covered here, spice2x's [Known issues](https://github.com/spice2x/spice2x.github.io/wiki/Known-issues) page might prove useful." +!!! info "For any issues not covered here, spice2x's [Known issues](https://github.com/spice2x/spice2x.github.io/wiki/Known-issues) page might prove useful" ## Technical problems ### Crashes -!!! info "Riva Tuner Statistics Server (RTSS) and MSI Afterburner are known to cause odd crashes.
If you have them installed, close them both before starting any arcade game." +!!! info "Riva Tuner Statistics Server (RTSS) and MSI Afterburner are known to cause odd crashes.
If you have them installed, close them both before starting any arcade game" ??? tip "`W:BM2D: CreateLayer() 指定したレイヤーは存在しません` then `EXCEPTION_ACCESS_VIOLATION` in logs" @@ -56,7 +56,7 @@ !!! info "Check out spice2x's [PC optimization](https://github.com/spice2x/spice2x.github.io/wiki/PC-optimization) guide" -??? tip "Game is running too slow/fast." +??? tip "Game is running too slow/fast" Your game is likely running at an incorrect framerate. The expected framerates are: - Nemsys mode: 60 FPS @@ -81,7 +81,7 @@ !!! info "Check out our [Audio](/extras/audio.md) guide to understand audio modes better" -!!! info "Ensure your default audio device's sample rate is set properly." +!!! info "Ensure your default audio device's sample rate is set properly" - **44100 Hz** sample rate for **WASAPI Exclusive** and **ASIO** - **48000 Hz** if your game is patched with `Shared Mode WASAPI` diff --git a/docs/games/sega/chunithm/common/chusan/setup.md b/docs/games/sega/chunithm/common/chusan/setup.md index 50a7f6e3..8876cc6f 100644 --- a/docs/games/sega/chunithm/common/chusan/setup.md +++ b/docs/games/sega/chunithm/common/chusan/setup.md @@ -45,14 +45,14 @@ **remove them. This also means your data was tampered with and we strongly recommend getting new data from somewhere else.** -### Updating the base game +## Updating the base game !!! tip "" Extract your patch's files to your existing data in a way that matches its file structure. Agree to overwrite files if necessary. -### Installing option data +## Installing option data !!! tip "" @@ -69,7 +69,7 @@ !!! warning "If you plan to connect to a network (Hosted or Local), the `A001` option folder for your specific game version is required. This option contains a special Event file that lets the game connect." -### Installing unprotected executables +## Installing unprotected executables !!! tip "" @@ -81,7 +81,7 @@ Copy `chusanApp.exe` and `amdaemon.exe` to the `bin` folder of your game data. Agree to overwrite when asked. -### Installing ICFs +## Installing ICFs !!! tip "" diff --git a/docs/snippets/bemani/common/spicecfg_preamble.md b/docs/snippets/bemani/common/spicecfg_preamble.md new file mode 100644 index 00000000..55fedfdd --- /dev/null +++ b/docs/snippets/bemani/common/spicecfg_preamble.md @@ -0,0 +1,5 @@ +!!! info "Following tabs correspond to the ones found in `spicecfg`" + + Additional information is available at [spice2x's wiki](https://github.com/spice2x/spice2x.github.io/wiki/). + +!!! danger "Avoid changing or patching anything you don't need or understand unless explicitly told to" \ No newline at end of file diff --git a/docs/snippets/bemani/iidx/spicecfg_buttons.md b/docs/snippets/bemani/iidx/spicecfg_buttons.md index c7f329b5..c13a0f0e 100644 --- a/docs/snippets/bemani/iidx/spicecfg_buttons.md +++ b/docs/snippets/bemani/iidx/spicecfg_buttons.md @@ -1,5 +1,10 @@ !!! info "This tab is used to bind your keyboard and controller buttons" + !!! info "Bind vs Naive" + + **Bind** - Use for controllers and hardware devices. **More responsive** and detects any HID device. + **Naive** - Use for device agnostic keyboard binds. **Less responsive** but works with simulated keystrokes. + !!! tip "Binding your buttons" Click on `Bind` then press the key you want associated with the action. @@ -12,4 +17,10 @@ **Only if** you play with a keyboard: - - **Turntable**: `TT+, TT-` **and optionally** `TT+/-` which alternates between `TT+` and `TT-` on each press. \ No newline at end of file + - **Turntable**: `TT+, TT-` **and optionally** `TT+/-` which alternates between `TT+` and `TT-` on each press. + + !!! info "Additional info" + + - Use page navigation at the bottom to bind multiple buttons to the same input + - Check **Bind Many** to bind multiple controls in sequence + - Click **Edit** after binding for advanced options (invert, MIDI sensitivity, etc.) \ No newline at end of file diff --git a/docs/snippets/bemani/sdvx/spicecfg_buttons.md b/docs/snippets/bemani/sdvx/spicecfg_buttons.md index 202c8ff3..878f6f2d 100644 --- a/docs/snippets/bemani/sdvx/spicecfg_buttons.md +++ b/docs/snippets/bemani/sdvx/spicecfg_buttons.md @@ -1,5 +1,10 @@ !!! info "This tab is used to bind your keyboard and controller buttons" + !!! info "Bind vs Naive" + + **Bind** - Use for controllers and hardware devices. **More responsive** and detects any HID device. + **Naive** - Use for device agnostic keyboard binds. **Less responsive** but works with simulated keystrokes. + !!! tip "Binding your buttons" Click on `Bind` then press the key you want associated with the action. @@ -12,4 +17,10 @@ **Only if** you play with a keyboard: - - **Knobs:** `VOL-L Left, VOL-L Right, VOL-R Left, Vol-R Right` \ No newline at end of file + - **Knobs:** `VOL-L Left, VOL-L Right, VOL-R Left, Vol-R Right` + + !!! info "Additional info" + + - Use page navigation at the bottom to bind multiple buttons to the same input + - Check **Bind Many** to bind multiple controls in sequence + - Click **Edit** after binding for advanced options (invert, MIDI sensitivity, etc.) \ No newline at end of file