Patrick
Patrick
Yep. First we need support upstream in Arma2NET. https://github.com/ScottNZ/Arma2NET/issues/5
Currently checking to see if the dependencies of MySQL and SQLite will work under Linux. Conditional checks could be used in the .csproj to load in different configurations of referenced...
Ran into this bug when swapping out for the Mono SQLite DLL. https://bugzilla.xamarin.com/show_bug.cgi?id=2148 The current stable version of Mono, 3.2.3, seems to have this issue.
Was able to manually download a source archive of Mono 3.4 and then build it on Linux. Then, copied over the resulting DLL file to Windows. Downloading the sqlite3.dll as...
No, haven't had a chance to work on it yet.
Documentation needs to be updated for new version of Arma2NET. See branch "new-arma2net-dev".
Documentation updated. Leaving this open until it's stable and merged into the master branch.
Check on dependencies for new version to see if users will need to install them.
Also add note in readme explaining using the root Arma3 directory for the Databases.txt file is a potential security risk.
See 7b8dcf08a080949d404aa8c8259f51ac8e690110, 96f6a7324af4da1a7243034050cba8c2b5468232, 88bba700c420147a002e3241d823b24b093596a0 among others. This will need to be mostly mitigated on the SQF mission side.