-
Notifications
You must be signed in to change notification settings - Fork 3
/
cg-config.json
40 lines (32 loc) · 1.03 KB
/
cg-config.json
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
{
"cleanLayer0": true,
"inputFilename": "city.data.json",
"inputFilenameAI": "city.AI.json",
"inputLibraries": ["cg-library.blend"],
"inputLibraries": ["cg-libraryLite.blend"],
"inputHouses" : ["House7","House3","House5","House6"],
"createGlobalLight": true,
"createDefenseWall": true,
"createGround": true,
"createStreets": true,
"createLeaves" : true,
"createRiver" : false,
"createTrail" : true,
"createEspecialBuildings" : true,
"enableMist" : false,
"show_debug_properties": true,
"debugVisibleTokens": false,
"inputSkyDome": "cg-skyDomeDay.blend",
"inputSkyDome": "cg-skyDomeNight.blend",
"inputPlayer": "cg-playerScarecrow.blend",
"inputPlayer": "cg-playerBoy.blend",
"inputPlayer": "cg-playerHUD.blend",
"inputMonsterLibrary": ["cg-monsters.blend", "cg-vampires.blend"],
"numMonsters": 4 ,
"backgroundMusic": "sounds/AngevinB.mp3",
"backgroundMusic": "sounds/DanseMacabre.mp3",
"backgroundMusic": "",
"outputCityFilename": "output1.city.blend" ,
"outputTourFilename": "output2.tour.blend" ,
"outputGameFilename": "output3.game.blend"
}