Skip to content

Commit b292be6

Browse files
committed
Merge branch 'master' into stinger
2 parents 1e1ae4b + 2f1b149 commit b292be6

File tree

1,441 files changed

+26756
-6023
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,441 files changed

+26756
-6023
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ We welcome anyone to contribute to this repository. Issues that we are actively
3636

3737
When contributing to this repository, please first discuss the change you wish to make via issue or [Discord](https://acemod.org/discord) with the [ACE3 project maintainers](https://ace3.acemod.org/team.html) before making a change. This may not be necessary if you are contributing for something which has an existing issue in our repository already.
3838

39-
1. Please make a pull request (PR) as early as possible. This lets use help you in the proces of developing it. When opening a work in progress pull request, use GitHub's draft feature. This will mark the PR as a work in progress and will prevent it from being merged until you mark it as ready for review.
39+
1. Please make a pull request (PR) as early as possible. This lets us help you in the proces of developing it. When opening a work in progress pull request, use GitHub's draft feature. This will mark the PR as a work in progress and will prevent it from being merged until you mark it as ready for review.
4040
2. Describe what this pull request will do and how it solves this in the description of your PR. A clear intent and description of the way the issue is resolved will help us to review the PR more efficiently.
4141
3. Please follow our [Development Guidelines](https://ace3.acemod.org/wiki/development/).
4242

.github/workflows/arma.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout the source code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
- name: Validate Config
1616
run: python3 tools/config_style_checker.py
1717
- name: Validate Stringtables
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout the source code
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333
- name: Setup HEMTT
3434
uses: arma-actions/hemtt@v1
3535
with:
@@ -39,7 +39,7 @@ jobs:
3939
- name: Rename build folder
4040
run: mv .hemttout/build .hemttout/@ace
4141
- name: Upload Artifact
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v6
4343
with:
4444
name: ace3-${{ github.sha }}-nobin
4545
path: .hemttout/@*

.github/workflows/documentation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout the source code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
- name: Install Python packages
2020
run: |
2121
pip3 install wheel
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v6
3737

3838
- name: Extract Dependencies
3939
run: python3 tools/extract_dependencies.py --markdown
@@ -47,7 +47,7 @@ jobs:
4747
destination: docs/_site/
4848

4949
- name: Upload Artifact
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v6
5151
with:
5252
name: jekyll-site
5353
path: docs/_site/
@@ -63,7 +63,7 @@ jobs:
6363

6464
steps:
6565
- name: Download Artifacts
66-
uses: actions/download-artifact@v4
66+
uses: actions/download-artifact@v6
6767
with:
6868
name: jekyll-site
6969
path: _site/

.github/workflows/extensions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ${{ matrix.arrays.os.tag }}
4646
steps:
4747
- name: Checkout the source code
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v6
4949
- name: Install stable Rust
5050
uses: actions-rs/toolchain@v1
5151
with:
@@ -57,7 +57,7 @@ jobs:
5757
- name: Build
5858
run: cargo build --verbose
5959
- name: Upload
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v6
6161
with:
6262
name: ${{ matrix.arrays.os.target }}
6363
path: target/debug/ace.dll

.github/workflows/hemtt.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
with:
1616
toolsUrl: ${{ secrets.ARMA3_TOOLS_URL }}
1717
- name: Checkout the source code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
- name: Setup HEMTT
2020
uses: arma-actions/hemtt@v1
2121
- name: Checkout pull request
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
if: ${{ github.event_name == 'pull_request_target' }}
2424
with:
2525
path: pullrequest
@@ -40,7 +40,7 @@ jobs:
4040
- name: Rename build folder
4141
run: mv .hemttout/build .hemttout/@ace
4242
- name: Upload Artifact
43-
uses: actions/upload-artifact@v4
43+
uses: actions/upload-artifact@v6
4444
with:
4545
name: ace3-${{ github.sha }}
4646
path: .hemttout/@*

.github/workflows/pboproject.yml

Lines changed: 0 additions & 85 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ texHeaders.bin
1212
*.swp
1313
*.swo
1414
*.biprivatekey
15+
*.hemttprivatekey
1516
Thumbs.db
1617
CHANGELOG.md
1718
sqfvm.exe

.hemtt/launch.toml

Lines changed: 27 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,6 @@ workshop = [
33
"450814997", # CBA_A3
44
]
55

6-
[spe]
7-
extends = "default"
8-
dlc = [
9-
"Spearhead 1944"
10-
]
11-
12-
[vn]
13-
extends = "default"
14-
dlc = [
15-
"S.O.G. Prairie Fire",
16-
]
17-
18-
[ws]
19-
extends = "default"
20-
dlc = [
21-
"Western Sahara",
22-
]
23-
24-
[rf]
25-
extends = "default"
26-
dlc = [
27-
"Reaction Forces"
28-
]
29-
30-
[gm]
31-
extends = "default"
32-
dlc = [
33-
"Global Mobilization - Cold War Germany"
34-
]
35-
366
[rhs]
377
extends = "default"
388
workshop = [
@@ -48,4 +18,30 @@ workshop = [
4818
"497660133", # CUP Weapons
4919
"541888371", # CUP Vehicles
5020
"497661914", # CUP Units
51-
]
21+
]
22+
23+
[cfp]
24+
extends = "cup"
25+
workshop = [
26+
"1369691841", # Community Factions Project
27+
]
28+
29+
[wardrobe]
30+
extends = "default"
31+
mission = "Wardrobe.VR"
32+
workshop = [
33+
"3499977893", # Advanced Developer Tools
34+
"1779063631", # ZEN
35+
# "751965892", # ACRE
36+
# "623475643", # eden enhanced
37+
]
38+
39+
[sogns]
40+
extends = "default"
41+
dlc = ["vn"]
42+
workshop = [
43+
"623475643", # 3den Enhanced
44+
"3499977893", # Advanced Developer Tools
45+
"3083451905", # S.O.G. Nickel Steel
46+
"1779063631", # Zeus Enhanced
47+
]

.hemtt/lints.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[config.file_type]
22
options.allow_no_extension = true
33

4+
[config.cfgpatches_scope]
5+
options.ignore_prefixes = ["vn_"] # sog compat
6+
47
[stringtables.usage]
58
options.ignore = [
69
"str_ace_repair_hit",

0 commit comments

Comments
 (0)