]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
document the new fields
authorRudolf Polzer <divverent@alientrap.org>
Sat, 25 Sep 2010 19:58:46 +0000 (21:58 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 25 Sep 2010 19:58:46 +0000 (21:58 +0200)
scripts/entities.def

index ffc75b2bf2695e178ba6852f8c89fa515bafb5ca..f14953985629b7c137766871669567e4ca73e650 100644 (file)
@@ -1780,6 +1780,8 @@ target3: is triggered when a player LEAVES the warpzone (from the other warp zon
 target4: is triggered in both cases
 targetname: must be pointed to by another trigger_warpzone. Should be pointed to by a misc_warpzone_position entity, or...
 killtarget: should point to a target_position entity, or
+warpzone_fadestart: start distance of fading out the warpzone
+warpzone_fadeend: end distance of fading out the warpzone (if viewer is further, warpzone is not rendered at all)
 */
 
 /*QUAKED trigger_warpzone_reconnect (1 .5 1) (-8 -8 -8) (8 8 8)
@@ -1803,6 +1805,8 @@ One surface of this entity must have the common/camera shader, the others should
 Must target a target_position that indicates the view to be shown (and whose angles also indicate the orientation of the view)
 -------- KEYS --------
 target: must point to a target_position
+warpzone_fadestart: start distance of fading out the warpzone
+warpzone_fadeend: end distance of fading out the warpzone (if viewer is further, warpzone is not rendered at all)
 */
 
 /*QUAKED target_music (1 0 0) (-8 -8 -8) (8 8 8)