mirror of
https://github.com/yxrei/bemani-guide.git
synced 2025-02-17 19:09:27 +01:00
iidx30-31: fix lightning spec
This commit is contained in:
parent
8b48900702
commit
7fc1afc210
@ -18,7 +18,7 @@
|
|||||||
<soft>
|
<soft>
|
||||||
<model __type="str">LDJ</model>
|
<model __type="str">LDJ</model>
|
||||||
<dest __type="str">J</dest>
|
<dest __type="str">J</dest>
|
||||||
<spec __type="str">E</spec>
|
<spec __type="str">B</spec>
|
||||||
<rev __type="str">A</rev>
|
<rev __type="str">A</rev>
|
||||||
<ext __type="str">2024050700</ext>
|
<ext __type="str">2024050700</ext>
|
||||||
</soft>
|
</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.
|
This is the line that determines if the game will run in Standard (60 FPS) or Lightning (120 FPS) mode.
|
||||||
|
|
||||||
```xml
|
```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
|
### Changing the game's language
|
||||||
|
@ -82,7 +82,7 @@
|
|||||||
<soft>
|
<soft>
|
||||||
<model __type="str">LDJ</model>
|
<model __type="str">LDJ</model>
|
||||||
<dest __type="str">J</dest>
|
<dest __type="str">J</dest>
|
||||||
<spec __type="str">E</spec>
|
<spec __type="str">B</spec>
|
||||||
<rev __type="str">A</rev>
|
<rev __type="str">A</rev>
|
||||||
<ext __type="str">2024050700</ext>
|
<ext __type="str">2024050700</ext>
|
||||||
</soft>
|
</soft>
|
||||||
@ -90,7 +90,7 @@
|
|||||||
|
|
||||||
On the line with `<spec __type="str">` the letter needs to match your data type:
|
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)*
|
- `A` for LDJ *(012)*
|
||||||
|
|
||||||
Replace the letter accordingly if necessary.
|
Replace the letter accordingly if necessary.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user