Skip to content

H2xDev/GodotVMF-Entities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

🎮 GodotVMF Entities Library

A comprehensive library of Source Engine entities for Godot projects using GodotVMF v2.2+

License Issues


📖 Overview

This library provides pre-implemented Source Engine entities that seamlessly integrate with your Godot projects through the GodotVMF plugin. Import VMF maps with full entity support out of the box!

Found a bug? Feel free to open an issue 🐛

📦 Installation

  1. Download or clone this repository
  2. Copy the entities folder into your Godot project's root directory
  3. Ensure GodotVMF v2.2+ is installed
  4. Start using entities in your VMF maps!

📋 Supported Entities

🌍 Environment

  • env_physexplosion - Physical explosion effects

🔍 Filters

  • filter_activator_name - Filter entities by name
  • filter_multi - Multiple filter logic

🎯 Func Entities

  • func_physbox - Physical boxes with collision
  • func_rotating - Rotating brushes

🔧 Logic

  • logic_relay - Logic relay for I/O system
  • math_counter - Counter with mathematical operations

🚪 Triggers

  • trigger_once - Single-use trigger
  • trigger_multiple - Reusable trigger
  • trigger_push - Push entities in a direction

ℹ️ Info

  • info_overlay - Texture overlays

🤝 Contributing

We welcome contributions! If you've implemented entities from the default FGD files:

  1. Fork this repository
  2. Create a feature branch (git checkout -b feature/new-entity)
  3. Commit your changes (git commit -m 'Add new entity')
  4. Push to the branch (git push origin feature/new-entity)
  5. Open a Pull Request

All contributions should follow the existing code style and include proper documentation.


📄 License

See LICENSE file for details.

🔗 Related Projects

  • GodotVMF - The main VMF importer plugin for Godot

Made with ❤️ for the Godot and Source Engine community!

About

A library of entities to use with GodotVMF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors