Finishing touches

This commit is contained in:
Akitake 2025-06-02 21:43:46 +02:00
parent 7806e7f377
commit 9f3fd41708
No known key found for this signature in database
10 changed files with 26 additions and 26 deletions

View File

@ -33,7 +33,7 @@
If you're confused, the following may help you understand what this means.
```
``` hl_lines="6-11"
📂data
┣━📂graphic
┣━📂info
@ -41,10 +41,10 @@
┗━📂sound
📂data_mods
┗━📂mod_folder
┣━📂graphic <--- Files that modify data/graphic go here
┣━📂info <--- Files that modify data/info go here
┣━📂movie <--- Files that modify data/movie go here
┗━📂sound <--- Files that modify data/sound go here
┣━📂graphic - Files that modify data/graphic go here
┣━📂info - Files that modify data/info go here
┣━📂movie - Files that modify data/movie go here
┗━📂sound - Files that modify data/sound go here
📂dev
📂modules
📂prop

View File

@ -63,14 +63,14 @@
- Visit [spice2x.github.io](https://spice2x.github.io) to download the latest release
- Extract both `spice.exe` and `spicecfg.exe` from the archive into your game's directory
```
``` hl_lines="6-7"
📂arkdata
📂com
📂data
📂modules
📂prop
🌶spice.exe <---
🌶spicecfg.exe <---
🌶spice.exe
🌶spicecfg.exe
```
??? tip "For MDX-003 (64 bits)"
@ -78,14 +78,14 @@
- Visit [spice2x.github.io](https://spice2x.github.io) to download the latest release
- Extract both `spice64.exe` and `spicecfg.exe` from the archive into your game's directory
```
``` hl_lines="6-7"
📂arkdata
📂com
📂data
📂modules
📂prop
🌶spice64.exe <---
🌶spicecfg.exe <---
🌶spice64.exe
🌶spicecfg.exe
```
## Configuring spice2x

View File

@ -50,13 +50,13 @@
--8<-- "docs/snippets/bemani/common/spice2x64_install.md"
```
``` hl_lines="5-6"
📂data
📂dev
📂modules
📂prop
🌶spice64.exe <---
🌶spicecfg.exe <---
🌶spice64.exe
🌶spicecfg.exe
```
--8<-- "docs/snippets/bemani/common/spice2x64_stubs.md"

View File

@ -53,13 +53,13 @@
--8<-- "docs/snippets/bemani/common/spice2x32_install.md"
```
``` hl_lines="5-6"
📂data
📂modules
📂prop
msvcr100.dll
🌶spice.exe <---
🌶spicecfg.exe <---
🌶spice.exe
🌶spicecfg.exe
```
--8<-- "docs/snippets/bemani/common/spice2x32_stubs.md"

View File

@ -24,13 +24,13 @@
--8<-- "docs/snippets/bemani/common/spice2x64_install.md"
```
``` hl_lines="5-6"
📂data
📂dev
📂modules
📂prop
🌶spice64.exe <---
🌶spicecfg.exe <---
🌶spice64.exe
🌶spicecfg.exe
```
--8<-- "docs/snippets/bemani/common/spice2x64_stubs.md"

View File

@ -44,13 +44,13 @@
--8<-- "docs/snippets/bemani/common/spice2x32_install.md"
```
``` hl_lines="5-6"
📂data
📂dev
📂modules
📂prop
🌶spice.exe <---
🌶spicecfg.exe <---
🌶spice.exe
🌶spicecfg.exe
```
## Configuring spice2x

View File

@ -46,14 +46,14 @@
--8<-- "docs/snippets/bemani/common/spice2x64_install.md"
```
``` hl_lines="6-7"
📂data
📂dev
📂ext
📂modules
📂prop
🌶spice64.exe <---
🌶spicecfg.exe <---
🌶spice64.exe
🌶spicecfg.exe
```
--8<-- "docs/snippets/bemani/common/spice2x64_stubs.md"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 28 KiB