41 lines
618 B
INI
Executable File
41 lines
618 B
INI
Executable File
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "func_breakable"
|
|
"targetname" "part5_boss_breakable"
|
|
}
|
|
insert:
|
|
{
|
|
"OnBreak" "cmd,Command,say It's here! Jump! It goes away in 3...,8.50,-1"
|
|
"OnBreak" "cmd,Command,say 2,9.50,-1"
|
|
"OnBreak" "cmd,Command,say 1,10.50,-1"
|
|
}
|
|
}
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "env_spritetrail"
|
|
"spritename" "materials/beam_colorless.vmt"
|
|
}
|
|
replace:
|
|
{
|
|
"spritename" "sprites/laserbeam.vmt"
|
|
"endwidth" "2500.0"
|
|
}
|
|
}
|
|
|
|
modify:
|
|
{
|
|
match:
|
|
{
|
|
"classname" "logic_auto"
|
|
}
|
|
insert:
|
|
{
|
|
"OnMapSpawn" "part3_teleport_end_glow,Color,0 0 0,0.5,-1"
|
|
}
|
|
}
|