// This is a series of func_smokes and alterations to torches and fireplace fires torch_smoke_1 { "inherit" "func_smoke" "editor_displayFolder" "Smokes" "editor_model smoke" "func_smoke particle" "smoke" "torch_with_sparks_smoke.prt" } torch_smoke_2 { "inherit" "func_smoke" "editor_displayFolder" "Smokes" "editor_model smoke" "func_smoke particle" "smoke" "smoke_for_torch.prt" } torch_smoke_3 { "inherit" "func_smoke" "editor_displayFolder" "Smokes" "editor_model smoke" "func_smoke particle" "smoke" "sparks_for_torch.prt" } light_torchflame_small_sparks { "inherit" "light_extinguishable" "mins" "-6 -6 -6" "maxs" "6 6 24" "editor_displayFolder" "Lights/Light Sources/Torch Flames" "editor_usage" "A small, dimmer torch flame. Light pulses but is static. For moving light, add 'inherit' 'light_extinguishable_moving' to entity. " "model_lit" "torchflame_sparks_1.prt" "model_extinguished" "volta_smoke_torchout.prt" "snd_lit" "element_fire_torch" "snd_extinguished" "machine_steam01" "falloff" "0" "texture" "lights/biground_torchflicker" "_color" "0.9 0.6 0.40" "light_radius" "210 210 210" //larger than other similar flames to be consistent with older maps } light_fireflames_2 { "inherit" "light_extinguishable_moving" "mins" "-9 -18 0" "maxs" "9 18 32" "editor_usage" "Extinguishable fire flames for use in a large fireplace. Rectangular shape to fit fireplace logs." "editor_displayFolder" "Lights/Light Sources/Fireplace Flames" "model_lit" "furnace_flame_1.prt" "model_extinguished" "volta_smoke_torchout.prt" "snd_lit" "element_fire_bonfire" "snd_extinguished" "machine_steam01" "falloff" "0" "texture" "lights/fire_fireplace" "_color" "0.90 0.56 0.27" "light_center" "0 0 4" //to keep light from being buried in the logs "light_radius" "260 260 220" }