2021-10-25 11:48:37 +02:00
|
|
|
# Dictionnary Indexes
|
|
|
|
|
|
|
|
- This document describes all the indexes used by the fonction `CLangManager.LangInstance.GetString(idx)`.
|
|
|
|
|
|
|
|
```
|
2021-10-26 18:22:21 +02:00
|
|
|
# Config menu text (000XX)
|
|
|
|
|
2021-10-25 11:48:37 +02:00
|
|
|
0 : "System language" description
|
|
|
|
1 : "System language" option title
|
|
|
|
2 : "<< Back to left menu" option title
|
|
|
|
3 : "<< Back to left menu" description
|
|
|
|
4 : "Reload songs" option title
|
|
|
|
5 : "Reload songs" description
|
|
|
|
6 : "Player count" option title
|
|
|
|
7 : "Player count" description
|
|
|
|
8 : "Risky" option title
|
|
|
|
9 : "Risky" description
|
|
|
|
10 : "Song speed" option title
|
|
|
|
11 : "Song speed" description
|
2021-10-25 23:58:47 +02:00
|
|
|
16 : "Layout type" option title
|
|
|
|
17 : "Layout type" description
|
2021-10-26 18:22:21 +02:00
|
|
|
|
|
|
|
# Main Menu text (001XX)
|
|
|
|
|
|
|
|
100 : Ensou main menu button
|
|
|
|
101 : Dan main menu button
|
|
|
|
102 : Tower main menu button
|
|
|
|
103 : Shop main menu button
|
2021-11-03 05:19:38 +01:00
|
|
|
104 : Bouken main menu button
|
|
|
|
105 : Heya main menu button
|
|
|
|
106 : Settings main menu button
|
|
|
|
107 : Quit main menu button
|
|
|
|
|
2021-10-26 18:22:21 +02:00
|
|
|
150 : Ensou main menu box text
|
|
|
|
151 : Dan main menu box text
|
|
|
|
152 : Tower main menu box text
|
|
|
|
153 : Shop main menu box text
|
|
|
|
154 : Bouken main menu box text
|
2021-11-03 05:19:38 +01:00
|
|
|
155 : Heya main menu box text
|
|
|
|
156 : Settings main menu box text
|
|
|
|
157 : Quit main menu box text
|
2021-10-26 18:22:21 +02:00
|
|
|
|
2021-11-12 19:47:38 +01:00
|
|
|
# Special items (002XX)
|
|
|
|
|
|
|
|
200 : Ensou Back box (Tojiru)
|
|
|
|
201 : Ensou recently played songs
|
|
|
|
202 : Ensou recently played songs description
|
|
|
|
|
2021-10-26 18:22:21 +02:00
|
|
|
# Tower text (0100X)
|
|
|
|
|
|
|
|
1000 : Reached floor (Tower)
|
|
|
|
1001 : Floor suffix (1 character)
|
|
|
|
1002 : Points accronym (1 character)
|
|
|
|
1003 : Score
|
|
|
|
|
2021-11-12 09:55:57 +01:00
|
|
|
# Dan exam types (0101X - 0102X)
|
|
|
|
|
|
|
|
1010 : Soul gauge
|
|
|
|
1011 : Perfect count
|
|
|
|
1012 : Good count
|
|
|
|
1013 : Bad count
|
|
|
|
1014 : Score
|
|
|
|
1015 : Rolls count
|
|
|
|
1016 : Notes hit count
|
|
|
|
1017 : Combo
|
|
|
|
1018 : Accuracy
|
|
|
|
|
2021-11-13 16:39:23 +01:00
|
|
|
# Heya buttons (0103X)
|
|
|
|
|
|
|
|
1030 : Return
|
|
|
|
1031 : PetitChara
|
|
|
|
1032 : Character
|
|
|
|
1033 : Dan title
|
|
|
|
1034 : Plate title
|
|
|
|
|
2021-10-25 11:48:37 +02:00
|
|
|
```
|