PyLibMS 3.0.2__tar.gz → 3.0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pylibms-3.0.4/MANIFEST.in +2 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/PKG-INFO +1 -1
- {pylibms-3.0.2 → pylibms-3.0.4}/PyLibMS.egg-info/PKG-INFO +1 -1
- {pylibms-3.0.2 → pylibms-3.0.4}/PyLibMS.egg-info/SOURCES.txt +11 -1
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/fileio/io.py +5 -4
- pylibms-3.0.4/lms/titleconfig/presets/Badge Arcade.yaml +429 -0
- pylibms-3.0.4/lms/titleconfig/presets/Brain Age Concentration Training.yaml +130 -0
- pylibms-3.0.4/lms/titleconfig/presets/Kirby Planet Robobot.yaml +208 -0
- pylibms-3.0.4/lms/titleconfig/presets/Super Mario 3D Land.yaml +366 -0
- pylibms-3.0.4/lms/titleconfig/presets/Super Mario 3D World + Bowsers Fury.yaml +209 -0
- pylibms-3.0.4/lms/titleconfig/presets/Super Mario Odyssey.yaml +1960 -0
- pylibms-3.0.4/lms/titleconfig/presets/The Legend of Zelda Echos of Wisdom.yaml +109 -0
- pylibms-3.0.4/lms/titleconfig/presets/The Legend of Zelda a Link Between Worlds.yaml +380 -0
- pylibms-3.0.4/lms/titleconfig/presets/Tomodachi Life.yaml +7409 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/pyproject.toml +1 -1
- {pylibms-3.0.2 → pylibms-3.0.4}/LICENSE +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/PyLibMS.egg-info/dependency_links.txt +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/PyLibMS.egg-info/requires.txt +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/PyLibMS.egg-info/top_level.txt +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/README.md +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/__init__.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/common/__init__.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/common/lms_datatype.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/common/lms_exceptions.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/common/lms_fileinfo.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/common/stream/fileinfo.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/common/stream/hashtable.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/common/stream/section.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/fileio/encoding.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/message/__init__.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/message/definitions/__init__.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/message/definitions/field/__init__.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/message/definitions/field/io.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/message/definitions/field/lms_field.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/message/definitions/lms_messagetext.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/message/msbt.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/message/msbtentry.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/message/msbtio.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/message/section/__init__.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/message/section/atr1.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/message/section/tsy1.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/message/section/txt2.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/message/tag/__init__.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/message/tag/io/param_io.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/message/tag/io/tag_io.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/message/tag/lms_tag.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/message/tag/lms_tagexceptions.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/project/__init__.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/project/definitions/__init__.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/project/definitions/attribute.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/project/definitions/color.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/project/definitions/style.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/project/definitions/tag.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/project/msbp.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/project/msbpread.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/project/section/ali2.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/project/section/ati2.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/project/section/clr1.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/project/section/string.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/project/section/syl3.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/project/section/tag2.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/project/section/tgg2.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/project/section/tgp2.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/titleconfig/__init__.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/titleconfig/config.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/titleconfig/definitions/__init__.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/titleconfig/definitions/attribute.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/titleconfig/definitions/tags.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/lms/titleconfig/definitions/value.py +0 -0
- {pylibms-3.0.2 → pylibms-3.0.4}/setup.cfg +0 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
LICENSE
|
|
2
|
+
MANIFEST.in
|
|
2
3
|
README.md
|
|
3
4
|
pyproject.toml
|
|
4
5
|
PyLibMS.egg-info/PKG-INFO
|
|
@@ -55,4 +56,13 @@ lms/titleconfig/config.py
|
|
|
55
56
|
lms/titleconfig/definitions/__init__.py
|
|
56
57
|
lms/titleconfig/definitions/attribute.py
|
|
57
58
|
lms/titleconfig/definitions/tags.py
|
|
58
|
-
lms/titleconfig/definitions/value.py
|
|
59
|
+
lms/titleconfig/definitions/value.py
|
|
60
|
+
lms/titleconfig/presets/Badge Arcade.yaml
|
|
61
|
+
lms/titleconfig/presets/Brain Age Concentration Training.yaml
|
|
62
|
+
lms/titleconfig/presets/Kirby Planet Robobot.yaml
|
|
63
|
+
lms/titleconfig/presets/Super Mario 3D Land.yaml
|
|
64
|
+
lms/titleconfig/presets/Super Mario 3D World + Bowsers Fury.yaml
|
|
65
|
+
lms/titleconfig/presets/Super Mario Odyssey.yaml
|
|
66
|
+
lms/titleconfig/presets/The Legend of Zelda Echos of Wisdom.yaml
|
|
67
|
+
lms/titleconfig/presets/The Legend of Zelda a Link Between Worlds.yaml
|
|
68
|
+
lms/titleconfig/presets/Tomodachi Life.yaml
|
|
@@ -2,7 +2,7 @@ from __future__ import annotations
|
|
|
2
2
|
|
|
3
3
|
import struct
|
|
4
4
|
from io import BytesIO
|
|
5
|
-
from typing import BinaryIO, Generator
|
|
5
|
+
from typing import BinaryIO, Generator, cast
|
|
6
6
|
|
|
7
7
|
from lms.fileio.encoding import FileEncoding
|
|
8
8
|
|
|
@@ -30,10 +30,11 @@ STRUCT_TYPES = {
|
|
|
30
30
|
|
|
31
31
|
class FileReader:
|
|
32
32
|
def __init__(self, data: BinaryIO | bytes, big_endian: bool = False):
|
|
33
|
-
if isinstance(data,
|
|
34
|
-
self._stream = BytesIO(data.read())
|
|
35
|
-
else:
|
|
33
|
+
if isinstance(data, bytes):
|
|
36
34
|
self._stream = BytesIO(data)
|
|
35
|
+
else:
|
|
36
|
+
data = cast(BinaryIO, data)
|
|
37
|
+
self._stream = BytesIO(data.read())
|
|
37
38
|
|
|
38
39
|
self.encoding = FileEncoding.UTF8
|
|
39
40
|
self.is_big_endian = big_endian
|
|
@@ -0,0 +1,429 @@
|
|
|
1
|
+
tag_definitions:
|
|
2
|
+
groups:
|
|
3
|
+
0: System
|
|
4
|
+
1: Sys
|
|
5
|
+
2: Talk
|
|
6
|
+
3: Util
|
|
7
|
+
4: Ref
|
|
8
|
+
tags:
|
|
9
|
+
- name: Ruby
|
|
10
|
+
group_id: 0
|
|
11
|
+
tag_index: 0
|
|
12
|
+
description: ''
|
|
13
|
+
parameters:
|
|
14
|
+
- name: rt
|
|
15
|
+
description: ''
|
|
16
|
+
datatype: string
|
|
17
|
+
- name: Font
|
|
18
|
+
group_id: 0
|
|
19
|
+
tag_index: 1
|
|
20
|
+
description: ''
|
|
21
|
+
parameters:
|
|
22
|
+
- name: face
|
|
23
|
+
description: ''
|
|
24
|
+
datatype: string
|
|
25
|
+
- name: Size
|
|
26
|
+
group_id: 0
|
|
27
|
+
tag_index: 2
|
|
28
|
+
description: ''
|
|
29
|
+
parameters:
|
|
30
|
+
- name: percent
|
|
31
|
+
description: ''
|
|
32
|
+
datatype: uint16
|
|
33
|
+
- name: Color
|
|
34
|
+
group_id: 0
|
|
35
|
+
tag_index: 3
|
|
36
|
+
description: ''
|
|
37
|
+
parameters:
|
|
38
|
+
- name: r
|
|
39
|
+
description: ''
|
|
40
|
+
datatype: uint8
|
|
41
|
+
- name: g
|
|
42
|
+
description: ''
|
|
43
|
+
datatype: uint8
|
|
44
|
+
- name: b
|
|
45
|
+
description: ''
|
|
46
|
+
datatype: uint8
|
|
47
|
+
- name: a
|
|
48
|
+
description: ''
|
|
49
|
+
datatype: uint8
|
|
50
|
+
- name: PageBreak
|
|
51
|
+
group_id: 0
|
|
52
|
+
tag_index: 4
|
|
53
|
+
description: ''
|
|
54
|
+
parameters: []
|
|
55
|
+
- name: Wait
|
|
56
|
+
group_id: 1
|
|
57
|
+
tag_index: 0
|
|
58
|
+
description: ''
|
|
59
|
+
parameters:
|
|
60
|
+
- name: f
|
|
61
|
+
description: ''
|
|
62
|
+
datatype: int32
|
|
63
|
+
- name: Speed
|
|
64
|
+
group_id: 1
|
|
65
|
+
tag_index: 1
|
|
66
|
+
description: ''
|
|
67
|
+
parameters:
|
|
68
|
+
- name: v
|
|
69
|
+
description: ''
|
|
70
|
+
datatype: float32
|
|
71
|
+
- name: Flush
|
|
72
|
+
group_id: 1
|
|
73
|
+
tag_index: 2
|
|
74
|
+
description: ''
|
|
75
|
+
parameters: []
|
|
76
|
+
- name: Action
|
|
77
|
+
group_id: 2
|
|
78
|
+
tag_index: 0
|
|
79
|
+
description: ''
|
|
80
|
+
parameters:
|
|
81
|
+
- name: Onetime
|
|
82
|
+
description: ''
|
|
83
|
+
datatype: list
|
|
84
|
+
list_items:
|
|
85
|
+
- _
|
|
86
|
+
- ActApologize_L00
|
|
87
|
+
- ActApologize_S00
|
|
88
|
+
- ActAskTiltHead_M00
|
|
89
|
+
- ActAskTiltHead_M01
|
|
90
|
+
- ActAttach_M00
|
|
91
|
+
- ActAttentionOpenHand_M00
|
|
92
|
+
- ActBowDeeply_M00
|
|
93
|
+
- ActCry_M00
|
|
94
|
+
- ActCuteGirl_End_M00
|
|
95
|
+
- ActCuteGirl_Glad_M00
|
|
96
|
+
- ActCuteGirl_Shock_M00
|
|
97
|
+
- ActCuteGirl_Start_M00
|
|
98
|
+
- ActDisappoint_M00
|
|
99
|
+
- ActDrinkCarrotJuice_M00
|
|
100
|
+
- ActDrinkCarrotJuiceAfter_M00
|
|
101
|
+
- ActDrinkCarrotJuiceHide_M00
|
|
102
|
+
- ActEarnest_L00
|
|
103
|
+
- ActEarnest_L01
|
|
104
|
+
- ActEcstasy_M00
|
|
105
|
+
- ActFrameInBottom_M00
|
|
106
|
+
- ActFrameOutBottom_M00
|
|
107
|
+
- ActGladSmile_M00
|
|
108
|
+
- ActGreetingsWaveHand_M00
|
|
109
|
+
- ActGreetingsWaveHand_S01
|
|
110
|
+
- ActLaugh_M00
|
|
111
|
+
- ActMuscle_End_M00
|
|
112
|
+
- ActMuscle_Start_M00
|
|
113
|
+
- ActMuscle_TurnEnd_M00
|
|
114
|
+
- ActNotice_M00
|
|
115
|
+
- ActPointRight_M00
|
|
116
|
+
- ActPointSelf_L00
|
|
117
|
+
- ActShockBack_M00
|
|
118
|
+
- ActShockBack_S00
|
|
119
|
+
- ActSudden_CuteGirl_Normal_M00
|
|
120
|
+
- ActSudden_Muscle_TurnEnd_M00
|
|
121
|
+
- ActTakeCarrotJuice_M00
|
|
122
|
+
- ActTension_M00
|
|
123
|
+
- ActTransformEnd_M00
|
|
124
|
+
- ActTransformEnd_Muscle_M00
|
|
125
|
+
- ActTransformStart_M00
|
|
126
|
+
- ActWhiteAsh_M00
|
|
127
|
+
- name: Talk
|
|
128
|
+
description: ''
|
|
129
|
+
datatype: list
|
|
130
|
+
list_items:
|
|
131
|
+
- TalkAdmirationCrossHand_M00_T
|
|
132
|
+
- TalkAngry_M00_T
|
|
133
|
+
- TalkApologize_L00_T
|
|
134
|
+
- TalkApologize_M00_T
|
|
135
|
+
- TalkApologize_S00_T
|
|
136
|
+
- TalkAskTiltHead_M00_T
|
|
137
|
+
- TalkAskTiltHead_M01_T
|
|
138
|
+
- TalkAttentionOpenHand_M00_T
|
|
139
|
+
- TalkAwkward_M00_T
|
|
140
|
+
- TalkAwkward_M01_T
|
|
141
|
+
- TalkCommentBoastfulness_M00_T
|
|
142
|
+
- TalkCommentBoastfulness_M01_T
|
|
143
|
+
- TalkCry_M00_T
|
|
144
|
+
- TalkCuteGirl_Glad_M00_T
|
|
145
|
+
- TalkCuteGirl_Normal_M00_T
|
|
146
|
+
- TalkCuteGirl_Shock_M00_T
|
|
147
|
+
- TalkDisappoint_M00_T
|
|
148
|
+
- TalkDrinkCarrotJuice_M00_T
|
|
149
|
+
- TalkDrinkCarrotJuiceAfter_M00_T
|
|
150
|
+
- TalkEarnest_L00_T
|
|
151
|
+
- TalkEarnest_L01_T
|
|
152
|
+
- TalkEarnest_M00_T
|
|
153
|
+
- TalkEcstasy_M00_T
|
|
154
|
+
- TalkEmbarrass_M00_T
|
|
155
|
+
- TalkGladCrap_M00_T
|
|
156
|
+
- TalkGladCrap_M01_T
|
|
157
|
+
- TalkGladHandUp_M00_T
|
|
158
|
+
- TalkGladSmile_M00_T
|
|
159
|
+
- TalkGladWaveHand_M00_T
|
|
160
|
+
- TalkGreetingsWaveHand_M00_T
|
|
161
|
+
- TalkGreetingsWaveHand_S00_T
|
|
162
|
+
- TalkGreetingsWaveHand_S01_T
|
|
163
|
+
- TalkGrin_M00_T
|
|
164
|
+
- TalkLaugh_M00_T
|
|
165
|
+
- TalkMuscle_Start_M00_T
|
|
166
|
+
- TalkMuscle_Turn_M00_T
|
|
167
|
+
- TalkMuscle_TurnEnd_M00_T
|
|
168
|
+
- TalkNod_M00_T
|
|
169
|
+
- TalkNod_Muscle_M00_T
|
|
170
|
+
- TalkNotice_M00_T
|
|
171
|
+
- TalkNotUnderstand_L00_T
|
|
172
|
+
- TalkPointBottom_M00_T
|
|
173
|
+
- TalkPointRight_M00_T
|
|
174
|
+
- TalkPointSelf_L00_T
|
|
175
|
+
- TalkRecommend_M00_T
|
|
176
|
+
- TalkRunL_M00_T
|
|
177
|
+
- TalkRunR_M00_T
|
|
178
|
+
- TalkShockBack_M00_T
|
|
179
|
+
- TalkShockBack_S00_T
|
|
180
|
+
- TalkSmugFace_M00_T
|
|
181
|
+
- TalkTakeCarrotJuice_M00_T
|
|
182
|
+
- TalkTension_M00_T
|
|
183
|
+
- TalkThinkCrossHand_M00_T
|
|
184
|
+
- TalkTransformStart_M00_T
|
|
185
|
+
- TalkWaitNormal_S00_T
|
|
186
|
+
- TalkWaveOneHand_M00_T
|
|
187
|
+
- TalkWhiteAsh_M00_T
|
|
188
|
+
- TalkWishHandTogether_M00_T
|
|
189
|
+
- TalkWishHandTogether_M01_T
|
|
190
|
+
- name: Wait
|
|
191
|
+
description: ''
|
|
192
|
+
datatype: list
|
|
193
|
+
list_items:
|
|
194
|
+
- TalkAdmirationCrossHand_M00_W
|
|
195
|
+
- TalkAngry_M00_W
|
|
196
|
+
- TalkApologize_L00_W
|
|
197
|
+
- TalkApologize_M00_W
|
|
198
|
+
- TalkApologize_S00_W
|
|
199
|
+
- TalkAskTiltHead_M00_W
|
|
200
|
+
- TalkAskTiltHead_M01_W
|
|
201
|
+
- TalkAttentionOpenHand_M00_W
|
|
202
|
+
- TalkAwkward_M00_W
|
|
203
|
+
- TalkAwkward_M01_W
|
|
204
|
+
- TalkCommentBoastfulness_M00_W
|
|
205
|
+
- TalkCommentBoastfulness_M01_W
|
|
206
|
+
- TalkCry_M00_W
|
|
207
|
+
- TalkCuteGirl_Glad_M00_W
|
|
208
|
+
- TalkCuteGirl_Normal_M00_W
|
|
209
|
+
- TalkCuteGirl_Shock_M00_W
|
|
210
|
+
- TalkDisappoint_M00_W
|
|
211
|
+
- TalkDrinkCarrotJuice_M00_W
|
|
212
|
+
- TalkDrinkCarrotJuiceAfter_M00_W
|
|
213
|
+
- TalkEarnest_L00_W
|
|
214
|
+
- TalkEarnest_L01_W
|
|
215
|
+
- TalkEarnest_M00_W
|
|
216
|
+
- TalkEcstasy_M00_W
|
|
217
|
+
- TalkEmbarrass_M00_W
|
|
218
|
+
- TalkGladCrap_M00_W
|
|
219
|
+
- TalkGladCrap_M01_W
|
|
220
|
+
- TalkGladHandUp_M00_W
|
|
221
|
+
- TalkGladSmile_M00_W
|
|
222
|
+
- TalkGladWaveHand_M00_W
|
|
223
|
+
- TalkGreetingsWaveHand_M00_W
|
|
224
|
+
- TalkGreetingsWaveHand_S00_W
|
|
225
|
+
- TalkGreetingsWaveHand_S01_W
|
|
226
|
+
- TalkGrin_M00_W
|
|
227
|
+
- TalkLaugh_M00_W
|
|
228
|
+
- TalkMuscle_Start_M00_W
|
|
229
|
+
- TalkMuscle_Turn_M00_W
|
|
230
|
+
- TalkMuscle_TurnEnd_M00_W
|
|
231
|
+
- TalkNod_M00_W
|
|
232
|
+
- TalkNod_Muscle_M00_W
|
|
233
|
+
- TalkNotice_M00_W
|
|
234
|
+
- TalkNotUnderstand_L00_W
|
|
235
|
+
- TalkPointBottom_M00_W
|
|
236
|
+
- TalkPointRight_M00_W
|
|
237
|
+
- TalkPointSelf_L00_W
|
|
238
|
+
- TalkRecommend_M00_W
|
|
239
|
+
- TalkShockBack_M00_W
|
|
240
|
+
- TalkShockBack_S00_W
|
|
241
|
+
- TalkSmugFace_M00_W
|
|
242
|
+
- TalkTakeCarrotJuice_M00_W
|
|
243
|
+
- TalkTension_M00_W
|
|
244
|
+
- TalkThinkCrossHand_M00_W
|
|
245
|
+
- TalkTransformStart_M00_W
|
|
246
|
+
- TalkWaitNormal_S00_W
|
|
247
|
+
- TalkWaveOneHand_M00_W
|
|
248
|
+
- TalkWhiteAsh_M00_W
|
|
249
|
+
- TalkWishHandTogether_M00_W
|
|
250
|
+
- TalkWishHandTogether_M01_W
|
|
251
|
+
- name: Blend
|
|
252
|
+
group_id: 2
|
|
253
|
+
tag_index: 1
|
|
254
|
+
description: ''
|
|
255
|
+
parameters:
|
|
256
|
+
- name: Onetime
|
|
257
|
+
description: ''
|
|
258
|
+
datatype: uint8
|
|
259
|
+
- name: Talk
|
|
260
|
+
description: ''
|
|
261
|
+
datatype: uint8
|
|
262
|
+
- name: Wait
|
|
263
|
+
description: ''
|
|
264
|
+
datatype: uint8
|
|
265
|
+
- name: NotClose
|
|
266
|
+
group_id: 2
|
|
267
|
+
tag_index: 2
|
|
268
|
+
description: ''
|
|
269
|
+
parameters: []
|
|
270
|
+
- name: AutoScroll
|
|
271
|
+
group_id: 2
|
|
272
|
+
tag_index: 3
|
|
273
|
+
description: ''
|
|
274
|
+
parameters:
|
|
275
|
+
- name: frame
|
|
276
|
+
description: ''
|
|
277
|
+
datatype: int32
|
|
278
|
+
- name: ChoiceB
|
|
279
|
+
group_id: 2
|
|
280
|
+
tag_index: 4
|
|
281
|
+
description: ''
|
|
282
|
+
parameters: []
|
|
283
|
+
- name: IgnoreA
|
|
284
|
+
group_id: 2
|
|
285
|
+
tag_index: 5
|
|
286
|
+
description: ''
|
|
287
|
+
parameters: []
|
|
288
|
+
- name: Dictionary
|
|
289
|
+
group_id: 3
|
|
290
|
+
tag_index: 0
|
|
291
|
+
description: ''
|
|
292
|
+
parameters:
|
|
293
|
+
- name: Key
|
|
294
|
+
description: ''
|
|
295
|
+
datatype: string
|
|
296
|
+
- name: DefaultValue
|
|
297
|
+
description: ''
|
|
298
|
+
datatype: string
|
|
299
|
+
- name: SP
|
|
300
|
+
group_id: 3
|
|
301
|
+
tag_index: 1
|
|
302
|
+
description: ''
|
|
303
|
+
parameters:
|
|
304
|
+
- name: s
|
|
305
|
+
description: ''
|
|
306
|
+
datatype: string
|
|
307
|
+
- name: pl
|
|
308
|
+
description: ''
|
|
309
|
+
datatype: string
|
|
310
|
+
- name: value
|
|
311
|
+
description: ''
|
|
312
|
+
datatype: list
|
|
313
|
+
list_items:
|
|
314
|
+
- Bonus_FreeByLose
|
|
315
|
+
- Bonus_FreeSum
|
|
316
|
+
- CmpnBd_NumGet
|
|
317
|
+
- CmpnBd_NumGet_1
|
|
318
|
+
- CmpnBd_NumRemain
|
|
319
|
+
- MonthPlay
|
|
320
|
+
- PlayReport
|
|
321
|
+
- ExtVar
|
|
322
|
+
- name: key
|
|
323
|
+
description: ''
|
|
324
|
+
datatype: string
|
|
325
|
+
- name: MyName
|
|
326
|
+
group_id: 4
|
|
327
|
+
tag_index: 0
|
|
328
|
+
description: ''
|
|
329
|
+
parameters: []
|
|
330
|
+
- name: PlayCount
|
|
331
|
+
group_id: 4
|
|
332
|
+
tag_index: 1
|
|
333
|
+
description: ''
|
|
334
|
+
parameters:
|
|
335
|
+
- name: unit
|
|
336
|
+
description: ''
|
|
337
|
+
datatype: uint8
|
|
338
|
+
- name: Price
|
|
339
|
+
group_id: 4
|
|
340
|
+
tag_index: 2
|
|
341
|
+
description: ''
|
|
342
|
+
parameters:
|
|
343
|
+
- name: unit
|
|
344
|
+
description: ''
|
|
345
|
+
datatype: uint8
|
|
346
|
+
- name: Bonus
|
|
347
|
+
group_id: 4
|
|
348
|
+
tag_index: 3
|
|
349
|
+
description: ''
|
|
350
|
+
parameters:
|
|
351
|
+
- name: type
|
|
352
|
+
description: ''
|
|
353
|
+
datatype: list
|
|
354
|
+
list_items:
|
|
355
|
+
- PropFreeByWin
|
|
356
|
+
- FreeByLose
|
|
357
|
+
- FreeSum
|
|
358
|
+
- Lose10Unit
|
|
359
|
+
- PropFreeBySmallWin
|
|
360
|
+
- name: CmpnTm
|
|
361
|
+
group_id: 4
|
|
362
|
+
tag_index: 4
|
|
363
|
+
description: ''
|
|
364
|
+
parameters:
|
|
365
|
+
- name: type
|
|
366
|
+
description: ''
|
|
367
|
+
datatype: list
|
|
368
|
+
list_items:
|
|
369
|
+
- DateLast
|
|
370
|
+
- DateEnd
|
|
371
|
+
- RemainPlay
|
|
372
|
+
- RemainMoney
|
|
373
|
+
- RemainUnit
|
|
374
|
+
- name: CmpnBd
|
|
375
|
+
group_id: 4
|
|
376
|
+
tag_index: 5
|
|
377
|
+
description: ''
|
|
378
|
+
parameters:
|
|
379
|
+
- name: type
|
|
380
|
+
description: ''
|
|
381
|
+
datatype: list
|
|
382
|
+
list_items:
|
|
383
|
+
- DateEnd
|
|
384
|
+
- NumGet
|
|
385
|
+
- NumGet_1
|
|
386
|
+
- NumRemain
|
|
387
|
+
- name: MonthLimit
|
|
388
|
+
group_id: 4
|
|
389
|
+
tag_index: 6
|
|
390
|
+
description: ''
|
|
391
|
+
parameters: []
|
|
392
|
+
- name: MonthPlay
|
|
393
|
+
group_id: 4
|
|
394
|
+
tag_index: 7
|
|
395
|
+
description: ''
|
|
396
|
+
parameters: []
|
|
397
|
+
- name: RenewTime
|
|
398
|
+
group_id: 4
|
|
399
|
+
tag_index: 8
|
|
400
|
+
description: ''
|
|
401
|
+
parameters:
|
|
402
|
+
- name: minute
|
|
403
|
+
description: ''
|
|
404
|
+
datatype: int32
|
|
405
|
+
- name: NexMntTime
|
|
406
|
+
group_id: 4
|
|
407
|
+
tag_index: 9
|
|
408
|
+
description: ''
|
|
409
|
+
parameters: []
|
|
410
|
+
- name: PlayReport
|
|
411
|
+
group_id: 4
|
|
412
|
+
tag_index: 10
|
|
413
|
+
description: ''
|
|
414
|
+
parameters:
|
|
415
|
+
- name: key
|
|
416
|
+
description: ''
|
|
417
|
+
datatype: string
|
|
418
|
+
- name: ExtVar
|
|
419
|
+
group_id: 4
|
|
420
|
+
tag_index: 11
|
|
421
|
+
description: ''
|
|
422
|
+
parameters:
|
|
423
|
+
- name: key
|
|
424
|
+
description: ''
|
|
425
|
+
datatype: string
|
|
426
|
+
attribute_definitions:
|
|
427
|
+
- name: Center
|
|
428
|
+
description: ''
|
|
429
|
+
definitions: []
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
tag_definitions:
|
|
2
|
+
groups:
|
|
3
|
+
0: System
|
|
4
|
+
1: Variable
|
|
5
|
+
2: Control
|
|
6
|
+
tags:
|
|
7
|
+
- name: Ruby
|
|
8
|
+
group_id: 0
|
|
9
|
+
tag_index: 0
|
|
10
|
+
description: ''
|
|
11
|
+
parameters:
|
|
12
|
+
- name: rt
|
|
13
|
+
description: ''
|
|
14
|
+
datatype: string
|
|
15
|
+
- name: Font
|
|
16
|
+
group_id: 0
|
|
17
|
+
tag_index: 1
|
|
18
|
+
description: ''
|
|
19
|
+
parameters:
|
|
20
|
+
- name: face
|
|
21
|
+
description: ''
|
|
22
|
+
datatype: string
|
|
23
|
+
- name: Size
|
|
24
|
+
group_id: 0
|
|
25
|
+
tag_index: 2
|
|
26
|
+
description: ''
|
|
27
|
+
parameters:
|
|
28
|
+
- name: percent
|
|
29
|
+
description: ''
|
|
30
|
+
datatype: uint16
|
|
31
|
+
- name: Color
|
|
32
|
+
group_id: 0
|
|
33
|
+
tag_index: 3
|
|
34
|
+
description: ''
|
|
35
|
+
parameters:
|
|
36
|
+
- name: r
|
|
37
|
+
description: ''
|
|
38
|
+
datatype: uint8
|
|
39
|
+
- name: g
|
|
40
|
+
description: ''
|
|
41
|
+
datatype: uint8
|
|
42
|
+
- name: b
|
|
43
|
+
description: ''
|
|
44
|
+
datatype: uint8
|
|
45
|
+
- name: a
|
|
46
|
+
description: ''
|
|
47
|
+
datatype: uint8
|
|
48
|
+
- name: PageBreak
|
|
49
|
+
group_id: 0
|
|
50
|
+
tag_index: 4
|
|
51
|
+
description: ''
|
|
52
|
+
- name: var0
|
|
53
|
+
group_id: 1
|
|
54
|
+
tag_index: 0
|
|
55
|
+
description: ''
|
|
56
|
+
parameters: []
|
|
57
|
+
- name: var1
|
|
58
|
+
group_id: 1
|
|
59
|
+
tag_index: 1
|
|
60
|
+
description: ''
|
|
61
|
+
parameters: []
|
|
62
|
+
- name: var2
|
|
63
|
+
group_id: 1
|
|
64
|
+
tag_index: 2
|
|
65
|
+
description: ''
|
|
66
|
+
parameters: []
|
|
67
|
+
- name: var3
|
|
68
|
+
group_id: 1
|
|
69
|
+
tag_index: 3
|
|
70
|
+
description: ''
|
|
71
|
+
parameters: []
|
|
72
|
+
- name: var4
|
|
73
|
+
group_id: 1
|
|
74
|
+
tag_index: 4
|
|
75
|
+
description: ''
|
|
76
|
+
parameters: []
|
|
77
|
+
- name: var5
|
|
78
|
+
group_id: 1
|
|
79
|
+
tag_index: 5
|
|
80
|
+
description: ''
|
|
81
|
+
parameters: []
|
|
82
|
+
- name: var6
|
|
83
|
+
group_id: 1
|
|
84
|
+
tag_index: 6
|
|
85
|
+
description: ''
|
|
86
|
+
parameters: []
|
|
87
|
+
- name: var7
|
|
88
|
+
group_id: 1
|
|
89
|
+
tag_index: 7
|
|
90
|
+
description: ''
|
|
91
|
+
parameters: []
|
|
92
|
+
- name: EOS
|
|
93
|
+
group_id: 2
|
|
94
|
+
tag_index: 0
|
|
95
|
+
description: ''
|
|
96
|
+
parameters: []
|
|
97
|
+
- name: anim
|
|
98
|
+
group_id: 2
|
|
99
|
+
tag_index: 1
|
|
100
|
+
description: ''
|
|
101
|
+
parameters:
|
|
102
|
+
- name: index
|
|
103
|
+
description: ''
|
|
104
|
+
datatype: uint16
|
|
105
|
+
- name: underline
|
|
106
|
+
group_id: 2
|
|
107
|
+
tag_index: 2
|
|
108
|
+
description: ''
|
|
109
|
+
parameters: []
|
|
110
|
+
- name: FitScaleV
|
|
111
|
+
group_id: 2
|
|
112
|
+
tag_index: 3
|
|
113
|
+
description: ''
|
|
114
|
+
parameters: []
|
|
115
|
+
attribute_definitions:
|
|
116
|
+
- name: Main
|
|
117
|
+
description: ''
|
|
118
|
+
definitions:
|
|
119
|
+
- name: Category
|
|
120
|
+
description: ''
|
|
121
|
+
datatype: string
|
|
122
|
+
- name: Notes
|
|
123
|
+
description: ''
|
|
124
|
+
datatype: string
|
|
125
|
+
- name: NOE_Notes
|
|
126
|
+
description: ''
|
|
127
|
+
datatype: string
|
|
128
|
+
- name: NOA_Notes
|
|
129
|
+
description: ''
|
|
130
|
+
datatype: string
|