QodotPlugin / qodot-plugin

(LEGACY) Quake .map support for Godot 3.x
MIT License
960 stars 70 forks source link

When I try to export to Windows from Linux breaks because missing files #96

Closed sergicollado closed 4 years ago

sergicollado commented 4 years ago

The report: core/os/dir_access.cpp:288 - Failed to open res://addons/qodot/bin/win64/libmap.dll editor/project_export.cpp:977 - Failed to export the project for platform 'Windows Desktop'. core/os/dir_access.cpp:288 - Failed to open res://addons/qodot/bin/win64/libqodot.dll editor/project_export.cpp:977 - Failed to export the project for platform 'Windows Desktop'.

Shfty commented 4 years ago

This is already documented at https://github.com/Shfty/qodot-plugin/wiki/9.-Project-Export

TL;DR you can safely exclude the parts of Qodot that throw these errors via the project export settings, provided that you're not using it to load maps at runtime. Otherwise, you'll need to download and ship the windows libs with your project.