zone-utilities icon indicating copy to clipboard operation
zone-utilities copied to clipboard

Various utilities and libraries for parsing, rendering and manipulating EQ Zone files.

Results 2 zone-utilities issues
Sort by recently updated
recently updated
newest added

I have the `map_editor` tool built. I am looking for an example to load a file. In the `common/zone_map.cpp` file, there's a loader which appears to look for `maps/base/zone_name`. For...

```cmake CMake Error at common/CMakeLists.txt:82 (SOURCE_GROUP): SOURCE_GROUP Unknown argument "graphics/imgui_glfw.cpp". Perhaps the FILES keyword is missing. ``` On line 82 I added `FILES` keyword and it works ```cmake SOURCE_GROUP(graphics FILES...