Gece Görü?ü
1 sayfadaki 1 sayfası
Gece Görü?ü
--------------------------------------------------------------------------------------------------------
;Artificial Intelligence Script
; by xplosys
desc = Simple Night Vision
; LICENSE
; Feel free to use, pass along, alter this script in
; any way you please. If you figure out a better way
; to accomplish this or specifically learn a way to
; effectively use the same key for the ON and OFF key
; please pass it on to myself and everyone else.
;
; USAGE
; Place a light anywhere in your leve and change it
; to dynamic (static=No). Name it night_Vision or
; another name to make it different from other lights
; in your level and assign this script as it's Main
; AI script. This script uses the "n" key to turn on
; night vision and the "," key to turn it off.
;
; You can use any keys you like by changing the value
; of "scancodekeypressed" in the script to match the
; value of any key. You can change the lighting by
; changing the values of ambience and ambiencegreen.
;
; SETUP
; Tr3dgs.This script assumes that your ambience levels are
; set at zero in your level. If not, you should
; change the values for ambience in the "state=2"
; line to match the values of your level, so when the
; goggles are turned off, the lighting returns to the
; default value of your level.
;Header
;Triggers
:state=0:state=1
:state=1,scancodekeypressed=49:ambience=50,ambienc egreen=180,state=2
:state=2,scancodekeypressed=51:ambience=0,ambience green=0,state=0
;End of Script
;Artificial Intelligence Script
; by xplosys
desc = Simple Night Vision
; LICENSE
; Feel free to use, pass along, alter this script in
; any way you please. If you figure out a better way
; to accomplish this or specifically learn a way to
; effectively use the same key for the ON and OFF key
; please pass it on to myself and everyone else.
;
; USAGE
; Place a light anywhere in your leve and change it
; to dynamic (static=No). Name it night_Vision or
; another name to make it different from other lights
; in your level and assign this script as it's Main
; AI script. This script uses the "n" key to turn on
; night vision and the "," key to turn it off.
;
; You can use any keys you like by changing the value
; of "scancodekeypressed" in the script to match the
; value of any key. You can change the lighting by
; changing the values of ambience and ambiencegreen.
;
; SETUP
; Tr3dgs.This script assumes that your ambience levels are
; set at zero in your level. If not, you should
; change the values for ambience in the "state=2"
; line to match the values of your level, so when the
; goggles are turned off, the lighting returns to the
; default value of your level.
;Header
;Triggers
:state=0:state=1
:state=1,scancodekeypressed=49:ambience=50,ambienc egreen=180,state=2
:state=2,scancodekeypressed=51:ambience=0,ambience green=0,state=0
;End of Script
1 sayfadaki 1 sayfası
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz