dedmen / ArmaScriptCompiler

GNU General Public License v3.0
26 stars 12 forks source link

Incorrect slash in filepaths #33

Closed dedmen closed 7 months ago

dedmen commented 7 months ago

Output SQFC files filepath is written as /z/ace/addons/advanced_ballistics/functions/fnc_calculateAmmoTemperatureVelocityShift.sqf But thats wrong, Arma internal filepaths use backslash. This could also be issue in SQF-VM, but can probably remedied by passing filepaths a different way.