Half-Life 2

Half-Life 2

INTERLOPER D - KULCS
Ukerat 21. feb. kl. 8:14
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?
< >
Viser 1-11 af 11 kommentarer
Jed 21. feb. kl. 8:22 
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. kl. 8:24 
Oprindeligt skrevet af 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. kl. 8:44 
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. kl. 9:32 
Oprindeligt skrevet af 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. kl. 9:54 
Oprindeligt skrevet af inTerPuper:
btw i got it into gmod
Very nice
Oprindeligt skrevet af Ukerat:
Oprindeligt skrevet af 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. kl. 9:59 
Oprindeligt skrevet af ΛПТΞЧКλ ΔЛЬЯНСА:
Oprindeligt skrevet af 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. kl. 10:04 
Oprindeligt skrevet af inTerPuper:
lets just say, its just a trigger.
Okay, still not sure tho :)
< >
Viser 1-11 af 11 kommentarer
Per side: 1530 50