Skip to content

Commit

Permalink
Rewritten the soldier modules and internal structure (Squash)
Browse files Browse the repository at this point in the history
Uppercase callsign

Updated Sierra Named Crews

removed duplicate import

Updated string and fixed classnames

Added setCallsign Function

Adjusted and mde private handled better

Adding Atlas and Refining Bravo

Updated bravo classname ploppables

Updated gear and fixed classnames and updated naming

Renames and added engineers

Fixed string for engineers

Adjusted spacing

Updated readme (7Cav#243)

Fixed dubble .paa suffix on implementation (7Cav#244)

* Fixed dubble .paa suffix on implementation

* Update CfgVehicles.inc.hpp

updated git ignore (7Cav#245)

Fixed categories string table reference as well as arlington category not setup correctly (7Cav#247)

Updated McGehee Arlington (7Cav#246)

Co-authored-by: Broström.A | Evul <andreas.brostrom.ce@gmail.com>

Added Bravo Warhorse insignia (7Cav#248)

Fixed texture path to arlington side split label (7Cav#249)

Added Bravo Warhorse insignia (7Cav#248)

Fixed texture path to arlington side split label (7Cav#249)

Fixed inherit :

Fixes and updates

Updated strings

Updated strings

fixed string table and enabled test

Enabled test

Updated Vikin-1 Squad patch

Updated Vikin-1 Squad patch

Updated classname

Updated naming

Fixed string for mission controller

Updated gear

Fixes and updates

Updated and fixed code

Updated
  • Loading branch information
AndreasBrostrom committed Jul 21, 2024
1 parent 88bb34e commit a1e16ce
Show file tree
Hide file tree
Showing 181 changed files with 6,106 additions and 8,818 deletions.
1 change: 0 additions & 1 deletion .github/workflows/arma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
run: python3 tools/config_style_checker.py
- name: Validate Stringtables
run: python3 tools/stringtable_validator.py
continue-on-error: true
- name: Check Strings
run: python3 tools/check_strings.py
# - name: Check for BOM
Expand Down
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ texHeaders.bin
[Rr]elease/*
@*
*.zip
tools/temp

# Hemtt Build tool
hemtt
hemtt.exe
hemtt-build.cmd
hemtt-launch.cmd
.hemttout

ArmaScriptCompiler.exe
sqfvm.exe
tools/temp
44 changes: 34 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,41 @@
<a href="https://github.com/7Cav/7CavAddon/issues"><img src="https://img.shields.io/github/issues-raw/7cav/7CavAddon.svg?style=for-the-badge&label=Issues" alt="7CavAddon Issues"></a>
<a href="https://github.com/7Cav/7CavAddon/actions?query=workflow%3AArma"><img src="https://img.shields.io/github/actions/workflow/status/7Cav/7CavAddon/arma.yml?logo=GitHub&style=for-the-badge" alt="cScripts Build"></a>
</p>
The 7th Cavalry Community Addon is a mod for Arma 3 that adds new units, vehicles, groups, markers, objects, and functions tailored to fit the needs of the [7th Cavalry Gaming Community](https://7cav.us/).
The 7th Cavalry Community Addon is as the name suggests a community mod containing units vehicles, markers, functions and textures tailored to our community.

## Addons required
## Required Addons
- [CBA](https://github.com/CBATeam/CBA_A3)
- [ACE3](https://github.com/acemod/ACE3)
- [RHS: United States Armed Forces](http://www.rhsmods.org/)

## What does the 7th Cavalry Community Addon provide?
- Units and groups based on 7th Cavalry Platoon and Company naming and setup.
- (Soon) Base and FOB compositions
- Vehicles based on 7th Cavalry company setup.
- 7th Cavalry themed flags
- Custom texture database for mission makers
- 7th Cavalry map markers
- Close ties and integration with cScripts
## Whats Added
- New Units and Groups with company with callsign specific prefixes.
- New vehicle the Dragoon (A retextured and reconfigured [AFV-4 Gorgon](https://community.bistudio.com/wiki/Arma_3:_Field_Manual_-_Vehicles_Info#AFV-4_Gorgon)).
- 7th Cavalry themed spray tags using ACE3 tagging.
- 7th Cavalry battalion company platoon and squad themed arm patches.
- 7th Cavalry battalion company platoon and squad themed flags.
- 7th Cavalry themed map markers and flags as well as cav gold map color.
- Main menu buttons for quickly joining our servers.
- [Experimental Prone Launchers](https://github.com/7Cav/7CavAddon/issues/161).
- [Dynamic Objective mission training script system](https://github.com/7Cav/7CavAddon/tree/main/addons/dynobj).
- [Some useful missions functions](https://github.com/7Cav/7CavAddon/wiki/Features#mission-makers)

## Development
This mod uses [HEMTT](https://github.com/BrettMayson/HEMTT/) build system.

### Testing and Development
```bash
# Build and launch Arma with minimal required mods.
hemtt launch

# Build for manual launch
hemtt dev
```
### Build and Release
```bash
# Build a test release build
hemtt build

# Build release
./tools/deploy.ps1
```
1 change: 0 additions & 1 deletion addons/alpha_characters/$PBOPREFIX$

This file was deleted.

5 changes: 0 additions & 5 deletions addons/alpha_characters/CfgEditorSubcategories.hpp

This file was deleted.

111 changes: 0 additions & 111 deletions addons/alpha_characters/CfgGroups.hpp

This file was deleted.

Loading

0 comments on commit a1e16ce

Please sign in to comment.