Teardown

Teardown

Gasoline Flamethrower
Showing 11-20 of 29 entries
< 1  2  3 >
Update: 6 Feb, 2022 @ 3:59pm

feature: the knob now rotates around its center
feature: update particle effects
fix: reduce velocity and increase lifetime for better particle effects
fix: replace spherecast with raycast to reduce impact and increase max length (may lead to burning even though no particles came close, possible fixes are wip)

Update: 5 Feb, 2022 @ 7:08am

feature: add emissiveness to the fire starter
feature: improve flame sampling implementation
fix: simulated flames not spreading when close to wall

Update: 4 Feb, 2022 @ 10:16pm

feature: add options menu

Update: 4 Feb, 2022 @ 8:13pm

feature: adjust fire limit to basically only despawn fire because of performance reasons
multiple smaller fixes

Update: 4 Feb, 2022 @ 6:28pm

feature: add ability to adjust nozzle
feature: improve particle behaviour
fix: play end sound when ammo is empty
fix: improve centering of different parts of the tool

Update: 4 Feb, 2022 @ 10:26am

feature: rework flame system to allow for future expansion
feature: rework particle generator to allow for future expansion
fix: improve accuracy of flames particles and simulated flames
fix: improve accuracy of nozzle and starter flame

Update: 3 Feb, 2022 @ 11:32am

feature: improve flame particles
fix: adjust sound to match volume of official mods (minigun and laser gun)
fix: don't apply movement velocity to flames
refactor: further improve code structure, abstract behaviour into classes
wip: started work on adjustable nozzle

Update: 3 Feb, 2022 @ 5:56am

feature: add ammo implemenation for campaign mode
fix: make flames framerate independent

Update: 2 Feb, 2022 @ 1:28pm

fix: prevent flames from travelling through tight fences
refactor: improve code structure

Update: 2 Feb, 2022 @ 1:06pm

feature: update model
feature: add nozzle flame
fix: smaller bug fixes and improvements