Files
Quake_4_Alpha/q4xbase/def/ai/char_q4x_marine_fatigues.def
T
2026-08-06 14:45:27 -07:00

32 lines
1.1 KiB
Modula-2

/*
===============================================================================
Marine Fatigues (char_marine_fatigues)
===============================================================================
*/
export char_marine_fatigues
{
options -scale .3937 -prefix PLAYER_ -align ALL -keep SPINNER body shoulders neckcontrol legs_channel head_channel -parent hips body -parent waist SPINNER -parent SPINNER body -sourcedir wmodels/characters/marine_fatigues/mocap_animations -destdir models/characters/marine_fatigues_mocap
addoptions -skipmesh dummy_head_mesh
anim mcc_console_reaction1.ma -dest mcc_console_reaction1
anim mcc_console_reaction2.ma -dest mcc_console_reaction2
}
model model_char_q4x_marine_fatigues
{
inherit model_char_marine_fatigues
anim mcc_console_reaction1 models/characters/marine_fatigues_mocap/mcc_console_reaction1.md5anim
anim mcc_console_reaction2 models/characters/marine_fatigues_mocap/mcc_console_reaction2.md5anim
}
entityDef char_q4x_marine_fatigues
{
"inherit" "char_marine_fatigues"
"model" "model_char_q4x_marine_fatigues"
}