Bluscream

Results 422 comments of Bluscream

Eventually i ended up just using the old ini-parser lib which basically gives me a pure dictionary, and since i'm only interested in the Exclude list anyway that's prob enough:...

Thanks for the tip. I'll try that and report wether it's sufficient for my purpose

Including Ctrl+Z keybind pls ^^

```csharp var fileList = new Arma.FileList(@"S:\Steam\steamapps\common\Arma 3\SQF", recursive: true, calcMD5: true); Console.WriteLine(fileList.ToJson(true)); Console.WriteLine(Converter.SerializeObject(fileList)); ``` ```sqf _o = "RealTimeAndWeather" callExtension "blu_fnc_getfilesinpath ""S:/Steam/steamapps/common/Arma 3/SQF"""; files = parseSimpleArray _o; hint parseText (files joinString...

> 1. What is the purpose of the `"blu_fnc_getfilesinpath ""S:/Steam/steamapps/common/Arma 3/SQF""";` part?! I don't see it used in your C# code. It is SQF code, used by https://github.com/Bluscream/Bluscream-A3-Extension/blob/master/Bluscream/Bluscream.Arma3.Extension/DllEntry.cs#L91-L102 > 2....

Also @leopard20 i saw you're on the ACE slack, can you be more active there?

> Is MD5 really needed? I mean, this is not a file manager! Just an easy way to access some scripts. Of course not, i just thought of some more...

> The mission path can be found using this command Agreed > My revive cheat however removes ACE revive due to compatibility issues. That's what i wanted to know >...

@drofseh can you elaborate why you don't like the feature? It's not like you have to use it :D