Skip to content

Commit a56509e

Browse files
committed
Merge branch 'master' into pr/10890
2 parents 86a1345 + 57120f3 commit a56509e

File tree

1,235 files changed

+20294
-4160
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,235 files changed

+20294
-4160
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/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)