ArmaScriptCompiler icon indicating copy to clipboard operation
ArmaScriptCompiler copied to clipboard

Results 15 ArmaScriptCompiler issues
Sort by recently updated
recently updated
newest added

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...

This is a security issue and should be remedied. ![Diff](https://cdn.discordapp.com/attachments/1039189045655392389/1067969338465865748/b.png)

adds cmake files and extensions, adds more vs code files, and add debug files.

Feature request: Allow the defining of the .json file using the command line Example: ``ArmaScriptCompiler.exe --config ace.json``

If I have 1e39 (infinity) as a constant in a script, ArmaScriptCompiler runs without errors but does not produce any output.