Skip to content
Josh Palmer edited this page Feb 17, 2020 · 9 revisions

You can download Qodot from the Godot Asset Library, either via web browser or directly through the editor:

Qodot can also be added to a project manually by copying addons/qodot/ from the git repository into your res://addons/ directory.

Once added to a project, enable it in Project Settings and you'll be ready to build maps:

Git Repository

The Qodot git contains both the Qodot addon (in addons/qodot) as well as an example project comprising the rest of the repo. The example content is ignored via .gitattributes when downloading Qodot through the asset library, as it contains some sizable assets that the user may not need for their project.

To get both the plugin files and the example content, pull your version tag of choice from the GitHub repo, or download it as a zip.

Updating Qodot

As the plugin source is liable to change structure between releases, make sure to delete addons/qodot from your project before installing a newer version. This will prevent any unexpected behaviour arising from class naming collisions or other errors.

Compatibility

Qodot is developed on Godot 3.1.2, and some users have reported issues using 3.1.1. If you see unexpected Quake or Qodot-related errors in the output log, it's recommended to upgrade to Godot 3.1.2.

Clone this wiki locally