-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgameConfig.json
More file actions
83 lines (78 loc) · 1.82 KB
/
gameConfig.json
File metadata and controls
83 lines (78 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"assetPath": "conf/assets",
"languages": ["en", "de"],
"author": "Your Institution",
"crashReportLevel": 2,
"groupIndex": {
"enabled": true,
"showDebug": false,
"footer": "{author} © {year}"
},
"footer": {
"researchInfo": "/assets/researchInfo/researchInfo.html"
},
"gamerules": {
"configEditor": {
"enableLogging": false,
"disclaimer": null,
"competitionShowSkipButton": "always",
"phaseDifficulty": {
"Competition": "EASY"
}
},
"rulesPaper": {
"reminderTime": 30,
"disclaimer": "/assets/researchInfo/disclaimer_{lang}_beta.html",
"phaseDifficulty": {
"Quali": "MEDIUM",
"Competition": "ADVANCED",
"Skill": "MEDIUM"
},
"pause": {
"after": 1200,
"duration": 180,
"startEvent": "Competition"
},
"timeLimit": {
"after": 4500,
"startEvent": null
},
"wrongSolutionCooldown": 5,
"wrongSolutionCooldownLimit": 45,
"wrongSolutionMultiplier": 2,
"tutorialAllowSkip": "false",
"urlPreSurvey": "/assets/testPresurvey.html?ui={ui}&lang={lang}",
"urlPostSurvey": "/index",
"textPostSurveyNotice": "postSurveyDemo",
"allowRepetition": true
}
},
"groups": {
"paper": {
"ctr": 999999999,
"config": "rulesPaper",
"displayName": "ReverSim Paper",
"hide": false,
"phases": ["IntroduceElements", "IntroduceDrawingTools", "Quali", "Competition", "FinalScene"],
"Quali": {
"pools": ["quali"]
},
"Competition": {
"pools": ["info_competition", "pool_paper_easy", "pool_paper_medium", "pool_paper_hard", "pool_paper_camou"]
}
},
"editor": {
"ctr": 999999999,
"config": "configEditor",
"phases": ["LevelEditor"],
"displayName": "Level Editor"
},
"viewer": {
"ctr": 999999999,
"config": "configEditor",
"phases": ["LevelViewer"],
"displayName": "Level Viewer",
"hide": true
}
}
}