default.cfg: Ensure to execute skill_valve.cfg and skill_gearbox.cfg

This commit is contained in:
Marco Cawthorne 2023-11-17 19:45:20 -08:00
parent 9d18bb1d9f
commit 2c7481c95c
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
3 changed files with 26 additions and 0 deletions

View File

@ -5,4 +5,15 @@ entityDef monster_human_medic_ally
"model" "models/hgrunt_medic.mdl"
"health" "skill:medic_ally_health"
events {
// Gun Away
15 "SetBodyInGroup" "3 4"
// Needle Out
16 "SetBodyInGroup" "3 3"
// Needle Away
17 "SetBodyInGroup" "3 0"
// Gun Out
18 "SetBodyInGroup" "3 1"
}
}

View File

@ -5,5 +5,17 @@ entityDef monster_human_torch_ally
"model" "models/hgrunt_torch.mdl"
"health" "skill:torch_ally_health"
events {
// Show Gun
17 "SetBodyInGroup" "2 1"
// Spark effect
18 "TorchSpark" ""
// Hide Gun
19 "SetBodyInGroup" "2 3"
// Show Torch
20 "SetBodyInGroup" "2 2"
// Hide Torch ?
21 "SetBodyInGroup" "2 1"
}
}

3
zpak001.pk3dir/default.cfg Executable file → Normal file
View File

@ -57,3 +57,6 @@ alias mp_fraglimit fraglimit
seta gl_overbright 0
seta gl_ldr 1
seta r_lightmap_format rgb8
exec skill_valve.cfg
exec skill_gearbox.cfg