Skip to content

Commit 157e7a3

Browse files
Update README.md
1 parent 6b539c4 commit 157e7a3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
***FuncGodot*** is a plugin for [Godot 4](https://godotengine.org/) that allows users to generate Godot scenes using the [Quake MAP file format](https://quakewiki.org/wiki/Quake_Map_Format). Map files can be made in a variety of editors, the most commonly recommended one being [TrenchBroom](https://trenchbroom.github.io/). It is a reworking and rewrite of the [Qodot](https://github.com/QodotPlugin/Qodot) plugin for Godot 3 and 4.
55

6-
[Full documentation is available online](https://func-godot.github.io/func_godot_docs/) as well as off. Release zip files come pre-packaged with the manual, but if you need to you can [download a standalone copy here](https://github.com/func-godot/func_godot_docs/releases/).
6+
[Full documentation is available online](https://func-godot.github.io/func_godot_docs/) as well as off. Release zip files come pre-packaged with the manual, but if you need to you can [download the most up-to-date standalone copy here](https://github.com/func-godot/func_godot_docs/releases/).
77

88
For more help or to contribute to the community, join us on the [Official FuncGodot Discord](https://discord.gg/eBQ7EfNZSZ)!
99

@@ -14,14 +14,16 @@ For more help or to contribute to the community, join us on the [Official FuncGo
1414
## Features
1515

1616
- Godot Scene Generation
17-
- File support for Quake `map`, `wad`, and `lmp` palette formats.
17+
- File support for Quake `map`, `wad`, and `lmp` palette formats
18+
- File support for Half-Life `wad` format
1819
- Meshes from `map` brush geometry
1920
- Materials and UVs from `map` texture definitions
2021
- Convex and concave collision shapes
2122
- Entity Definition Support
2223
- Fully customizable entities that can be defined for TrenchBroom and generated in Godot
2324
- Leverage the `map` format's classname and key value pair systems
2425
- Define the visual and collision properties of brush entities on a per-classname basis
26+
- Retrieve easy to access mesh metadata for per face material information
2527
- Define point entities that can be generated from node class name and script or from packed scenes
2628
- Generate GLB display models with correct orientation and scale for point entities in map editors with GLTF support
2729
- FGD (Forge Game Data) export
@@ -32,11 +34,12 @@ For more help or to contribute to the community, join us on the [Official FuncGo
3234
- NetRadiant Custom Integration
3335
- Gamepack Export
3436
- Shader definitions
37+
- Customizable build options
3538

3639
## Confirmed Compatible Map Editors
3740
- TrenchBroom
3841
- J.A.C.K.
39-
- NetRadiant Custom
42+
- NetRadiant Custom[br]
4043
Help us add to this list by testing out your preferred map editor and helping us come up with compatibility solutions!
4144

4245
## Credits

0 commit comments

Comments
 (0)