codecat / godot-tbloader

TrenchBroom Loader for Godot 4. (Alternative to Qodot)
MIT License
232 stars 29 forks source link

Doesn't work with godot 4.1 #81

Closed cuppajoeman closed 11 months ago

cuppajoeman commented 11 months ago

On godot 4.1, downloading a zip of the master branch and adding it to a fresh godot project I get:

image

Getting past that dialog and attempting to enable the plugin through the settings, we get the following error:

Unable to load addon script from path: 'res://addons/tbloader/src/plugin.gd'. This might be due to a code error in that script.
Disabling the addon at 'res://addons/tbloader/plugin.cfg' to prevent further errors.

taking a look in plugin.gd we have: image

@krazyjakee I see that you've done a merge request with 4.1 recently, do you know of anyway we could fix this?

krazyjakee commented 11 months ago

Update the cpp dependency?

cuppajoeman commented 11 months ago

Sorry I'm not too sure how this repository works, but I'm assuming your talking about this? image

Are you implying that a possible solution would be to update that submodule and then rebuild the project?

codecat commented 11 months ago

0.16.0 is out now (soon on assetlib) which resolves this.