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?
< >
11 yorumdan 1 ile 11 arası gösteriliyor
if you step into it, it plays the friend_join.wav sound, then activates sv_cheats 1 and then turns on mat_fullbright.
İlk olarak Jed tarafından gönderildi:
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++
İlk olarak inTerPuper tarafından gönderildi:
"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
İlk olarak inTerPuper tarafından gönderildi:
btw i got it into gmod
Very nice
İlk olarak Ukerat tarafından gönderildi:
İlk olarak inTerPuper tarafından gönderildi:
"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
İlk olarak ΛПТΞЧКλ ΔЛЬЯНСА tarafından gönderildi:
İlk olarak Ukerat tarafından gönderildi:
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.
İlk olarak inTerPuper tarafından gönderildi:
lets just say, its just a trigger.
Okay, still not sure tho :)
< >
11 yorumdan 1 ile 11 arası gösteriliyor
Sayfa başına: 1530 50