stripper-configs/maps/ze_nostromo_v1_0f.cfg

55 lines
868 B
INI
Executable File

;; _
;; delay afk teleport
modify:
{
match:
{
"classname" "func_button"
"OnPressed" "tele_spawn_01,AddOutput,target ztele_a_to_b_dest,20,1"
"OnPressed" "tele_spawn_02,AddOutput,target ztele_a_to_b_dest,20,1"
}
delete:
{
"OnPressed" "tele_spawn_01,AddOutput,target ztele_a_to_b_dest,20,1"
"OnPressed" "tele_spawn_02,AddOutput,target ztele_a_to_b_dest,20,1"
}
insert:
{
"OnPressed" "tele_spawn_01,AddOutput,target ztele_a_to_b_dest,40,1"
"OnPressed" "tele_spawn_02,AddOutput,target ztele_a_to_b_dest,40,1"
}
}
;; fix buttons
modify:
{
match:
{
"targetname" "/btn_holdoff2-[1-2]/"
"classname" "func_button"
}
replace:
{
"wait" "-1"
}
}
;; music volume
modify:
{
match:
{
"message" "nostromo/nostromo_music_deckb_02.mp3"
"classname" "ambient_generic"
}
replace:
{
"message" "#nostromo/nostromo_music_deckb_02.mp3"
}
}