Page MenuHomeFeedback Tracker

ModuleZoneRestriction_F does not synchronize properly with a trigger
Closed, ResolvedPublic

Description

I do not get the Misc Zone Restriction module to work properly. When setting it to apply to "Objects in Synchronized Triggers" and then having synchronized the module to a trigger with a player in it, script execution displays a synchronization error and the module reports no restricted units.

23:44:29 Error in expression <ct call bis_fnc_moduleTriggers);
};
};

_result}>
23:44:29 Error position: <_result}>
23:44:29 Error Undefined variable in expression: _result
23:44:29 File A3\functions_f\Modules\fn_moduleUnits.sqf, line 31

Details

Legacy ID
367973330
Severity
None
Resolution
Fixed
Reproducibility
Always
Category
Editor
Steps To Reproduce

Create a trigger and place a Player inside it.
Create a ModuleZoneRestriction_F set to "Objects in Synchronized Triggers".
Synchronize the module with the trigger and start the mission.

ModuleZoneRestriction_F reports no restricted units error.
Script error (in the description) with synchronization is displayed.

Additional Information

Tested on 1.37.128877.

Event Timeline

Vitdom edited Steps To Reproduce. (Show Details)Jan 15 2015, 12:12 AM
Vitdom edited Additional Information. (Show Details)
Vitdom set Category to Editor.
Vitdom set Reproducibility to Always.
Vitdom set Severity to None.
Vitdom set Resolution to Fixed.
Vitdom set Legacy ID to 367973330.May 7 2016, 8:05 PM
Vitdom edited a custom field.
chose added a subscriber: chose.May 7 2016, 8:05 PM
chose added a comment.Sep 22 2015, 4:33 PM

Should be fixed in next Steam Dev update
"Objects in synchronized triggers" was removed from Zone Restriction module "Apply to" parameter.

Please note that the module uses triggers to determine the restricted zones, not to grab affected objects from them. I forgot to remove this parameter from the module when writing its function and apologize for the inconvenience.