267 changes: 225 additions & 42 deletions data/base/script/campaign/libcampaign.js

Large diffs are not rendered by default.

64 changes: 0 additions & 64 deletions data/base/script/data/cam1-2-ai.vlo

This file was deleted.

107 changes: 0 additions & 107 deletions data/base/script/data/cam1-2.vlo

This file was deleted.

369 changes: 0 additions & 369 deletions data/base/script/text/cam1-2-ai.slo

This file was deleted.

415 changes: 0 additions & 415 deletions data/base/script/text/cam1-2.slo

This file was deleted.

10 changes: 6 additions & 4 deletions data/base/wrf/cam1/sub1-2.wrf
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ file SMSG "prox1-2.txt"
/* Directory for uncompiled script files */
directory "script/text"

file SCRIPT "cam1-2.slo"
file SCRIPT "cam1-2-ai.slo"
file SCRIPT "cam1daynight.slo"

/* Directory for script value files*/
directory "script/data"

file SCRIPTVAL "cam1-2.vlo"
file SCRIPTVAL "cam1-2-ai.vlo"
file SCRIPTVAL "cam1day.vlo"

/* Directory for javascript files*/
directory "script"
file JAVASCRIPT "rules.js"
directory "script/campaign"
file JAVASCRIPT "cam1-2.js"
24 changes: 24 additions & 0 deletions data/base/wrf/cam1/sub1-2/labels.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"position_0": { "label": "StartPosition", "pos": [ 6656, 7040 ] },
"position_1": { "label": "TransporterEntry", "pos": [ 7936, 7424 ] },
"position_2": { "label": "TransporterExit", "pos": [ 7424, 7936 ] },
"area_0": { "label": "LandingZone", "pos1": [ 6656, 6912 ], "pos2": [ 6912, 7168 ] },
"area_1": { "label": "RTLZ", "pos1": [ 6080, 6464 ], "pos2": [ 8192, 8192 ] },

"area_3": { "label": "NorthBase", "pos1": [ 3136, 1728 ], "pos2": [ 5440, 2624 ] },
"object_0": { "label": "NorthFactory", "id": 108, "player": 7, "type": 1 },
"position_3": { "label": "NorthAssembly", "pos": [ 3392, 2240 ] },
"group_0": { "label": "NorthTankGroup", "members": [ 147, 227, 279, 280, 281, 282 ], "player": 7 },
"area_4": { "label": "NorthBaseTrigger", "pos1": [ 2000, 300 ], "pos2": [ 6000, 4600 ] },

"area_5": { "label": "WestBase", "pos1": [ 1600, 6464 ], "pos2": [ 2368, 7232 ] },
"object_1": { "label": "WestFactory", "id": 323, "player": 7, "type": 1 },
"position_4": { "label": "WestAssembly", "pos": [ 3008, 6848 ] },
"group_1": { "label": "WestTankGroup", "members": [ 57, 66, 67, 68 ], "player": 7 },

"object_2": { "label": "ScavLab", "id": 340, "player": 7, "type": 1 },
"group_2": { "label": "ScavLabGroup", "members": [ 340 ], "player": 7 },

"position_5": { "label": "GatesPos", "pos": [ 5440, 3904 ] },
"position_6": { "label": "ScavLabPos", "pos": [ 2752, 3904 ] }
}
3 changes: 1 addition & 2 deletions po/POTFILES.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ data/base/messages/strings/genstrings.txt
data/base/messages/strings/names.txt
data/base/messages/strings/resstrings.txt
data/base/messages/strings/scrstrings.txt
data/base/script/campaign/cam1-2.js
data/base/script/campaign/cam1-2s.js
data/base/script/campaign/cam1a.js
data/base/script/campaign/cam1b.js
Expand All @@ -19,8 +20,6 @@ data/base/script/text/brief.slo
data/base/script/text/cam1-1-ai.slo
data/base/script/text/cam1-1.slo
data/base/script/text/cam1-1s.slo
data/base/script/text/cam1-2-ai.slo
data/base/script/text/cam1-2.slo
data/base/script/text/cam1-3.slo
data/base/script/text/cam1-3s.slo
data/base/script/text/cam1-4a.slo
Expand Down