Quake .map file support for Godot.Qodot extends the Godot editor to import Quake .map files, and provides a data-driven framework for converting the entities and brushes contained therein into a custom node hierarchy.
SpriteMesh is a plugin for Godot that allows you to create 3D meshes based on a 2D sprite.
Add an NImate node to the scene to begin - its variables should be self-explanatory.Requires Delicode NI mate. Use default settings with skeleton tracking enabled.Delicode NI mate Installers:Windows - https://github.com/hoontee/godot-ni-mate-motion-capture/raw/master/ni_mate_installers/Delicode_NI_mate_v2.14_Installer.exemacOS - https://github.com/hoontee/godot-ni-mate-motion-capture/raw/master/ni_mate_installers/Delicode_NI_mate_v2.14.dmgUbuntu 64-bit - https://github.com/hoontee/godot-ni-mate-motion-capture/raw/master/ni_mate_installers/Delicode-NI-mate_1.20-ubuntu_amd64.debUbuntu 32-bit - https://github.com/hoontee/godot-ni-mate-motion-capture/raw/master/ni_mate_installers/Delicode-NI-mate_1.20-ubuntu_i386.deb
Character outline displaying addon.1.2 updates:* refactoring source 1.1 updates:* improved in cross with outlined object and hide object.
An old school "beat-em-up" or brawler genre game ala Altered Beast, or Golden Axe complete with Parallax scrolling background, On-screen controls for mobile/touchscreen devices, Gamepad support (in addition to Keyboard) a splash screen and is ready to be played locally or exported to an application
In-editor box modeling tools for ArrayMeshes.See https://github.com/jarneson/godot-ply for full documentation.
This is a plugin for Godot 3.4 to directly import blender source files without needing to (manually) export to an intermediate format.Just save a `.blend` file, and open it as a scene in Godot!The `blender` executable must be on your `PATH`.
This tool does two things:* It creates ragdolls with RigidBodies and Generic6DOFJoints, instead of PhysicalBones.* It implements a simple animation tracer using joint motors, to mimic the popular method of creating Active Ragdolls[1].** WARNINGS AND USAGE ON GITHUB PAGE**The provided joint script is meant to create a Torque Driven[2] active ragdoll, however, given that it is attached to Joint nodes, its behaviour can be reprogramed, and adjusted for your own needs.[1] - https://www.youtube.com/watch?v=HF-cp6yW3Iw[2] - https://www.youtube.com/watch?v=hQub6caVlpY
Adds six directional handles for scaling Spatials. Define applicable classes in extend.gd.Hold CONTROL for Snap and SHIFT for Scale All. Change snap increment and keyboard shortcuts in ExtendGizmo.gd.
This plugin adds OpenXR support to Godot.Supports Windows, Linux and QuestWorks best with Godot 3.4
This is a calculator
A simple implementation of Nothke's spin blur in Godot.