Skip to content
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

Zeus Actions - Fix config code breaking during build #6864

Merged
merged 3 commits into from
Mar 14, 2019

Conversation

PabstMirror
Copy link
Contributor

Actually fix #6847
Thanks to @Dystopian for testing RC

getText (configfile >> "ACE_ZeusActions" >> "ZeusUnits" >> "ace_interaction_repair" >> "statement")

"{if (_x isKindOf 'AllVehicles' && {!(_x isKindOf 'Man')}"

) then {... gets cut off
I'm not sure why it breaks, macro usage looks ok to me.

@PabstMirror PabstMirror added the kind/bug-fix Release Notes: **FIXED:** label Mar 12, 2019
@PabstMirror PabstMirror added this to the 3.12.6 milestone Mar 12, 2019
@Dystopian
Copy link
Contributor

It's a builder problem. At least makepbo x64UnicodeVersion 1.92, Dll 5.66 builds it correctly.

@PabstMirror
Copy link
Contributor Author

rc was built with last free release
MakePbo x64UnicodeVersion 1.99, Dll 7.16

@Dystopian
Copy link
Contributor

You shouldn't use it then. There can be other build errors.

@bux
Copy link
Member

bux commented Mar 13, 2019

imho a separate file for each func would be cleaner

@commy2
Copy link
Contributor

commy2 commented Mar 13, 2019

It seems that it fails after the first closing curly bracket. Maybe it thinks an array or class is closed.

@Dystopian
Copy link
Contributor

Can't we use armake yet?

Co-Authored-By: PabstMirror <pabstmirror@gmail.com>
@jonpas
Copy link
Member

jonpas commented Mar 13, 2019

@Dystopian soon!

@PabstMirror PabstMirror merged commit 57db905 into master Mar 14, 2019
@PabstMirror PabstMirror deleted the fixBrokenInteractions branch March 14, 2019 14:17
BaerMitUmlaut pushed a commit that referenced this pull request Aug 5, 2019
* Zeus Actions - Fix config code breaking during build

* Update addons/rearm/XEH_preInit.sqf

Co-Authored-By: PabstMirror <pabstmirror@gmail.com>

* formating, add note
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug-fix Release Notes: **FIXED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Certain Zeus ACE Interactions not working
6 participants