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.
- Host: GitHub
- URL: https://github.com/unknown-gd/improved-fire-logic
- Owner: unknown-gd
- License: mit
- Created: 2022-04-27T23:01:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T21:44:00.000Z (about 1 year ago)
- Last Synced: 2024-05-14T10:27:29.476Z (11 months ago)
- Topics: addon, garrysmod, garrysmod-addon, glua, gmod, realistic
- Homepage:
- Size: 66.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).