Teardown
Gasoline Flamethrower
29개 중 11~20개 표시 중
< 1  2  3 >
업데이트: 2022년 2월 6일 @ 오후 3시 59분

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)

업데이트: 2022년 2월 5일 @ 오전 7시 08분

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

업데이트: 2022년 2월 4일 @ 오후 10시 16분

feature: add options menu

업데이트: 2022년 2월 4일 @ 오후 8시 13분

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

업데이트: 2022년 2월 4일 @ 오후 6시 28분

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

업데이트: 2022년 2월 4일 @ 오전 10시 26분

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

업데이트: 2022년 2월 3일 @ 오전 11시 32분

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

업데이트: 2022년 2월 3일 @ 오전 5시 56분

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

업데이트: 2022년 2월 2일 @ 오후 1시 28분

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

업데이트: 2022년 2월 2일 @ 오후 1시 06분

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