Subversion Repository Public Repository

Nextrek

Diff Revisions 1084 vs 1086 for /s2s/data/5378E5544E833044CB196226A42ABCBC655B.json

Diff revisions: vs.
  @@ -1 +1,307 @@
1 - {"uid":"5378E5544E833044CB196226A42ABCBC655B","isLoaded":true,"lastModificationTime":0,"items":{"name":"Save Game","type":"data_record","order":1,"category":"commonEvents","id":"5378E5544E833044CB196226A42ABCBC655B","isFolder":false,"parentId":"72A65D9D3FA5C349F70A8EB8E315DC45F796","data":{"name":"Save Game","startCondition":0,"conditionEnabled":false,"parallel":false,"autoPreload":true,"singleInstance":true,"inline":false,"parameters":[{"label":"Page","type":1,"numberVariable":{"name":"Page","index":1,"scope":0},"numberValueType":"number"},{"label":"Slot","type":1,"numberVariable":{"name":"Slot","index":2,"scope":0},"numberValueType":"number"}],"commands":[{"id":"gs.Comment","params":{"text":"This Common Event saves the game to a save game slot. The page-number and slot-area are passed via parameters.\n\nWith the help of the page-number and slot-area we calculate the actual save game slot number using the following formula:\n\n(Page - 1) * NumberOfSlotAreas + Slot-Area = Actual Save Game Slot Number\n\nFor Example: If the user clicks on the 2. Slot-Area on Page 3 the actual save game slot number is: \n\n(3 - 1) * 8 + 2 = 18\n\nAfter we calculated the correct slot-number, we use \"Save Game\" command to load that save game. It is important that the \"Prepare Save Game\" command is called BEFORE this\ncommon event is called. Because only \"Prepare Save Game\" creates the snapshot of the game and the screenshot. The \"Save Game\" command only writes the snapshot of the game to disk. But if there is no snapshot, it does nothing."},"indent":0,"uid":"3E7A6FA93072E54D563A25B4EA482425AFFE","expanded":true},{"id":"gs.ChangeNumberVariables","params":{"target":0,"targetVariable":{"name":"Page","index":1,"scope":0,"domain":"com.degica.vnm.default"},"targetScope":0,"targetRange":{"start":0,"end":0},"targetReference":{"scope":1,"index":0,"domain":"com.degica.vnm.default"},"operation":2,"source":0,"sourceValue":1,"sourceRandom":{"start":0,"end":0},"sourceScope":0,"sourceVariable":{"scope":1,"index":0,"domain":"com.degica.vnm.default"},"sourceReference":{"scope":1,"index":0,"domain":"com.degica.vnm.default"},"previewBackground":{"name":"$live_preview_snapshot"},"targetReferenceDomain":"com.degica.vnm.default","sourceReferenceDomain":"com.degica.vnm.default"},"indent":0,"uid":"78433B1C7E81F64723498E11AC239F6A0C71"},{"id":"gs.ChangeNumberVariables","params":{"target":0,"targetVariable":{"name":"Slot","index":0,"scope":0},"targetScope":0,"targetRange":{"start":0,"end":0},"targetReference":{"scope":1,"index":0,"domain":"com.degica.vnm.default"},"operation":0,"source":0,"sourceValue":{"name":"Page","index":1,"scope":0,"domain":"com.degica.vnm.default"},"sourceRandom":{"start":0,"end":0},"sourceScope":0,"sourceVariable":{"scope":1,"index":0,"domain":"com.degica.vnm.default"},"sourceReference":{"scope":1,"index":0,"domain":"com.degica.vnm.default"},"previewBackground":{"name":"$live_preview_snapshot"},"targetReferenceDomain":"com.degica.vnm.default","sourceReferenceDomain":"com.degica.vnm.default"},"indent":0,"uid":"2E8C2E9B80CF7548EA5B6DC3F9E824E7DB88"},{"id":"gs.ChangeNumberVariables","params":{"target":0,"targetVariable":{"name":"Slot","index":0,"scope":0,"domain":"com.degica.vnm.default"},"targetScope":0,"targetRange":{"start":0,"end":0},"targetReferenceDomain":"com.degica.vnm.default","targetReference":{"index":0,"scope":1,"domain":"com.degica.vnm.default"},"operation":3,"source":0,"sourceValue":8,"sourceRandom":{"start":0,"end":0},"sourceScope":0,"sourceVariable":{"index":0,"scope":1,"domain":"com.degica.vnm.default"},"sourceReferenceDomain":"com.degica.vnm.default","sourceReference":{"index":0,"scope":1,"domain":"com.degica.vnm.default"},"previewBackground":{"name":"$live_preview_snapshot"}},"indent":0,"uid":"20EB5817536AF84C27692424345D96E17E61"},{"id":"gs.ChangeNumberVariables","params":{"target":0,"targetVariable":{"name":"Slot","index":0,"scope":0,"domain":"com.degica.vnm.default"},"targetScope":0,"targetRange":{"start":0,"end":0},"targetReferenceDomain":"com.degica.vnm.default","targetReference":{"index":0,"scope":1,"domain":"com.degica.vnm.default"},"operation":1,"source":0,"sourceValue":{"name":"Slot","index":2,"scope":0,"domain":"com.degica.vnm.default"},"sourceRandom":{"start":0,"end":0},"sourceScope":0,"sourceVariable":{"index":0,"scope":1,"domain":"com.degica.vnm.default"},"sourceReferenceDomain":"com.degica.vnm.default","sourceReference":{"index":0,"scope":1,"domain":"com.degica.vnm.default"},"previewBackground":{"name":"$live_preview_snapshot"}},"indent":0,"uid":"929A390811BB15421E6A1BF696440E556F0E"},{"id":"gs.SaveGame","params":{"slot":{"name":"Slot","index":0,"scope":0},"thumbWidth":166,"thumbHeight":94},"indent":0,"uid":"3536A2F42762634A6A3990922DA8123140F9"}],"index":"5378E5544E833044CB196226A42ABCBC655B","booleanVariables":[{"name":"","index":0,"scope":0}],"numberVariables":[{"name":"Slot","index":0,"scope":0},{"name":"Page","index":1,"scope":0,"domain":"com.degica.vnm.default"},{"name":"Slot","index":2,"scope":0}],"stringVariables":[{"name":"","index":0,"scope":0}],"defaultExpressionId":"BF7CB12110894142C299D341A545C910AA86"},"localizableStrings":{}},"summary":["name","type","order"]}
1 + {
2 + "uid": "5378E5544E833044CB196226A42ABCBC655B",
3 + "isLoaded": true,
4 + "lastModificationTime": 0,
5 + "items": {
6 + "name": "Save Game",
7 + "type": "data_record",
8 + "order": 1,
9 + "category": "commonEvents",
10 + "id": "5378E5544E833044CB196226A42ABCBC655B",
11 + "isFolder": false,
12 + "parentId": "72A65D9D3FA5C349F70A8EB8E315DC45F796",
13 + "data": {
14 + "name": "Save Game",
15 + "startCondition": 0,
16 + "conditionEnabled": false,
17 + "parallel": false,
18 + "autoPreload": true,
19 + "singleInstance": true,
20 + "inline": false,
21 + "parameters": [
22 + {
23 + "label": "Page",
24 + "type": 1,
25 + "numberVariable": {
26 + "name": "Page",
27 + "index": 1,
28 + "scope": 0
29 + },
30 + "numberValueType": "number"
31 + },
32 + {
33 + "label": "Slot",
34 + "type": 1,
35 + "numberVariable": {
36 + "name": "Slot",
37 + "index": 2,
38 + "scope": 0
39 + },
40 + "numberValueType": "number"
41 + }
42 + ],
43 + "commands": [
44 + {
45 + "id": "gs.Comment",
46 + "params": {
47 + "text": "This Common Event saves the game to a save game slot. The page-number and slot-area are passed via parameters.\n\nWith the help of the page-number and slot-area we calculate the actual save game slot number using the following formula:\n\n(Page - 1) * NumberOfSlotAreas + Slot-Area = Actual Save Game Slot Number\n\nFor Example: If the user clicks on the 2. Slot-Area on Page 3 the actual save game slot number is: \n\n(3 - 1) * 8 + 2 = 18\n\nAfter we calculated the correct slot-number, we use \"Save Game\" command to load that save game. It is important that the \"Prepare Save Game\" command is called BEFORE this\ncommon event is called. Because only \"Prepare Save Game\" creates the snapshot of the game and the screenshot. The \"Save Game\" command only writes the snapshot of the game to disk. But if there is no snapshot, it does nothing."
48 + },
49 + "indent": 0,
50 + "uid": "3E7A6FA93072E54D563A25B4EA482425AFFE",
51 + "expanded": true
52 + },
53 + {
54 + "id": "gs.ChangeNumberVariables",
55 + "params": {
56 + "target": 0,
57 + "targetVariable": {
58 + "name": "Page",
59 + "index": 1,
60 + "scope": 0,
61 + "domain": "com.degica.vnm.default"
62 + },
63 + "targetScope": 0,
64 + "targetRange": {
65 + "start": 0,
66 + "end": 0
67 + },
68 + "targetReference": {
69 + "scope": 1,
70 + "index": 0,
71 + "domain": "com.degica.vnm.default"
72 + },
73 + "operation": 2,
74 + "source": 0,
75 + "sourceValue": 1,
76 + "sourceRandom": {
77 + "start": 0,
78 + "end": 0
79 + },
80 + "sourceScope": 0,
81 + "sourceVariable": {
82 + "scope": 1,
83 + "index": 0,
84 + "domain": "com.degica.vnm.default"
85 + },
86 + "sourceReference": {
87 + "scope": 1,
88 + "index": 0,
89 + "domain": "com.degica.vnm.default"
90 + },
91 + "previewBackground": {
92 + "name": "$live_preview_snapshot"
93 + },
94 + "targetReferenceDomain": "com.degica.vnm.default",
95 + "sourceReferenceDomain": "com.degica.vnm.default"
96 + },
97 + "indent": 0,
98 + "uid": "78433B1C7E81F64723498E11AC239F6A0C71"
99 + },
100 + {
101 + "id": "gs.ChangeNumberVariables",
102 + "params": {
103 + "target": 0,
104 + "targetVariable": {
105 + "name": "Slot",
106 + "index": 0,
107 + "scope": 0
108 + },
109 + "targetScope": 0,
110 + "targetRange": {
111 + "start": 0,
112 + "end": 0
113 + },
114 + "targetReference": {
115 + "scope": 1,
116 + "index": 0,
117 + "domain": "com.degica.vnm.default"
118 + },
119 + "operation": 0,
120 + "source": 0,
121 + "sourceValue": {
122 + "name": "Page",
123 + "index": 1,
124 + "scope": 0,
125 + "domain": "com.degica.vnm.default"
126 + },
127 + "sourceRandom": {
128 + "start": 0,
129 + "end": 0
130 + },
131 + "sourceScope": 0,
132 + "sourceVariable": {
133 + "scope": 1,
134 + "index": 0,
135 + "domain": "com.degica.vnm.default"
136 + },
137 + "sourceReference": {
138 + "scope": 1,
139 + "index": 0,
140 + "domain": "com.degica.vnm.default"
141 + },
142 + "previewBackground": {
143 + "name": "$live_preview_snapshot"
144 + },
145 + "targetReferenceDomain": "com.degica.vnm.default",
146 + "sourceReferenceDomain": "com.degica.vnm.default"
147 + },
148 + "indent": 0,
149 + "uid": "2E8C2E9B80CF7548EA5B6DC3F9E824E7DB88"
150 + },
151 + {
152 + "id": "gs.ChangeNumberVariables",
153 + "params": {
154 + "target": 0,
155 + "targetVariable": {
156 + "name": "Slot",
157 + "index": 0,
158 + "scope": 0,
159 + "domain": "com.degica.vnm.default"
160 + },
161 + "targetScope": 0,
162 + "targetRange": {
163 + "start": 0,
164 + "end": 0
165 + },
166 + "targetReferenceDomain": "com.degica.vnm.default",
167 + "targetReference": {
168 + "index": 0,
169 + "scope": 1,
170 + "domain": "com.degica.vnm.default"
171 + },
172 + "operation": 3,
173 + "source": 0,
174 + "sourceValue": 8,
175 + "sourceRandom": {
176 + "start": 0,
177 + "end": 0
178 + },
179 + "sourceScope": 0,
180 + "sourceVariable": {
181 + "index": 0,
182 + "scope": 1,
183 + "domain": "com.degica.vnm.default"
184 + },
185 + "sourceReferenceDomain": "com.degica.vnm.default",
186 + "sourceReference": {
187 + "index": 0,
188 + "scope": 1,
189 + "domain": "com.degica.vnm.default"
190 + },
191 + "previewBackground": {
192 + "name": "$live_preview_snapshot"
193 + }
194 + },
195 + "indent": 0,
196 + "uid": "20EB5817536AF84C27692424345D96E17E61"
197 + },
198 + {
199 + "id": "gs.ChangeNumberVariables",
200 + "params": {
201 + "target": 0,
202 + "targetVariable": {
203 + "name": "Slot",
204 + "index": 0,
205 + "scope": 0,
206 + "domain": "com.degica.vnm.default"
207 + },
208 + "targetScope": 0,
209 + "targetRange": {
210 + "start": 0,
211 + "end": 0
212 + },
213 + "targetReferenceDomain": "com.degica.vnm.default",
214 + "targetReference": {
215 + "index": 0,
216 + "scope": 1,
217 + "domain": "com.degica.vnm.default"
218 + },
219 + "operation": 1,
220 + "source": 0,
221 + "sourceValue": {
222 + "name": "Slot",
223 + "index": 2,
224 + "scope": 0,
225 + "domain": "com.degica.vnm.default"
226 + },
227 + "sourceRandom": {
228 + "start": 0,
229 + "end": 0
230 + },
231 + "sourceScope": 0,
232 + "sourceVariable": {
233 + "index": 0,
234 + "scope": 1,
235 + "domain": "com.degica.vnm.default"
236 + },
237 + "sourceReferenceDomain": "com.degica.vnm.default",
238 + "sourceReference": {
239 + "index": 0,
240 + "scope": 1,
241 + "domain": "com.degica.vnm.default"
242 + },
243 + "previewBackground": {
244 + "name": "$live_preview_snapshot"
245 + }
246 + },
247 + "indent": 0,
248 + "uid": "929A390811BB15421E6A1BF696440E556F0E"
249 + },
250 + {
251 + "id": "gs.SaveGame",
252 + "params": {
253 + "slot": {
254 + "name": "Slot",
255 + "index": 0,
256 + "scope": 0
257 + },
258 + "thumbWidth": 166,
259 + "thumbHeight": 94
260 + },
261 + "indent": 0,
262 + "uid": "3536A2F42762634A6A3990922DA8123140F9"
263 + }
264 + ],
265 + "index": "5378E5544E833044CB196226A42ABCBC655B",
266 + "booleanVariables": [
267 + {
268 + "name": "",
269 + "index": 0,
270 + "scope": 0
271 + }
272 + ],
273 + "numberVariables": [
274 + {
275 + "name": "Slot",
276 + "index": 0,
277 + "scope": 0
278 + },
279 + {
280 + "name": "Page",
281 + "index": 1,
282 + "scope": 0,
283 + "domain": "com.degica.vnm.default"
284 + },
285 + {
286 + "name": "Slot",
287 + "index": 2,
288 + "scope": 0
289 + }
290 + ],
291 + "stringVariables": [
292 + {
293 + "name": "",
294 + "index": 0,
295 + "scope": 0
296 + }
297 + ],
298 + "defaultExpressionId": "BF7CB12110894142C299D341A545C910AA86"
299 + },
300 + "localizableStrings": {}
301 + },
302 + "summary": [
303 + "name",
304 + "type",
305 + "order"
306 + ]
307 + }