NAP Map Generator
by NAPSoftworks
11
NAP Map Generator
NAP Map Generator addon useful for fast and easy (mini)map generation. The addon scans your game's 3D world and generates a top-down image of it, so you can use it in your game's map view or minimap radar.
Prerequisites
- Godot 4.4.1 (Although lower versions might work, too)
- 3D world consisting of at least one VisualInstance3D (e.g. MeshInstance3D).
- A bit of patience.
Instructions
- First, download the addon and put it inside your
addons
folder. The final path should beres://addons/nap_map_generator
. - Switch to the 3D world/level you want to generate a map for, and add a new node called
NapMapGenerator
. - Select the
NapMapGenerator
node in your Scene tree. Now, set all the settings in theInspector
dock.Level parent
- you should select the parent node containing all your world's meshes.Image directory
- Point to a directory you want the image to be saved to.Map scale
- The generated image's scale factor. If your world is 100x100 meters and scale is 1.0 the image's size will be 100x100px. For scale value 2.0, the same image will be 200x200px big. You get the idea.Simultaneous rows
- The number of rows which will be scanned at the same time. Basically the bigger the number, the faster the scan is, but beware- too high value might result in unexpected behavior (e.g. crashing Godot)
- Stay on 3D view in Godot. In the
Inspector
dock clickGenerate map
button. - You will se now a bunch of cameras rolling through your world. Wait till you see a completion confirmation log in the
Output
console. - Navigate to the directory specified in
Image directory
field, you will find your map in there. - Enjoy!
If you encounter any issues, feel free to write about it in the Issues
tab in the repository!
Download
Version0.1
Download Now
Support
If you need help or have questions about this plugin, please contact the author.
Contact Author