forked from CaptainPStar/co10_Escape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.json
81 lines (80 loc) · 1.65 KB
/
test.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
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
{
"Code" : "./Code",
"BuildDir" : "./Build",
"Missionname" : "co10_Escape",
"cpbo" : "S:\\ArmA3Work\\Tools\\cpbo\\cpbo.exe",
"replace" :
{
"VERSION" : "1.9 RC",
"MISSION" : "Escape",
"MISSION_FULL": "co10 Escape",
"PLAYER_INIT" : "this setCaptive true; if(local this) then {{this unlinkItem _x;} forEach ['ItemMap','itemGPS','B_UavTerminal'];};"
},
"ParsedFiles" : ["mission.sqm","defines.hpp","fn_briefing.sqf"],
"Mods" : [
{
"name" : "Vanilla",
"path" : "./Mods/Vanilla/",
"require" : [],
"replace" :
{
"MOD" : "Vanilla",
"PLAYERSIDE" : "WEST",
"PLAYERUNIT_1" : "B_Soldier_TL_F",
"PLAYERUNIT_2" : "B_soldier_AR_F",
"PLAYERUNIT_3" : "B_soldier_UAV_F",
"PLAYERUNIT_4" : "B_engineer_F",
"PLAYERUNIT_5" : "B_Soldier_GL_F",
"PLAYERUNIT_6" : "B_soldier_AR_F",
"PLAYERUNIT_7" : "B_soldier_LAT_F",
"PLAYERUNIT_8" : "B_Soldier_A_F",
"PLAYERUNIT_9" : "B_soldier_M_F",
"PLAYERUNIT_10" : "B_medic_F"
}
}
],
"Islands": [
{
"name" : "Altis",
"class" : "Altis",
"path" : "./Islands/Altis/",
"replace" :
{
"ISLAND" : "Altis",
"ISLANDNAME" : "Altis"
}
},
{
"name" : "Stratis",
"class" : "Stratis",
"path" : "./Islands/Stratis/",
"replace" :
{
"ISLAND" : "Stratis",
"ISLANDNAME" : "Stratis"
}
}
],
"Missions" : [
{
"island" : "Altis",
"sqm": "Altis",
"mod" : "Vanilla",
"replace" : {},
"name" : "co10_Escape"
},
{
"island" : "Stratis",
"sqm": "Stratis",
"mod" : "Vanilla",
"replace" : {},
"name" : "co10_Escape"
}
],
"Addons" : [
{
"name" : "Vanilla",
"mods" : ["Vanilla"]
}
]
}