mirror of
https://github.com/yxrei/bemani-guide.git
synced 2024-11-23 22:41:03 +01:00
iidx30-31: fix lightning spec
This commit is contained in:
parent
8b48900702
commit
7fc1afc210
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user