Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new OPFOR Preset RHSUSAF #871

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
29 changes: 29 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Build

on:
push:
branches:
- master
pull_request: ~

jobs:
artifacts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- uses: docker://node:10-alpine
name: Setup Node

- name: Install dependencies
working-directory: _tools
run: npm install

- name: Assemble and pack
working-directory: _tools
run: npx gulp

- uses: actions/upload-artifact@master
with:
name: PBO-Files
path: _tools/build/pbo
50 changes: 26 additions & 24 deletions Missionframework/kp_liberation_config.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -87,29 +87,30 @@ If you want to change a preset, it's recommended to set all four presets to 0 an
6 = RHS USAF (Woodland)
7 = RHS USAF (Desert)
8 = RHS AFRF (VDV/MSV)
9 = Germany West (Global Mobilization)
10 = Germany West Winter (Global Mobilization)
11 = Germany East (Global Mobilization)
12 = Germany East Winter (Global Mobilization)
13 = CSAT Brown
14 = CSAT Green
15 = Unsung US
16 = CUP British Armed Forces (Desert)
17 = CUP British Armed Forces (Woodland)
18 = CUP US Marine Corps (Desert)
19 = CUP US Marine Corps (Woodland)
20 = CUP US Army (Desert)
21 = CUP US Army (Woodland)
22 = CUP Chernarus Defense Force
23 = CUP Army of the Czech Republic (Desert)
24 = CUP Army of the Czech Republic (Woodland)
25 = CUP Chernarussian Movement of the Red Star
26 = CUP Sahrani Liberation Army
27 = CUP Takistani Army
28 = SFP (Woodland)
29 = SFP (Desert)
30 = LDF (Contact DLC) */
KP_liberation_preset_blufor = 0;
9 = RHS AFRF (Drone Mods)
10 = Germany West (Global Mobilization)
11 = Germany West Winter (Global Mobilization)
12 = Germany East (Global Mobilization)
13 = Germany East Winter (Global Mobilization)
14 = CSAT Brown
15 = CSAT Green
16 = Unsung US
17 = CUP British Armed Forces (Desert)
18 = CUP British Armed Forces (Woodland)
19 = CUP US Marine Corps (Desert)
20 = CUP US Marine Corps (Woodland)
21 = CUP US Army (Desert)
22 = CUP US Army (Woodland)
23 = CUP Chernarus Defense Force
24 = CUP Army of the Czech Republic (Desert)
25 = CUP Army of the Czech Republic (Woodland)
26 = CUP Chernarussian Movement of the Red Star
27 = CUP Sahrani Liberation Army
28 = CUP Takistani Army
29 = SFP (Woodland)
30 = SFP (Desert)
31 = LDF (Contact DLC) */
KP_liberation_preset_blufor = 9;

/* OPFOR preset:
0 = Custom (default vanilla CSAT)
Expand All @@ -132,7 +133,8 @@ KP_liberation_preset_blufor = 0;
17 = CUP Armed Forces of the Russian Federation (Modern MSV)
18 = CUP Chernarus Defense Force
19 = CUP British Armed Forces (Desert)
20 = CUP British Armed Forces (Woodland) */
20 = CUP British Armed Forces (Woodland)
21 = RHS USAF (Woodland) */
KP_liberation_preset_opfor = 0;

/* Resistance preset:
Expand Down
Loading