Half-Life 2
INTERLOPER D - KULCS
Unknown trigger?
In the spawn area there is a trigger called "KEYSTART". To see it you need to use "showtriggers_toggle" command. When you touch it, it plays a sound. Anyone knows if this activates something?
< >
กำลังแสดง 1-11 จาก 11 ความเห็น
if you step into it, it plays the friend_join.wav sound, then activates sv_cheats 1 and then turns on mat_fullbright.
โพสต์ดั้งเดิมโดย Jed:
if you step into it, it plays the friend_join.wav sound, then activates sv_cheats 1 and then turns on mat_fullbright.
Thanks!
Got more info. Opened the map in hammer and this trigger is actually called SPECIALBOX. Its just a gray cube and is only visible to point entities.
"model" "*1"
"targetname" "KEYSTART"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-470 1280 -547.08"
"classname" "trigger_once"
"hammerid" "18053"
"OnStartTouch" "KEYSTART,Disable,,1,-1"
"OnStartTouch" "SPECIALBOX,Command,play Friends/friend_join.wav,0,-1"
"OnStartTouch" "SPECIALBOX,Command,sv_cheats 1,0,-1"
"OnStartTouch" "SPECIALBOX,Command,mat_fullbright 1,0.2,-1"
}
{
"origin" "-512 1280 -504"
"targetname" "SPECIALBOX"
"classname" "point_servercommand"
"hammerid" "18095"
i found this in Notepad++
โพสต์ดั้งเดิมโดย inTerPuper:
"model" "*1"
"targetname" "KEYSTART"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-470 1280 -547.08"
"classname" "trigger_once"
"hammerid" "18053"
"OnStartTouch" "KEYSTART,Disable,,1,-1"
"OnStartTouch" "SPECIALBOX,Command,play Friends/friend_join.wav,0,-1"
"OnStartTouch" "SPECIALBOX,Command,sv_cheats 1,0,-1"
"OnStartTouch" "SPECIALBOX,Command,mat_fullbright 1,0.2,-1"
}
{
"origin" "-512 1280 -504"
"targetname" "SPECIALBOX"
"classname" "point_servercommand"
"hammerid" "18095"
i found this in Notepad++
One guy already told us about the name and the use of this trigger, try searching for "SPECIALBOX" thing because it is not clear what is it
btw i got it into gmod
โพสต์ดั้งเดิมโดย inTerPuper:
btw i got it into gmod
Very nice
โพสต์ดั้งเดิมโดย Ukerat:
โพสต์ดั้งเดิมโดย inTerPuper:
"model" "*1"
"targetname" "KEYSTART"
"StartDisabled" "0"
"spawnflags" "1"
"origin" "-470 1280 -547.08"
"classname" "trigger_once"
"hammerid" "18053"
"OnStartTouch" "KEYSTART,Disable,,1,-1"
"OnStartTouch" "SPECIALBOX,Command,play Friends/friend_join.wav,0,-1"
"OnStartTouch" "SPECIALBOX,Command,sv_cheats 1,0,-1"
"OnStartTouch" "SPECIALBOX,Command,mat_fullbright 1,0.2,-1"
}
{
"origin" "-512 1280 -504"
"targetname" "SPECIALBOX"
"classname" "point_servercommand"
"hammerid" "18095"
i found this in Notepad++
One guy already told us about the name and the use of this trigger, try searching for "SPECIALBOX" thing because it is not clear what is it
SPECIALBOX is the name for the point_servercommand entity that plays Friends/friend_join.wav and runs sv_cheats 1 and mat_fullbright 1
โพสต์ดั้งเดิมโดย ΛПТΞЧКλ ΔЛЬЯНСА:
โพสต์ดั้งเดิมโดย Ukerat:
One guy already told us about the name and the use of this trigger, try searching for "SPECIALBOX" thing because it is not clear what is it
SPECIALBOX is the name for the point_servercommand entity that plays Friends/friend_join.wav and runs sv_cheats 1 and mat_fullbright 1
Got it, thanks.
lets just say, its just a trigger.
โพสต์ดั้งเดิมโดย inTerPuper:
lets just say, its just a trigger.
Okay, still not sure tho :)
< >
กำลังแสดง 1-11 จาก 11 ความเห็น
ต่อหน้า: 1530 50