Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "light fluorospark"

From Quake Wiki

(Created page with " Fluorescent Light (makes sparking sound): { "classname" "light_fluorospark" "origin" "X Y Z" // Tells where the light is "light" "#" // Tells how brigh...")
 
(No difference)

Latest revision as of 10:50, 5 October 2016

Fluorescent Light (makes sparking sound): {

   "classname" "light_fluorospark"
   "origin" "X Y Z"    // Tells where the light is
   "light" "#"         // Tells how bright the light is (optional - default 200)
   "style" "#"         // How the light appears
   "spawnflags" "#"    // State light starts in
   "targetname" "#"    // Target id of the light

}

Source: http://www.gamers.org/dEngine/quake/QDP/qmapspec.html#2.3.1