-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from MoskitoSantana/dev
Dev
- Loading branch information
Showing
17 changed files
with
295 additions
and
207 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# Moskito Santana Advanced WWII | ||
|
||
[![HEMTT](https://github.com/MoskitoSantana/Moskito-Advanced-WWII/actions/workflows/hemtt.yml/badge.svg)](https://github.com/MoskitoSantana/Moskito-Advanced-WWII/actions/workflows/hemtt.yml) | ||
|
||
## Description | ||
This mod was developed to add gameplay dynamics, setting, etc. to Arma 3 roles for the Batallion 95 (BTN 95) playstyle, making the process of equipping Arma 3 barbies easier, mainly during mission creation. But it can be used and adapted to any playstyle of your clan. | ||
|
||
# Required Mods | ||
|
||
- [CBA_A3](https://github.com/CBATeam/CBA_A3) | ||
- [ACE3](https://github.com/acemod/ACE3) | ||
- [IFA](https://steamcommunity.com/workshop/filedetails/?id=2648308937) | ||
- [TFAR](https://github.com/michail-nikolaev/task-force-arma-3-radio/) | ||
- [WW2 Phones](https://steamcommunity.com/sharedfiles/filedetails/?id=2423977008) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
class CfgFactionClasses { | ||
class MAWII { | ||
displayName = "MAWII WW2 Modules"; // Todo: Localize String | ||
displayName = "MAWII WW2"; // Todo: Localize String | ||
side = 7; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.