(Translated by https://www.hiragana.jp/)
GitHub - H2xDev/GodotVMF: A VMF importer for Godot Engine
Skip to content

H2xDev/GodotVMF

Repository files navigation

GodotVMF

Discord Reddit Godot Asset Library

Hero An importer of VMF files into Godot.
Useful instrument for people who used to work with Hammer and finds it most comfortable tool for level geometry creation.

Highly recommend to use Hammer++ since it support precised vertex data that allows you use concave brushes.

Example

Why?

We with my friend @Ambiabstract didn't found any comfortable solution of 3D level design for Godot so we decided to create our own :)

Usage

Features

  • Import geometry (Also with smoothing groups)
  • Entities support
  • Hammer's I/O system support
  • Model import support
    • Requires 3rd party utility MDL2OBJ (included in the repository)
  • Material import support
  • Instances support
  • Displacements with vertex alpha
  • Native VTF import
    • Supported VTF formats: DXT1, DXT3, DXT5

Known issues

  • Extraction materials and models from VPKs is not supported
  • Entities in instances importing not completely. You'll need to open the instance scene and reimport it.
  • Wasn't tested on MacOS
  • Some of imported models may have wrong orientation

Contribution

If you have some ideas, suggestions regarding to quality or solutions of the problems above, feel free to contribute!

  • If you've added a new feature please add the relevant documentation.
  • Follow the common godot codestyle (yea-yea i'll fix the existing code in upcoming updates)

How to test

  1. Install any of Source Engine Games (L4D, HL2, TF2)
  2. Unpack all textures and models from VPKs
  3. Decompile most complex maps
  4. Try to import decompiled maps in Godot.
  5. Check for errors if they appear.

Additional things

Special thanks

@Ambiabstract - help and inspiration
@Lachrymogenic - test on linux and performance test
@SharkPetro - materials test

Showcase

Project Brutalist Half-Life 2
Project Brutalist Left 4 Dead

License

MIT

About

A VMF importer for Godot Engine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published