Subversion Repository Public Repository

Nextrek

Diff Revisions 1085 vs 1086 for /s2s/data/696004795B7F5046323BC2147AE934FBBF90.json

Diff revisions: vs.
  @@ -1 +1,188 @@
1 - {"uid":"696004795B7F5046323BC2147AE934FBBF90","isLoaded":true,"lastModificationTime":0,"items":{"name":"Open Settings Menu (Right Click)","type":"data_record","order":7,"category":"commonEvents","id":"696004795B7F5046323BC2147AE934FBBF90","isFolder":false,"parentId":"665F7EFC4091674CD6383D3829AD031A9CCC","data":{"name":"Open Settings Menu (Right Click)","startCondition":1,"conditionEnabled":true,"parallel":true,"autoPreload":true,"singleInstance":true,"inline":false,"parameters":[],"commands":[{"id":"gs.Comment","params":{"text":"This common event runs in the background in parallel to the scene to allow the player to open the settings menu with right click. It check if the right mouse button has been pressed using the \"Input Data\" command. It stores the state of the right button in the local number variable 0001 \"Right Button\". If that variable contains 1, it means the button is pressed. In that case, it switches to the \"Settings Menu\" scene. That all only happens if the \"In Game\" switch is ON which indicates that we are in a game scene right now and not in another menu."},"indent":0,"uid":"C3417E5D8B09E9414A886364678C81E97910","expanded":true},{"id":"gs.Condition","params":{"variable":{"name":"Backlog Opened","index":1,"scope":1,"changed":true,"domain":"com.degica.vnm.default"},"numberValue":0,"textValue":{"scope":1,"index":0,"domain":"com.degica.vnm.default"},"switchValue":0,"valueType":1,"operation":0,"previewBackground":{"name":"$live_preview_snapshot"}},"indent":0,"uid":"CDD749796453F2489258E10656F188C683B7"},{"id":"gs.GetInputData","params":{"field":12,"state":0,"targetVariable":{"name":"Right Button","index":0,"scope":0},"previewBackground":{"name":"$live_preview_snapshot"}},"indent":1},{"id":"gs.Condition","params":{"variable":{"name":"Right Button","index":0,"scope":0},"numberValue":1,"textValue":{"scope":1,"index":0,"domain":"com.degica.vnm.default"},"switchValue":0,"valueType":0,"operation":0,"previewBackground":{"name":"$live_preview_snapshot"}},"indent":1,"uid":"19A38A8D8BCF824CED2BF89927D400362649"},{"id":"gs.ChangeBooleanVariables","params":{"target":0,"targetReference":{"scope":1,"index":0,"domain":"com.degica.vnm.default"},"targetVariable":{"name":"In Game","scope":1,"index":0,"domain":"com.degica.vnm.default"},"targetRangeScope":0,"rangeStart":0,"rangeEnd":0,"value":1,"previewBackground":{"name":"$live_preview_snapshot"},"targetReferenceDomain":"com.degica.vnm.default"},"indent":2,"uid":"06A5C2C039A7234B844AC687D63F9C1FE0F2"},{"id":"vn.ChangeScene","params":{"scene":{"uid":"20047CED82D9664F912885F8DD2F79B3C1E8","name":"Settings Menu"},"savePrevious":1,"duration":20,"erasePictures":0,"eraseTexts":0,"eraseVideos":0,"fieldFlags":{"duration":1},"previewBackground":{"name":"$live_preview_snapshot"}},"indent":2,"uid":"4A63E5D98A1CE740C728054544963ADAC580","expanded":false}],"index":"696004795B7F5046323BC2147AE934FBBF90","booleanVariables":[{"name":"","index":0,"scope":0}],"numberVariables":[{"name":"Right Button","index":0,"scope":0}],"stringVariables":[{"name":"","index":0,"scope":0}],"conditionSwitch":{"name":"In Game","scope":1,"index":0,"changed":true,"domain":"com.degica.vnm.default"},"defaultExpressionId":"BF7CB12110894142C299D341A545C910AA86"},"localizableStrings":{}},"summary":["name","type","order"]}
1 + {
2 + "uid": "696004795B7F5046323BC2147AE934FBBF90",
3 + "isLoaded": true,
4 + "lastModificationTime": 0,
5 + "items": {
6 + "name": "Open Settings Menu (Right Click)",
7 + "type": "data_record",
8 + "order": 3,
9 + "category": "commonEvents",
10 + "id": "696004795B7F5046323BC2147AE934FBBF90",
11 + "isFolder": false,
12 + "parentId": "665F7EFC4091674CD6383D3829AD031A9CCC",
13 + "data": {
14 + "name": "Open Settings Menu (Right Click)",
15 + "startCondition": 1,
16 + "conditionEnabled": true,
17 + "parallel": true,
18 + "autoPreload": true,
19 + "singleInstance": true,
20 + "inline": false,
21 + "parameters": [],
22 + "commands": [
23 + {
24 + "id": "gs.Comment",
25 + "params": {
26 + "text": "This common event runs in the background in parallel to the scene to allow the player to open the settings menu with right click. It check if the right mouse button has been pressed using the \"Input Data\" command. It stores the state of the right button in the local number variable 0001 \"Right Button\". If that variable contains 1, it means the button is pressed. In that case, it switches to the \"Settings Menu\" scene. That all only happens if the \"In Game\" switch is ON which indicates that we are in a game scene right now and not in another menu."
27 + },
28 + "indent": 0,
29 + "uid": "C3417E5D8B09E9414A886364678C81E97910",
30 + "expanded": true
31 + },
32 + {
33 + "id": "gs.Condition",
34 + "params": {
35 + "variable": {
36 + "name": "Backlog Opened",
37 + "index": 1,
38 + "scope": 1,
39 + "changed": true,
40 + "domain": "com.degica.vnm.default"
41 + },
42 + "numberValue": 0,
43 + "textValue": {
44 + "scope": 1,
45 + "index": 0,
46 + "domain": "com.degica.vnm.default"
47 + },
48 + "switchValue": 0,
49 + "valueType": 1,
50 + "operation": 0,
51 + "previewBackground": {
52 + "name": "$live_preview_snapshot"
53 + }
54 + },
55 + "indent": 0,
56 + "uid": "CDD749796453F2489258E10656F188C683B7"
57 + },
58 + {
59 + "id": "gs.GetInputData",
60 + "params": {
61 + "field": 12,
62 + "state": 0,
63 + "targetVariable": {
64 + "name": "Right Button",
65 + "index": 0,
66 + "scope": 0
67 + },
68 + "previewBackground": {
69 + "name": "$live_preview_snapshot"
70 + }
71 + },
72 + "indent": 1,
73 + "uid": "A8BD58F80832A741E02BF5D5DACF23FD8DBC"
74 + },
75 + {
76 + "id": "gs.Condition",
77 + "params": {
78 + "variable": {
79 + "name": "Right Button",
80 + "index": 0,
81 + "scope": 0
82 + },
83 + "numberValue": 1,
84 + "textValue": {
85 + "scope": 1,
86 + "index": 0,
87 + "domain": "com.degica.vnm.default"
88 + },
89 + "switchValue": 0,
90 + "valueType": 0,
91 + "operation": 0,
92 + "previewBackground": {
93 + "name": "$live_preview_snapshot"
94 + }
95 + },
96 + "indent": 1,
97 + "uid": "19A38A8D8BCF824CED2BF89927D400362649"
98 + },
99 + {
100 + "id": "gs.ChangeBooleanVariables",
101 + "params": {
102 + "target": 0,
103 + "targetReference": {
104 + "scope": 1,
105 + "index": 0,
106 + "domain": "com.degica.vnm.default"
107 + },
108 + "targetVariable": {
109 + "name": "In Game",
110 + "scope": 1,
111 + "index": 0,
112 + "domain": "com.degica.vnm.default"
113 + },
114 + "targetRangeScope": 0,
115 + "rangeStart": 0,
116 + "rangeEnd": 0,
117 + "value": 1,
118 + "previewBackground": {
119 + "name": "$live_preview_snapshot"
120 + },
121 + "targetReferenceDomain": "com.degica.vnm.default"
122 + },
123 + "indent": 2,
124 + "uid": "06A5C2C039A7234B844AC687D63F9C1FE0F2"
125 + },
126 + {
127 + "id": "vn.ChangeScene",
128 + "params": {
129 + "scene": {
130 + "uid": "20047CED82D9664F912885F8DD2F79B3C1E8",
131 + "name": "Settings Menu"
132 + },
133 + "savePrevious": 1,
134 + "duration": 20,
135 + "erasePictures": 0,
136 + "eraseTexts": 0,
137 + "eraseVideos": 0,
138 + "fieldFlags": {
139 + "duration": 1
140 + },
141 + "previewBackground": {
142 + "name": "$live_preview_snapshot"
143 + }
144 + },
145 + "indent": 2,
146 + "uid": "4A63E5D98A1CE740C728054544963ADAC580",
147 + "expanded": false
148 + }
149 + ],
150 + "index": "696004795B7F5046323BC2147AE934FBBF90",
151 + "booleanVariables": [
152 + {
153 + "name": "",
154 + "index": 0,
155 + "scope": 0
156 + }
157 + ],
158 + "numberVariables": [
159 + {
160 + "name": "Right Button",
161 + "index": 0,
162 + "scope": 0
163 + }
164 + ],
165 + "stringVariables": [
166 + {
167 + "name": "",
168 + "index": 0,
169 + "scope": 0
170 + }
171 + ],
172 + "conditionSwitch": {
173 + "name": "In Game",
174 + "scope": 1,
175 + "index": 0,
176 + "changed": true,
177 + "domain": "com.degica.vnm.default"
178 + },
179 + "defaultExpressionId": "BF7CB12110894142C299D341A545C910AA86"
180 + },
181 + "localizableStrings": {}
182 + },
183 + "summary": [
184 + "name",
185 + "type",
186 + "order"
187 + ]
188 + }