mirror of
https://github.com/two-torial/two-torial.git
synced 2026-04-25 03:36:46 -05:00
Finishing touches
This commit is contained in:
parent
7806e7f377
commit
9f3fd41708
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 |
Loading…
Reference in New Issue
Block a user