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

XEH fails on slingload pods #355

Closed
PabstMirror opened this issue Jun 3, 2016 · 1 comment · Fixed by #358
Closed

XEH fails on slingload pods #355

PabstMirror opened this issue Jun 3, 2016 · 1 comment · Fixed by #358
Assignees
Labels
Milestone

Comments

@PabstMirror
Copy link
Contributor

For the slingload pods under opfor->storage -> "Taru Medical Pod"

class Extended_Init_EventHandlers {
    class Land_Pod_Heli_Transport_04_medevac_F {
        class test {  init = "diag_log text format ['XEH init - %1',_this];"; };

No XEH event happens and allVariables cursorTarget = [],

If I do call CBA_fnc_startFallbackLoop; and then
"Land_Pod_Heli_Transport_04_medevac_F" createVehicle (getpos player)

I do get an event for the new one.

Not sure why XEH is failing, the EventHandler configs seem to be correct.

If I explicitly re-add with

    class Pod_Heli_Transport_04_crewed_base_F;
    class Land_Pod_Heli_Transport_04_medevac_F: Pod_Heli_Transport_04_crewed_base_F {
        XEH_ENABLED;
    };

It will work. Not sure if something broke in 1.60?

@commy2
Copy link
Contributor

commy2 commented Jun 4, 2016

This is indeed very very strange . I think our best bet is to readd the events like you did for all pods.

@commy2 commy2 added this to the 2.4.1 milestone Jun 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants