From f8323cfe67965bb9d6338dcce8f06fa40eca7da1 Mon Sep 17 00:00:00 2001 From: auxbh Date: Sun, 14 Sep 2025 17:17:34 +0200 Subject: [PATCH 1/2] Update stubs snippets to include Intel GPUs --- docs/snippets/konami/common/spice2x32_stubs.md | 4 ++-- docs/snippets/konami/common/spice2x64_stubs.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/snippets/konami/common/spice2x32_stubs.md b/docs/snippets/konami/common/spice2x32_stubs.md index a23c9afa..02e0d439 100644 --- a/docs/snippets/konami/common/spice2x32_stubs.md +++ b/docs/snippets/konami/common/spice2x32_stubs.md @@ -1,6 +1,6 @@ -??? warning "Additional steps for AMD graphics cards" +??? warning "Additional steps for AMD and Intel graphics cards" - Since the BEMANI games are designed for NVIDIA GPU's, AMD users need additional files: + Since KONAMI games are designed for NVIDIA GPU's, AMD and Intel users need additional files: - Locate the `spice2x\stubs\32\` folder in the spice2x archive - Extract all `.dll` files from there into your game's `modules` folder \ No newline at end of file diff --git a/docs/snippets/konami/common/spice2x64_stubs.md b/docs/snippets/konami/common/spice2x64_stubs.md index 74a9dd46..84a6eb48 100644 --- a/docs/snippets/konami/common/spice2x64_stubs.md +++ b/docs/snippets/konami/common/spice2x64_stubs.md @@ -1,6 +1,6 @@ -??? warning "Additional steps for AMD graphics cards" +??? warning "Additional steps for AMD and Intel graphics cards" - Since BEMANI games are designed for NVIDIA GPU's, AMD users need additional files: + Since KONAMI games are designed for NVIDIA GPU's, AMD and Intel users need additional files: - Locate the `spice2x\stubs\64\` folder in the spice2x archive - Extract all `.dll` files from there into your game's `modules` folder \ No newline at end of file From 0330bd9a1f6ebf895f6c38c20258abc6970159a2 Mon Sep 17 00:00:00 2001 From: auxbh Date: Sun, 14 Sep 2025 17:22:44 +0200 Subject: [PATCH 2/2] Remove unneeded usage of a snippet in the DDR guide --- docs/games/konami/ddr/common/setup.md | 11 ++++++++++- docs/snippets/konami/ddr/spicecfg_buttons.md | 10 ---------- 2 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 docs/snippets/konami/ddr/spicecfg_buttons.md diff --git a/docs/games/konami/ddr/common/setup.md b/docs/games/konami/ddr/common/setup.md index dd8ce593..6995fd7f 100644 --- a/docs/games/konami/ddr/common/setup.md +++ b/docs/games/konami/ddr/common/setup.md @@ -96,7 +96,16 @@ --8<-- "docs/snippets/konami/common/spicecfg_buttons.md" ---8<-- "docs/snippets/konami/ddr/spicecfg_buttons.md" + !!! tip "Binding your buttons" + + Click on `Bind` or `Naive` then press the key you want associated with the action. + + With your controller and/or keyboard plugged in, configure your keys for P1 and/or P2: + + - **Maintenance**: `Service, Test` + - **Game buttons**: `Up, Down, Left, Right` + - **Menu buttons**: ` Start, Up, Down, Left, Right` + - **Keypad**: `Keypad Insert Card`, `1 to 9` --8<-- "docs/snippets/konami/common/spicecfg_buttons_additionalinfo.md" diff --git a/docs/snippets/konami/ddr/spicecfg_buttons.md b/docs/snippets/konami/ddr/spicecfg_buttons.md deleted file mode 100644 index 44b240b7..00000000 --- a/docs/snippets/konami/ddr/spicecfg_buttons.md +++ /dev/null @@ -1,10 +0,0 @@ - !!! tip "Binding your buttons" - - Click on `Bind` or `Naive` then press the key you want associated with the action. - - With your controller and/or keyboard plugged in, configure your keys for P1 and/or P2: - - - **Maintenance**: `Service, Test` - - **Game buttons**: `Up, Down, Left, Right` - - **Menu buttons**: ` Start, Up, Down, Left, Right` - - **Keypad**: `Keypad Insert Card`, `1 to 9` \ No newline at end of file