Half-Life 2

Half-Life 2

INTERLOPER D - KULCS
Ukerat 2025년 2월 21일 오전 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?
< >
전체 댓글 11개 중 1~11개 표시 중
Jed 2025년 2월 21일 오전 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 2025년 2월 21일 오전 8시 24분 
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 2025년 2월 21일 오전 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.
76561199244841043 2025년 2월 21일 오전 9시 29분 
"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 2025년 2월 21일 오전 9시 32분 
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
76561199244841043 2025년 2월 21일 오전 9시 51분 
btw i got it into gmod
Ukerat 2025년 2월 21일 오전 9시 54분 
inTerPuper 님이 먼저 게시:
btw i got it into gmod
Very nice
ΛПТΞЧКλ ΔЛЬЯНСА 2025년 2월 21일 오전 9시 58분 
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 2025년 2월 21일 오전 9시 59분 
ΛПТΞЧКλ ΔЛЬЯНСА 님이 먼저 게시:
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.
76561199244841043 2025년 2월 21일 오전 10시 02분 
lets just say, its just a trigger.
Ukerat 2025년 2월 21일 오전 10시 04분 
inTerPuper 님이 먼저 게시:
lets just say, its just a trigger.
Okay, still not sure tho :)
< >
전체 댓글 11개 중 1~11개 표시 중
페이지당 표시 개수: 1530 50