Page MenuHomeFeedback Tracker

syntax error in \A3\Air_F_Heli\Heli_Transport_04\config.cpp
New, NormalPublic

Description

At lines

1192
2477
and
2543

of the config.cpp, there are Init fields defined with an incorrect syntax of the string where quotes are used both inside and at the edges, causing the string to escape too early. (if that makes sense)

example:
init = "if (local (_this select 0)) then {[(_this select 0), "", [], false] call bis_fnc_initVehicle;};";

should be:

init = "if (local (_this select 0)) then {[(_this select 0), '', [], false] call bis_fnc_initVehicle;};";

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Config
Steps To Reproduce

Either unbinarize or use config viewer ingame to see the effected lines.

classes effected: Pod_Heli_Transport_04_base_F, Pod_Heli_Transport_04_crewed_base_F and Heli_Transport_04_base_F

Event Timeline

milo9393 created this task.Sep 15 2020, 4:17 PM
milo9393 added a subscriber: reyhard.

@reyhard . Dedmen asked me to tag you in this

milo9393 edited Steps To Reproduce. (Show Details)Sep 15 2020, 4:20 PM
milo9393 changed Severity from Major to Minor.
dedmen added a subscriber: dedmen.Sep 15 2020, 6:33 PM

This might also be a bug in config viewer AND mikeros debinarize code. If so, need to fix config viewer. need to check what we actually have in that config entry internally.

Just to confirm, it's config error in vanilla data.