Half-Life 2

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?
< >
Showing 1-11 of 11 comments
Jed 21 Feb @ 8:22am 
if you step into it, it plays the friend_join.wav sound, then activates sv_cheats 1 and then turns on mat_fullbright.
Ukerat 21 Feb @ 8:24am 
Originally posted by 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!
Owen 21 Feb @ 8:44am 
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++
Ukerat 21 Feb @ 9:32am 
Originally posted by 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
Ukerat 21 Feb @ 9:54am 
Originally posted by inTerPuper:
btw i got it into gmod
Very nice
Originally posted by Ukerat:
Originally posted by 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 21 Feb @ 9:59am 
Originally posted by ΛПТΞЧКλ ΔЛЬЯНСА:
Originally posted by 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.
Ukerat 21 Feb @ 10:04am 
Originally posted by inTerPuper:
lets just say, its just a trigger.
Okay, still not sure tho :)
< >
Showing 1-11 of 11 comments
Per page: 1530 50