Page MenuHomeFeedback Tracker

Update 2.18 broke "Set Mode" and "Set AI Mode" modules in the editor (+ repro mission)
New, NormalPublic

Description

This error appeared after the 2.18 update. Thus, all my missions that had editor modules - "Set Mode" and "Set AI Mode they began to cause an error when launching a mission or already during the game.

Message from my rpt:

{
(group _x) setCombatmode _combatMode;

(group _x) s>
 1:13:07   Error position: <setCombatmode _combatMode;

(group _x) s>
 1:13:07   Error Foreign error: Unknown enum value: ""
 1:13:07 File A3\modules_f\ObjectModifiers\functions\fn_moduleMode.sqf..., line 20
 1:13:07 Error in expression <etvariable ["locked",""];

At first, I thought it was a mods problem, but when I disabled each mod, I saw the same thing. There is no doubt that this is a vanilla game bug caused by update 2.18

I even created a repro mission for you.

Details

Severity
None
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

Play attached repro mission!

Event Timeline

This comment was removed by Leopard20.

input validation is more strict now. would need some != "" checks now