-
Notifications
You must be signed in to change notification settings - Fork 0
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
General - add German loadout documentation #37
Conversation
This might close the linked issue regarding documentation. Though this PR will not completely resolve that specific issue, Or it will be unlinked before merging to prevent that. |
Possible thing to do is to change all "unknown" entries for the loadout versions to 1.3 since that has been the latest version for a long time and basically for every loadout in this folder. |
@@ -249,7 +249,7 @@ if (_condition && _role in ["FWP"]) then | |||
}; | |||
|
|||
// EOD , HAS TO BE SET AS EOD INSIDE 3DEN EDITOR THROUGH ACE. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Optionally you can set _unit as EOD by setting the ACE_isEOD
variable on the unit similarly to how it's done for medics:
_unit setVariable ["ACE_isEOD", true, true]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similarly you can do the same for engineers:
_unit setVariable ["ace_isEngineer", 1, true];
0
: Untrained, only be able to replace wheels, based on settings.
1
: Engineer.
2
: Advanced Engineer, allowing a higher level of repairs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will keep this in mind for future loadouts. Thank you.
When merged this pull request will:
deu_ca2010_fallschirmjaeger_flecktarn.sqf
IMPORTANT
Component - Add|Fix|Improve|Change|Make|Remove {changes}
.