forked from CaptainPStar/co10_Escape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestconfig.json
104 lines (104 loc) · 2.52 KB
/
testconfig.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"Code" : "./Code",
"BuildDir" : "./Build",
"Missionname" : "co10_Escape",
"cpbo" : "D:\\ArmA3Work\\Tools\\cpbo\\cpbo.exe",
"replace" :
{
"VERSION" : "1.10.0",
"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"
}
},
{
"name" : "CUP-CDF Winter",
"path" : "./Mods/CUP-CDF winter/",
"require" : ["CUP_Creatures_Military_BAF","CUP_Creatures_Military_PMC","CUP_Creatures_Military_Russia"],
"replace" :
{
"MOD" : "CUP RU vs CDF",
"PLAYERSIDE" : "EAST",
"PLAYERUNIT_1" : "CUP_O_RU_Officer",
"PLAYERUNIT_2" : "CUP_O_RU_Soldier_GL",
"PLAYERUNIT_3" : "CUP_O_RU_Soldier_Marksman",
"PLAYERUNIT_4" : "CUP_O_RU_Engineer",
"PLAYERUNIT_5" : "CUP_O_RU_Soldier_AA",
"PLAYERUNIT_6" : "CUP_O_RU_Soldier_AR",
"PLAYERUNIT_7" : "CUP_O_RU_Soldier_AT",
"PLAYERUNIT_8" : "CUP_O_RU_Soldier_MG",
"PLAYERUNIT_9" : "CUP_O_RU_Soldier",
"PLAYERUNIT_10" : "CUP_O_RU_Medic"
}
}
],
"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"
}
},
{
"name" : "Chernarus_Winter",
"class" : "Chernarus_Winter",
"path" : "./Islands/Chernarus_Winter/",
"replace" :
{
"ISLAND" : "Chernarus_Winter",
"ISLANDNAME" : "Chernarus"
}
}
],
"Missions" : [
{
"island" : "Stratis",
"sqm": "Stratis",
"mod" : "Vanilla",
"replace" : {},
"name" : "co10_Escape"
},
{
"island" : "Chernarus_Winter",
"sqm": "Chernarus_Winter",
"mod" : "CUP-CDF Winter",
"replace" : {},
"name" : "co10_Escape_CUP_RU_vs_CDF"
}
]
}