An open API service indexing awesome lists of open source software.

https://github.com/unknown-gd/improved-fire-logic

More proper fire behavior, recognizing burning materials and other things.
https://github.com/unknown-gd/improved-fire-logic

addon garrysmod garrysmod-addon glua gmod realistic

Last synced: about 2 months ago
JSON representation

More proper fire behavior, recognizing burning materials and other things.

Awesome Lists containing this project

README

        

# Improved Fire Logic & API
More proper fire behavior, recognizing burning materials and other things. Works with any entities. Basically fixes the ability to burn things that can't burn, also adds an entity extinguishing sound, extinguishes entities in water and if they have high speed.

## Where is Lua code?
Written in [Yuescript](https://github.com/pigpigyyy/Yuescript), compiled Lua code can be found in [releases](https://github.com/PrikolMen/improved-fire-logic/releases) and [lua branch](https://github.com/PrikolMen/improved-fire-logic/tree/lua), or you can compile it yourself using compiled [Yuescript Compiler](https://github.com/pigpigyyy/Yuescript/releases/latest).