View Single Post
Author Message
DemomanMoment
Junior Member
Join Date: Feb 2022
Old 02-22-2023 , 17:10   Minion model not showing when boss uses rage.
Reply With Quote #1

I am trying to modify the seediler code to make it spawn minions for my boss, but they seem to show up as errors, even though the model shows up just fine in the hlmv.
"rage_cloneattack"
{
"slot" "0"
"amount" "n/3 + 1"
"die on boss death" "true"

"character"
{
"name" "Dirk Worker"
"class" "sniper"
"model" "models\freak_fortress_2\dirkw\dirkworker.mdl "
"health_formula" "(((76.08+n)*(n-1)^1.00341)+204.6)/2.8"
"ragedamage" "-1"
"sound_block_vo" "1"

"description_en" "WORK FOR DIRK, HUNT THEM ALL!"

"tf_weapon_club"
{
"index" "1013"
"rank" "12"
"quality" "7"
"override" "true"
"show" "false"
"preserve" "true"
"attributes" "2 ; 3.0 ; 28 ; 0.1 ; 68 ; -1 ; 252 ; 0.5 ; 275 ; 1 ; 400 ; 1"
}

"catch_phrase"
{
"1" "freak_fortress_2\dirkboss\dirkwin.mp3"
}
}
}
DemomanMoment is offline