Generator for minimaps with impassible chunks marked, C#
- Be sure to clone the repository recursively, with
git clone --recursiveor agit submodule update --init --recursiveafter cloning. - install dotnet 2.1
dotnet build --configuration Release
On some platforms, you may need to add platform specific dependencies in
impass_map.csproj for System.Drawing to work. On macOS, this is for
example <PackageReference Include="runtime.osx.10.10-x64.CoreCompat.System.Drawing" Version="5.4.0-r8"/>.
dotnet run --configuration Release -- [arguments]- Use
--helpfor a list of all arguments. - There is two modes, offline and online storage. Use
--storagepathto specify where to find data on disk. Alternatively, use--useonlineto use online storage.--onlineregionand--onlineproductto change product or server. - Specify
--outputpathfor where to store the output PNGs. - Use
--maps a b cto specify maps to process.
- Use