mirror of
https://github.com/two-torial/two-torial.git
synced 2026-09-07 17:06:21 -05:00
iidx30-31: fix lightning spec
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<soft>
|
||||
<model __type="str">LDJ</model>
|
||||
<dest __type="str">J</dest>
|
||||
<spec __type="str">E</spec>
|
||||
<spec __type="str">B</spec>
|
||||
<rev __type="str">A</rev>
|
||||
<ext __type="str">2024050700</ext>
|
||||
</soft>
|
||||
@@ -27,10 +27,10 @@
|
||||
This is the line that determines if the game will run in Standard (60 FPS) or Lightning (120 FPS) mode.
|
||||
|
||||
```xml
|
||||
<spec __type="str">E</spec>
|
||||
<spec __type="str">B</spec>
|
||||
```
|
||||
|
||||
Use ^^`A`^^ for Standard, or ^^`E`^^ for Lightning.
|
||||
Use ^^`A`^^ for Standard, or ^^`B`^^ for Lightning.
|
||||
|
||||
---
|
||||
### Changing the game's language
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
<soft>
|
||||
<model __type="str">LDJ</model>
|
||||
<dest __type="str">J</dest>
|
||||
<spec __type="str">E</spec>
|
||||
<spec __type="str">B</spec>
|
||||
<rev __type="str">A</rev>
|
||||
<ext __type="str">2024050700</ext>
|
||||
</soft>
|
||||
@@ -90,7 +90,7 @@
|
||||
|
||||
On the line with `<spec __type="str">` the letter needs to match your data type:
|
||||
|
||||
- `E` for TDJ *(010)*
|
||||
- `B` for TDJ *(010)*
|
||||
- `A` for LDJ *(012)*
|
||||
|
||||
Replace the letter accordingly if necessary.
|
||||
|
||||
Reference in New Issue
Block a user