armake2 icon indicating copy to clipboard operation
armake2 copied to clipboard

Successor to armake written in Rust

Results 26 armake2 issues
Sort by recently updated
recently updated
newest added

Example: ``` error: Failed to build PBO: Failed to parse config: In line addons/weapon_sniper_c/config.cpp:19: class CfgSoundShaders { ^ Unexpected token "", expected: "delete", "[a-zA-Z0-9_]", "class" ``` The `Failed to build...

enhancement

When using a PBO-prefix like `\a\b\c\`, Arma won't be able to find files of that Addon. Removing the trailing slash solves the problem though. Atm I am not quite sure,...

Disclaimer: I don't "get" Rust so a lot of what I do here might be mad. I probably listen to the compiler a little too much. To my surprise, the...

enhancement

It would be nice to have https://github.com/KoffeinFlummi/armake2/blob/86e75198063c656df3f8d77d9cfdc4c449bab4c6/src/main.rs#L204 as API, so tools like HEMTT don't have to [manually set it](https://github.com/synixebrett/HEMTT/blob/04e676d0e761c95c66bde6a97a6febd52ae8c568/src/main.rs#L136) to show warnings at all. Additionally it would be nice if...

enhancement

The following could use a line number where that include is in the file including it: ``` error: Failed to build PBO: Failed to parse config: Failed to preprocess config:...

enhancement

Pre-processing already pre-processed (rapified) files results in the following vague error: ``` error: Failed to build PBO: Failed to parse config: Failed to read input file: stream did not contain...

enhancement