Percilius

Totally Ordinary Human
Contributor
FF2 Balancer
I'm making this thread because there are still a few more bosses that are still very OP.

Spyro:
One hit from his knife deals 300+ damage, that can insta kill a heavy. So I suggest reduce his damage down to 200.

Radigan Connagher:
The boss is perfectly fine except for his rage which stuns people and gives him a minigun.
He gets rage way too fast so i suggest that you should decrease his rage build.
Also if you can decrease the damage his minigun does per shot that would be nice. He can instakill a scout with one bullet at point blank range.

Darth Vader:
The nerf to his chain lightning was great but his detonator is still too op and my friend Chairius noted that the detonator has 400%. This should be decreased to about 200%
Edit: I meant 400% blast radius.

That's about it I guess.

Thanks
Devil
 
Last edited:
  • Like
Reactions: Gameboy.exe

Bottiger

Administrator
Spyro knife damage was decreased by 33%. Radigan rage meter increased from 2.1k to 3k. His brass beast is supposed to do more damage at close range.

I can't find any settings to change dark vader's blast radius. Here's the config.

Code:
"character"
{
    //Required keys
    "name"                    "Dark Vader"               
    "class"                    "7"                               
    "model"                    "models\freak_fortress_2\dark_vader\dark_vader.mdl"   
    "ragedist"                "800.0"                           
    
    "description_en"         "The best Boss ever - truely!"       
    
    //Optional keys (with default values)
    "health_formula"        "(((700+n)*n)^1.03)/3"               
    "lives"                    "3"                               
    "maxspeed"                "340"                           
    "sound_block_vo"        "1"                               
    "companion"                ""                               
    "ragedamage"            "2500"                           
    "blocked"                "0"                               
    
    
    
    "weapon1"                                                //Plz try to put MAIN weapon as 1st
    {
        //required
        "name" "tf_weapon_bat"
        "index" "30667"
//        "name"                "tf_weapon_shovel"                //Classname of boss' weapon
//        "index"                "264"                            //Index of boss' weapon. You can take both in "team fortress 2 content.gcf\tf\scripts\items\items_game.txt"
        "show" "0"                                            //Weapon with index<=30 is VISIBLE. Over 30 is not.
        //optional
        "attributes"        "215 ; 150 ; 216 ; 150 ; 208 ; 1 ; 5 ; 1.72"                                //Additional attributes of boss' melee weapon like "attribute1 ; value1 ; attribute2 ; value2" . For example, "40 ; 1" is hidden "no crit" attribute.
    }
    
    "ability1"
    {
        "name" "charge_weightdown"
        "arg0"    "3"
        "plugin_name"    "default_abilities"
    }
    "ability2"
    {
        "name" "charge_bravejump"
        "arg0"    "1"
        "arg1"    "1"
        "arg2"    "3.5"
        "plugin_name"    "default_abilities"
    }
    "ability3"
    {
        "name" "rage_stun"
        "arg1"    "4.0"
        "plugin_name"    "default_abilities"
    }
    "ability4"
    {
        "name" "rage_stunsg"
        "arg1"    "4.0"
        "plugin_name"    "default_abilities"
    }
    "ability5"
    {
        "name" "rage_uber"
M
        "arg1"    "4.0"
        "plugin_name"    "default_abilities"
    }
    "ability6"
    {
        "name" "chainlightning_config"
        "arg1"        "2"    // ActivationKey     (1 = LeftClick. 2 = RightClick. 3 = ReloadButton.)
        "arg2"        "1"    // No. of Skills     (No. of skill to be given per rage. Will reset to this amount on every rage.)
        "arg3"        "3000.0"    // UNKNOWN Distance    (No. of max UNKNOWN distance that either the hale can cast or the lightning can be bounce.)       
        "arg4"        "30" // No. of damage that will be dealt on players. Damage is UNSTABLE, if you set 100, it could damage user around 50~150 and sometimes instant-kill. LOL!)
        "plugin_name"    "ff2_otokiru_wc3"
    } 
    "ability7"
    {
        "name"         "chainlightning_activator"
        "arg0"    "3"    // Do not Change! (Activate when button is pressed.)
        "buttonmode" "2" // Do not Change! (Custom button is being used.)
        "plugin_name"    "ff2_otokiru_wc3"
    }
    "ability8"
    {
        "name" "rage_pyrogas"
        "arg1"        "0"    // Sound     (0 = No sound when hale rage. 1 = Play sound when hale rage.)
        "arg2"        "2"    // Ammo        (No. of ammo to be given per rage. Will reset to this amount on every rage.)
        "plugin_name"    "ff2_otokiru"
    }
    "ability9"
    {
        "name" "rage_abstractspy"
        "arg0"      "-1"
        "arg1"        "100.0"    // Duration    (No. of seconds the hale will disguise as the opponent team.)
        "plugin_name"    "ff2_otokiru"
    }
    "ability10"
    {
        "name" "rage_overlay"
        "arg0"  "-1"
        "arg1"    "freak_fortress_2\dark_vader\princess"
        "arg2"    "1.0"
        "plugin_name"    "rage_overlay"
    }
    "sound_precache"
    {
        "1"    "freak_fortress_2\dark_vader\starwarsbgm1.mp3"
        "2"    "freak_fortress_2\dark_vader\starwarsbgm2.mp3"
    }
    "sound_bgm"
    {
        "path1"    "freak_fortress_2\dark_vader\starwarsbgm1.mp3"
        "time1"    "220"
        "path2"    "freak_fortress_2\dark_vader\starwarsbgm2.mp3"
        "time2"    "305"
    }
    
    "sound_begin"                                                //"Let's get dangerous!" Line in mini-setup.
    {
        "1" "freak_fortress_2\dark_vader\darthvader_powerofthedarkside.mp3"
        "2" "freak_fortress_2\dark_vader\darthvader_pointless.mp3"
        "3" "freak_fortress_2\dark_vader\start.mp3"
        "3" "freak_fortress_2\dark_vader\msc1_10.mp3"
    }   
    "sound_kspree"                                                //When boss does 3 kills ten seconds flat.
    {
        "1"    "freak_fortress_2\dark_vader\darthvader_pointless.mp3"
        "2"    "freak_fortress_2\dark_vader\darthvader_powerofthedarkside.mp3"
        "3"    "freak_fortress_2\dark_vader\darthvader_dontunderestimate.mp3"
        "4" "freak_fortress_2\dark_vader\darthvader_yourfather.mp3"
    }
    "sound_win"                                                    //When boss wins
    {
        "1"    "freak_fortress_2\dark_vader\yoda_doordonot.mp3"
        "2" "freak_fortress_2\dark_vader\darthvader_yourfather.mp3"
        "3" "freak_fortress_2\dark_vader\butyouarenotajediyetbreathing.mp3"
    }
    "sound_death"                                                //When boss dies
    {
        "1" "freak_fortress_2\dark_vader\darthvader_thybidding.mp3"
        "2" "freak_fortress_2\dark_vader\darthvader_yesmaster.mp3"
        "3" "freak_fortress_2\dark_vader\darthvader_impressive.mp3"
        "4"    "freak_fortress_2\dark_vader\death1.mp3"
        "5"    "freak_fortress_2\dark_vader\death2.mp3"
    }
    "sound_lastman"
    {
        "1"     "freak_fortress_2/dark_vader/joinmeandtogetherwecanrulethegalaxyasfatherandson.mp3"
        "2"     "freak_fortress_2\dark_vader\dark_vader_lastman2.mp3"
        "3"     "freak_fortress_2\dark_vader\dark_vader_lastman3.mp3"
    }
    "sound_kill_buildable"
    {
        "1"    "freak_fortress_2\dark_vader\darthvader_technological.mp3"
    }
    "sound_kill_engineer"
    {
        "1"    "freak_fortress_2\dark_vader\darthvader_failedme.mp3"
    }
    "sound_hit"                                                    //When boss kill someone
    {
        "1"    "freak_fortress_2\dark_vader\saber1_07.mp3"
        "2"    "freak_fortress_2\dark_vader\saber1_08.mp3"
        "3"    "freak_fortress_2\dark_vader\saber1_09.mp3"
        "4"    "freak_fortress_2\dark_vader\saber1_10.mp3"
        "5"    "freak_fortress_2\dark_vader\saber1_11.mp3"
    }
    "sound_kill_scout"
    {
        "1"     "freak_fortress_2\dark_vader\yes.mp3"
        "2"     "freak_fortress_2\dark_vader\dark_vader_kill_scout2.mp3"
    }
    "sound_stabbed"
    {
        "1"     "freak_fortress_2\dark_vader\onebreath.mp3"
        "2"     "freak_fortress_2\dark_vader\leia_what.mp3"
        "3"     "freak_fortress_2\dark_vader\yes.mp3"
    }
    "sound_kill_pyro"
    {
        "1"     "freak_fortress_2\dark_vader\nodisentigation.mp3"
    }
    "sound_kill_demoman"
    {
        "1"     "freak_fortress_2\dark_vader\thatiscorrect.mp3"
    }
    "sound_kill_heavy"
    {
        "1"     "freak_fortress_2/dark_vader/perhapsyouthinkyouarebeingtreatedunfairly.mp3"
    }
    "sound_kill_soldier"
    {
        "1"     "freak_fortress_2\dark_vader\thatsit.mp3"
    }
    "sound_kill_medic"
    {
        "1"     "freak_fortress_2/dark_vader/partoftherebelallianceandatraitor.mp3"
    }
    "sound_kill_sniper"
    {
        "1"     "freak_fortress_2\dark_vader\dark_vader_kill_sniper1.mp3"
    }
    "sound_kill_spy"
    {
        "1"     "freak_fortress_2\dark_vader\iamyourfather.mp3"
    }
    "sound_ability"                                                //When boss uses ability
    {
        "1"     "freak_fortress_2\dark_vader\lightsaber_04.mp3"                            //This is number of line
        "slot1"    "1"                                                //This is number of ability slot for this line (for example, 0 is rage and it's defalut value)
        "2"  "freak_fortress_2\dark_vader\jabba_laugh.mp3"
        "slot2"    "1"
        "3"  "freak_fortress_2\dark_vader\saber1_01.mp3"
        "slot3"    "1"
        "4"  "freak_fortress_2\dark_vader\saber1_02.mp3"
        "slot4"    "1"
        "5"  "freak_fortress_2\dark_vader\darthvader_powerofthedarkside.mp3"
        "slot5"    "0"
        "6"  "freak_fortress_2\dark_vader\darthvader_pointless.mp3"
        "slot6"    "0"
        
    }   
    "catch_phrase"                                                //All default character's (like Engineer for Vagineer) lines replaced with THIS line. Set "sound_block_vo" to "0" if you need it
    {
        "1" "freak_fortress_2\dark_vader\darthvader_pointless.mp3"
    }
    "mod_download"                                                //Downloads: ".mdl", ".dx80.vtx", ".dx90.vtx", ".sw.vtx", ".vvd"
    {
        "1"    "models\freak_fortress_2\dark_vader\dark_vader"
    }
    "mat_download"                                                //Downloads: ".vtf", ".vmt"
    {
        "1" "materials\freak_fortress_2\dark_vader\blade"
        "2" "materials\freak_fortress_2\dark_vader\cape"
        "3" "materials\freak_fortress_2\dark_vader\dbreather"       
        "4" "materials\freak_fortress_2\dark_vader\handle"
        "5" "materials\freak_fortress_2\dark_vader\headhope"       
        "6" "materials\freak_fortress_2\dark_vader\helmethope"
        "7" "materials\freak_fortress_2\dark_vader\pyro_hands_red"       
        "8" "materials\freak_fortress_2\dark_vader\pyro_red"
        "9" "materials\freak_fortress_2\dark_vader\torsovader"       
        "10" "materials\freak_fortress_2\dark_vader\vaderface"       
    }
    "download"                                                    //Downloads these files
    {
        "1"        "sound\freak_fortress_2\dark_vader\yoda_whyareyouhere.mp3"
        "2"        "sound\freak_fortress_2\dark_vader\butyouarenotajediyetbreathing.mp3"
        "3"        "sound\freak_fortress_2\dark_vader\darthvader_dontunderestimate.mp3"
        "4"        "sound\freak_fortress_2\dark_vader\darthvader_failedme.mp3"
        "5"        "sound\freak_fortress_2\dark_vader\darthvader_giveyourself.mp3"
        "6"        "sound\freak_fortress_2\dark_vader\darthvader_pointless.mp3"
        "7"        "sound\freak_fortress_2\dark_vader\darthvader_powerofthedarkside.mp3"
        "8"        "sound\freak_fortress_2\dark_vader\darthvader_taughtyouwell.mp3"
        "9"        "sound\freak_fortress_2\dark_vader\darthvader_technological.mp3"
        "10"    "sound\freak_fortress_2\dark_vader\darthvader_thybidding.mp3"
        "11"    "sound\freak_fortress_2\dark_vader\darthvader_yesmaster.mp3"
        "12"    "sound\freak_fortress_2\dark_vader\darthvader_yourfather.mp3"
        "13"    "sound\freak_fortress_2\dark_vader\death1.mp3"
        "14"    "sound\freak_fortress_2\dark_vader\death2.mp3"
        "15"    "sound\freak_fortress_2\dark_vader\good.mp3"
        "16"    "sound\freak_fortress_2\dark_vader\iamyourfather.mp3"
        "17"    "sound\freak_fortress_2\dark_vader\itisyourdestiny.mp3"
        "18"    "sound\freak_fortress_2\dark_vader\jabba_laugh.mp3"
        "19"    "sound\freak_fortress_2\dark_vader\joinmeandtogetherwecanrulethegalaxyasfatherandson.mp3"
        "20"    "sound\freak_fortress_2\dark_vader\leia_what.mp3"
        "21"    "sound\freak_fortress_2\dark_vader\lightsaber_01.mp3"
        "22"    "sound\freak_fortress_2\dark_vader\lightsaber_03.mp3"
        "23"    "sound\freak_fortress_2\dark_vader\lightsaber_04.mp3"
        "24"    "sound\freak_fortress_2\dark_vader\msc1_10.mp3"
        "25"    "sound\freak_fortress_2\dark_vader\partoftherebelallianceandatraitor.mp3"
        "26"    "sound\freak_fortress_2\dark_vader\saber1_01.mp3"
        "27"    "sound\freak_fortress_2\dark_vader\saber1_02.mp3"
        "28"    "sound\freak_fortress_2\dark_vader\saber1_07.mp3"
        "29"    "sound\freak_fortress_2\dark_vader\saber1_08.mp3"
        "30"    "sound\freak_fortress_2\dark_vader\saber1_09.mp3"
        "31"    "sound\freak_fortress_2\dark_vader\saber1_10.mp3"
        "32"    "sound\freak_fortress_2\dark_vader\saber1_11.mp3"
        "33"    "sound\freak_fortress_2\dark_vader\starwarsbgm1.mp3"
        "34"    "sound\freak_fortress_2\dark_vader\starwarsbgm2.mp3"
        "35"    "sound\freak_fortress_2\dark_vader\thatiscorrect.mp3"
        "36"    "sound\freak_fortress_2\dark_vader\thatsit.mp3"
        "37"    "sound\freak_fortress_2\dark_vader\yes.mp3"
        "38"    "sound\freak_fortress_2\dark_vader\yoda_doordonot.mp3"
        "39"    "sound\freak_fortress_2\dark_vader\start.mp3"       
        "40"     "materials\freak_fortress_2\dark_vader\pyro_normal.vtf"       
        "41"    "models\freak_fortress_2\dark_vader\dark_vader.phy"
    }
}
 
  • Like
Reactions: Percilius

chairius✿

Wicked Nasty Engineer
FF2 Balancer
Spyro knife damage was decreased by 33%. Radigan rage meter increased from 2.1k to 3k. His brass beast is supposed to do more damage at close range.

I can't find any settings to change dark vader's blast radius. Here's the config.

Code:
"character"
{
    //Required keys
    "name"                    "Dark Vader"              
    "class"                    "7"                              
    "model"                    "models\freak_fortress_2\dark_vader\dark_vader.mdl"  
    "ragedist"                "800.0"                          
   
    "description_en"         "The best Boss ever - truely!"      
   
    //Optional keys (with default values)
    "health_formula"        "(((700+n)*n)^1.03)/3"              
    "lives"                    "3"                              
    "maxspeed"                "340"                          
    "sound_block_vo"        "1"                              
    "companion"                ""                              
    "ragedamage"            "2500"                          
    "blocked"                "0"                              
   
   
   
    "weapon1"                                                //Plz try to put MAIN weapon as 1st
    {
        //required
        "name" "tf_weapon_bat"
        "index" "30667"
//        "name"                "tf_weapon_shovel"                //Classname of boss' weapon
//        "index"                "264"                            //Index of boss' weapon. You can take both in "team fortress 2 content.gcf\tf\scripts\items\items_game.txt"
        "show" "0"                                            //Weapon with index<=30 is VISIBLE. Over 30 is not.
        //optional
        "attributes"        "215 ; 150 ; 216 ; 150 ; 208 ; 1 ; 5 ; 1.72"                                //Additional attributes of boss' melee weapon like "attribute1 ; value1 ; attribute2 ; value2" . For example, "40 ; 1" is hidden "no crit" attribute.
    }
   
    "ability1"
    {
        "name" "charge_weightdown"
        "arg0"    "3"
        "plugin_name"    "default_abilities"
    }
    "ability2"
    {
        "name" "charge_bravejump"
        "arg0"    "1"
        "arg1"    "1"
        "arg2"    "3.5"
        "plugin_name"    "default_abilities"
    }
    "ability3"
    {
        "name" "rage_stun"
        "arg1"    "4.0"
        "plugin_name"    "default_abilities"
    }
    "ability4"
    {
        "name" "rage_stunsg"
        "arg1"    "4.0"
        "plugin_name"    "default_abilities"
    }
    "ability5"
    {
        "name" "rage_uber"
M
        "arg1"    "4.0"
        "plugin_name"    "default_abilities"
    }
    "ability6"
    {
        "name" "chainlightning_config"
        "arg1"        "2"    // ActivationKey     (1 = LeftClick. 2 = RightClick. 3 = ReloadButton.)
        "arg2"        "1"    // No. of Skills     (No. of skill to be given per rage. Will reset to this amount on every rage.)
        "arg3"        "3000.0"    // UNKNOWN Distance    (No. of max UNKNOWN distance that either the hale can cast or the lightning can be bounce.)      
        "arg4"        "30" // No. of damage that will be dealt on players. Damage is UNSTABLE, if you set 100, it could damage user around 50~150 and sometimes instant-kill. LOL!)
        "plugin_name"    "ff2_otokiru_wc3"
    }
    "ability7"
    {
        "name"         "chainlightning_activator"
        "arg0"    "3"    // Do not Change! (Activate when button is pressed.)
        "buttonmode" "2" // Do not Change! (Custom button is being used.)
        "plugin_name"    "ff2_otokiru_wc3"
    }
    "ability8"
    {
        "name" "rage_pyrogas"
        "arg1"        "0"    // Sound     (0 = No sound when hale rage. 1 = Play sound when hale rage.)
        "arg2"        "2"    // Ammo        (No. of ammo to be given per rage. Will reset to this amount on every rage.)
        "plugin_name"    "ff2_otokiru"
    }
    "ability9"
    {
        "name" "rage_abstractspy"
        "arg0"      "-1"
        "arg1"        "100.0"    // Duration    (No. of seconds the hale will disguise as the opponent team.)
        "plugin_name"    "ff2_otokiru"
    }
    "ability10"
    {
        "name" "rage_overlay"
        "arg0"  "-1"
        "arg1"    "freak_fortress_2\dark_vader\princess"
        "arg2"    "1.0"
        "plugin_name"    "rage_overlay"
    }
    "sound_precache"
    {
        "1"    "freak_fortress_2\dark_vader\starwarsbgm1.mp3"
        "2"    "freak_fortress_2\dark_vader\starwarsbgm2.mp3"
    }
    "sound_bgm"
    {
        "path1"    "freak_fortress_2\dark_vader\starwarsbgm1.mp3"
        "time1"    "220"
        "path2"    "freak_fortress_2\dark_vader\starwarsbgm2.mp3"
        "time2"    "305"
    }
   
    "sound_begin"                                                //"Let's get dangerous!" Line in mini-setup.
    {
        "1" "freak_fortress_2\dark_vader\darthvader_powerofthedarkside.mp3"
        "2" "freak_fortress_2\dark_vader\darthvader_pointless.mp3"
        "3" "freak_fortress_2\dark_vader\start.mp3"
        "3" "freak_fortress_2\dark_vader\msc1_10.mp3"
    }  
    "sound_kspree"                                                //When boss does 3 kills ten seconds flat.
    {
        "1"    "freak_fortress_2\dark_vader\darthvader_pointless.mp3"
        "2"    "freak_fortress_2\dark_vader\darthvader_powerofthedarkside.mp3"
        "3"    "freak_fortress_2\dark_vader\darthvader_dontunderestimate.mp3"
        "4" "freak_fortress_2\dark_vader\darthvader_yourfather.mp3"
    }
    "sound_win"                                                    //When boss wins
    {
        "1"    "freak_fortress_2\dark_vader\yoda_doordonot.mp3"
        "2" "freak_fortress_2\dark_vader\darthvader_yourfather.mp3"
        "3" "freak_fortress_2\dark_vader\butyouarenotajediyetbreathing.mp3"
    }
    "sound_death"                                                //When boss dies
    {
        "1" "freak_fortress_2\dark_vader\darthvader_thybidding.mp3"
        "2" "freak_fortress_2\dark_vader\darthvader_yesmaster.mp3"
        "3" "freak_fortress_2\dark_vader\darthvader_impressive.mp3"
        "4"    "freak_fortress_2\dark_vader\death1.mp3"
        "5"    "freak_fortress_2\dark_vader\death2.mp3"
    }
    "sound_lastman"
    {
        "1"     "freak_fortress_2/dark_vader/joinmeandtogetherwecanrulethegalaxyasfatherandson.mp3"
        "2"     "freak_fortress_2\dark_vader\dark_vader_lastman2.mp3"
        "3"     "freak_fortress_2\dark_vader\dark_vader_lastman3.mp3"
    }
    "sound_kill_buildable"
    {
        "1"    "freak_fortress_2\dark_vader\darthvader_technological.mp3"
    }
    "sound_kill_engineer"
    {
        "1"    "freak_fortress_2\dark_vader\darthvader_failedme.mp3"
    }
    "sound_hit"                                                    //When boss kill someone
    {
        "1"    "freak_fortress_2\dark_vader\saber1_07.mp3"
        "2"    "freak_fortress_2\dark_vader\saber1_08.mp3"
        "3"    "freak_fortress_2\dark_vader\saber1_09.mp3"
        "4"    "freak_fortress_2\dark_vader\saber1_10.mp3"
        "5"    "freak_fortress_2\dark_vader\saber1_11.mp3"
    }
    "sound_kill_scout"
    {
        "1"     "freak_fortress_2\dark_vader\yes.mp3"
        "2"     "freak_fortress_2\dark_vader\dark_vader_kill_scout2.mp3"
    }
    "sound_stabbed"
    {
        "1"     "freak_fortress_2\dark_vader\onebreath.mp3"
        "2"     "freak_fortress_2\dark_vader\leia_what.mp3"
        "3"     "freak_fortress_2\dark_vader\yes.mp3"
    }
    "sound_kill_pyro"
    {
        "1"     "freak_fortress_2\dark_vader\nodisentigation.mp3"
    }
    "sound_kill_demoman"
    {
        "1"     "freak_fortress_2\dark_vader\thatiscorrect.mp3"
    }
    "sound_kill_heavy"
    {
        "1"     "freak_fortress_2/dark_vader/perhapsyouthinkyouarebeingtreatedunfairly.mp3"
    }
    "sound_kill_soldier"
    {
        "1"     "freak_fortress_2\dark_vader\thatsit.mp3"
    }
    "sound_kill_medic"
    {
        "1"     "freak_fortress_2/dark_vader/partoftherebelallianceandatraitor.mp3"
    }
    "sound_kill_sniper"
    {
        "1"     "freak_fortress_2\dark_vader\dark_vader_kill_sniper1.mp3"
    }
    "sound_kill_spy"
    {
        "1"     "freak_fortress_2\dark_vader\iamyourfather.mp3"
    }
    "sound_ability"                                                //When boss uses ability
    {
        "1"     "freak_fortress_2\dark_vader\lightsaber_04.mp3"                            //This is number of line
        "slot1"    "1"                                                //This is number of ability slot for this line (for example, 0 is rage and it's defalut value)
        "2"  "freak_fortress_2\dark_vader\jabba_laugh.mp3"
        "slot2"    "1"
        "3"  "freak_fortress_2\dark_vader\saber1_01.mp3"
        "slot3"    "1"
        "4"  "freak_fortress_2\dark_vader\saber1_02.mp3"
        "slot4"    "1"
        "5"  "freak_fortress_2\dark_vader\darthvader_powerofthedarkside.mp3"
        "slot5"    "0"
        "6"  "freak_fortress_2\dark_vader\darthvader_pointless.mp3"
        "slot6"    "0"
       
    }  
    "catch_phrase"                                                //All default character's (like Engineer for Vagineer) lines replaced with THIS line. Set "sound_block_vo" to "0" if you need it
    {
        "1" "freak_fortress_2\dark_vader\darthvader_pointless.mp3"
    }
    "mod_download"                                                //Downloads: ".mdl", ".dx80.vtx", ".dx90.vtx", ".sw.vtx", ".vvd"
    {
        "1"    "models\freak_fortress_2\dark_vader\dark_vader"
    }
    "mat_download"                                                //Downloads: ".vtf", ".vmt"
    {
        "1" "materials\freak_fortress_2\dark_vader\blade"
        "2" "materials\freak_fortress_2\dark_vader\cape"
        "3" "materials\freak_fortress_2\dark_vader\dbreather"      
        "4" "materials\freak_fortress_2\dark_vader\handle"
        "5" "materials\freak_fortress_2\dark_vader\headhope"      
        "6" "materials\freak_fortress_2\dark_vader\helmethope"
        "7" "materials\freak_fortress_2\dark_vader\pyro_hands_red"      
        "8" "materials\freak_fortress_2\dark_vader\pyro_red"
        "9" "materials\freak_fortress_2\dark_vader\torsovader"      
        "10" "materials\freak_fortress_2\dark_vader\vaderface"      
    }
    "download"                                                    //Downloads these files
    {
        "1"        "sound\freak_fortress_2\dark_vader\yoda_whyareyouhere.mp3"
        "2"        "sound\freak_fortress_2\dark_vader\butyouarenotajediyetbreathing.mp3"
        "3"        "sound\freak_fortress_2\dark_vader\darthvader_dontunderestimate.mp3"
        "4"        "sound\freak_fortress_2\dark_vader\darthvader_failedme.mp3"
        "5"        "sound\freak_fortress_2\dark_vader\darthvader_giveyourself.mp3"
        "6"        "sound\freak_fortress_2\dark_vader\darthvader_pointless.mp3"
        "7"        "sound\freak_fortress_2\dark_vader\darthvader_powerofthedarkside.mp3"
        "8"        "sound\freak_fortress_2\dark_vader\darthvader_taughtyouwell.mp3"
        "9"        "sound\freak_fortress_2\dark_vader\darthvader_technological.mp3"
        "10"    "sound\freak_fortress_2\dark_vader\darthvader_thybidding.mp3"
        "11"    "sound\freak_fortress_2\dark_vader\darthvader_yesmaster.mp3"
        "12"    "sound\freak_fortress_2\dark_vader\darthvader_yourfather.mp3"
        "13"    "sound\freak_fortress_2\dark_vader\death1.mp3"
        "14"    "sound\freak_fortress_2\dark_vader\death2.mp3"
        "15"    "sound\freak_fortress_2\dark_vader\good.mp3"
        "16"    "sound\freak_fortress_2\dark_vader\iamyourfather.mp3"
        "17"    "sound\freak_fortress_2\dark_vader\itisyourdestiny.mp3"
        "18"    "sound\freak_fortress_2\dark_vader\jabba_laugh.mp3"
        "19"    "sound\freak_fortress_2\dark_vader\joinmeandtogetherwecanrulethegalaxyasfatherandson.mp3"
        "20"    "sound\freak_fortress_2\dark_vader\leia_what.mp3"
        "21"    "sound\freak_fortress_2\dark_vader\lightsaber_01.mp3"
        "22"    "sound\freak_fortress_2\dark_vader\lightsaber_03.mp3"
        "23"    "sound\freak_fortress_2\dark_vader\lightsaber_04.mp3"
        "24"    "sound\freak_fortress_2\dark_vader\msc1_10.mp3"
        "25"    "sound\freak_fortress_2\dark_vader\partoftherebelallianceandatraitor.mp3"
        "26"    "sound\freak_fortress_2\dark_vader\saber1_01.mp3"
        "27"    "sound\freak_fortress_2\dark_vader\saber1_02.mp3"
        "28"    "sound\freak_fortress_2\dark_vader\saber1_07.mp3"
        "29"    "sound\freak_fortress_2\dark_vader\saber1_08.mp3"
        "30"    "sound\freak_fortress_2\dark_vader\saber1_09.mp3"
        "31"    "sound\freak_fortress_2\dark_vader\saber1_10.mp3"
        "32"    "sound\freak_fortress_2\dark_vader\saber1_11.mp3"
        "33"    "sound\freak_fortress_2\dark_vader\starwarsbgm1.mp3"
        "34"    "sound\freak_fortress_2\dark_vader\starwarsbgm2.mp3"
        "35"    "sound\freak_fortress_2\dark_vader\thatiscorrect.mp3"
        "36"    "sound\freak_fortress_2\dark_vader\thatsit.mp3"
        "37"    "sound\freak_fortress_2\dark_vader\yes.mp3"
        "38"    "sound\freak_fortress_2\dark_vader\yoda_doordonot.mp3"
        "39"    "sound\freak_fortress_2\dark_vader\start.mp3"      
        "40"     "materials\freak_fortress_2\dark_vader\pyro_normal.vtf"      
        "41"    "models\freak_fortress_2\dark_vader\dark_vader.phy"
    }
}
Just reduce the ammo to 1, I can't see anything to reduce the radius.
 
  • Like
Reactions: Percilius

Meebas

Sufficiently Lethal Scout
Mapper
Just reduce the ammo to 1, I can't see anything to reduce the radius.
This, and remove his spook rage. Dark vader has an incredibly powerful melee, lightning, flare gun, AND uber. Spooking nearby players is overkill.
 

FATHER

Uncharitable Spy
Contributor
Changed the config to have reduced stun duration to 1.5 secs, no ammo for the flare gun, and no uber when raged.
Can you try using this and see if it works.
Thanks

Code:
"character"
{
    //Required keys
    "name"                    "Dark Vader"               
    "class"                    "7"                               
    "model"                    "models\freak_fortress_2\dark_vader\dark_vader.mdl"   
    "ragedist"                "800.0"                           
    
    "description_en"         "The best Boss ever - truely!"       
    
    //Optional keys (with default values)
    "health_formula"        "(((700+n)*n)^1.03)/3"               
    "lives"                    "3"                               
    "maxspeed"                "340"                           
    "sound_block_vo"        "1"                               
    "companion"                ""                               
    "ragedamage"            "2500"                           
    "blocked"                "0"                               
    
    
    
    "weapon1"                                                //Plz try to put MAIN weapon as 1st
    {
        //required
        "name" "tf_weapon_bat"
        "index" "30667"
//        "name"                "tf_weapon_shovel"                //Classname of boss' weapon
//        "index"                "264"                            //Index of boss' weapon. You can take both in "team fortress 2 content.gcf\tf\scripts\items\items_game.txt"
        "show" "0"                                            //Weapon with index<=30 is VISIBLE. Over 30 is not.
        //optional
        "attributes"        "215 ; 150 ; 216 ; 150 ; 208 ; 1 ; 5 ; 1.72"                                //Additional attributes of boss' melee weapon like "attribute1 ; value1 ; attribute2 ; value2" . For example, "40 ; 1" is hidden "no crit" attribute.
    }
    
    "ability1"
    {
        "name" "charge_weightdown"
        "arg0"    "3"
        "plugin_name"    "default_abilities"
    }
    "ability2"
    {
        "name" "charge_bravejump"
        "arg0"    "1"
        "arg1"    "1"
        "arg2"    "3.5"
        "plugin_name"    "default_abilities"
    }
    "ability3"
    {
        "name" "rage_stun"
        //lowered rage duration -FATHER
        "arg1"    "1.5"
        "plugin_name"    "default_abilities"
    }
    "ability4"
    {
        "name" "rage_stunsg"
        //lowered rage duration -FATHER
        "arg1"    "1.5"
        "plugin_name"    "default_abilities"
    }
    "ability5"
    {
        "name" "rage_uber"
        //took uber out for vader -FATHER
        "arg1"    "0.0"
        "plugin_name"    "default_abilities"
    }
    "ability6"
    {
        "name" "chainlightning_config"
        "arg1"        "2"    // ActivationKey     (1 = LeftClick. 2 = RightClick. 3 = ReloadButton.)
        "arg2"        "1"    // No. of Skills     (No. of skill to be given per rage. Will reset to this amount on every rage.)
        "arg3"        "3000.0"    // UNKNOWN Distance    (No. of max UNKNOWN distance that either the hale can cast or the lightning can be bounce.)       
        "arg4"        "30" // No. of damage that will be dealt on players. Damage is UNSTABLE, if you set 100, it could damage user around 50~150 and sometimes instant-kill. LOL!)
        "plugin_name"    "ff2_otokiru_wc3"
    }
    "ability7"
    {
        "name"         "chainlightning_activator"
        "arg0"    "3"    // Do not Change! (Activate when button is pressed.)
        "buttonmode" "2" // Do not Change! (Custom button is being used.)
        "plugin_name"    "ff2_otokiru_wc3"
    }
    "ability8"
    {
        "name" "rage_pyrogas"
        "arg1"        "0"    // Sound     (0 = No sound when hale rage. 1 = Play sound when hale rage.)
        //removed flaregun ammo -FATHER
        "arg2"        "0"    // Ammo        (No. of ammo to be given per rage. Will reset to this amount on every rage.)
        "plugin_name"    "ff2_otokiru"
    }
    "ability9"
    {
        "name" "rage_abstractspy"
        "arg0"      "-1"
        "arg1"        "100.0"    // Duration    (No. of seconds the hale will disguise as the opponent team.)
        "plugin_name"    "ff2_otokiru"
    }
    "ability10"
    {
        "name" "rage_overlay"
        "arg0"  "-1"
        "arg1"    "freak_fortress_2\dark_vader\princess"
        "arg2"    "1.0"
        "plugin_name"    "rage_overlay"
    }
    "sound_precache"
    {
        "1"    "freak_fortress_2\dark_vader\starwarsbgm1.mp3"
        "2"    "freak_fortress_2\dark_vader\starwarsbgm2.mp3"
    }
    "sound_bgm"
    {
        "path1"    "freak_fortress_2\dark_vader\starwarsbgm1.mp3"
        "time1"    "220"
        "path2"    "freak_fortress_2\dark_vader\starwarsbgm2.mp3"
        "time2"    "305"
    }
    
    "sound_begin"                                                //"Let's get dangerous!" Line in mini-setup.
    {
        "1" "freak_fortress_2\dark_vader\darthvader_powerofthedarkside.mp3"
        "2" "freak_fortress_2\dark_vader\darthvader_pointless.mp3"
        "3" "freak_fortress_2\dark_vader\start.mp3"
        "3" "freak_fortress_2\dark_vader\msc1_10.mp3"
    }   
    "sound_kspree"                                                //When boss does 3 kills ten seconds flat.
    {
        "1"    "freak_fortress_2\dark_vader\darthvader_pointless.mp3"
        "2"    "freak_fortress_2\dark_vader\darthvader_powerofthedarkside.mp3"
        "3"    "freak_fortress_2\dark_vader\darthvader_dontunderestimate.mp3"
        "4" "freak_fortress_2\dark_vader\darthvader_yourfather.mp3"
    }
    "sound_win"                                                    //When boss wins
    {
        "1"    "freak_fortress_2\dark_vader\yoda_doordonot.mp3"
        "2" "freak_fortress_2\dark_vader\darthvader_yourfather.mp3"
        "3" "freak_fortress_2\dark_vader\butyouarenotajediyetbreathing.mp3"
    }
    "sound_death"                                                //When boss dies
    {
        "1" "freak_fortress_2\dark_vader\darthvader_thybidding.mp3"
        "2" "freak_fortress_2\dark_vader\darthvader_yesmaster.mp3"
        "3" "freak_fortress_2\dark_vader\darthvader_impressive.mp3"
        "4"    "freak_fortress_2\dark_vader\death1.mp3"
        "5"    "freak_fortress_2\dark_vader\death2.mp3"
    }
    "sound_lastman"
    {
        "1"     "freak_fortress_2/dark_vader/joinmeandtogetherwecanrulethegalaxyasfatherandson.mp3"
        "2"     "freak_fortress_2\dark_vader\dark_vader_lastman2.mp3"
        "3"     "freak_fortress_2\dark_vader\dark_vader_lastman3.mp3"
    }
    "sound_kill_buildable"
    {
        "1"    "freak_fortress_2\dark_vader\darthvader_technological.mp3"
    }
    "sound_kill_engineer"
    {
        "1"    "freak_fortress_2\dark_vader\darthvader_failedme.mp3"
    }
    "sound_hit"                                                    //When boss kill someone
    {
        "1"    "freak_fortress_2\dark_vader\saber1_07.mp3"
        "2"    "freak_fortress_2\dark_vader\saber1_08.mp3"
        "3"    "freak_fortress_2\dark_vader\saber1_09.mp3"
        "4"    "freak_fortress_2\dark_vader\saber1_10.mp3"
        "5"    "freak_fortress_2\dark_vader\saber1_11.mp3"
    }
    "sound_kill_scout"
    {
        "1"     "freak_fortress_2\dark_vader\yes.mp3"
        "2"     "freak_fortress_2\dark_vader\dark_vader_kill_scout2.mp3"
    }
    "sound_stabbed"
    {
        "1"     "freak_fortress_2\dark_vader\onebreath.mp3"
        "2"     "freak_fortress_2\dark_vader\leia_what.mp3"
        "3"     "freak_fortress_2\dark_vader\yes.mp3"
    }
    "sound_kill_pyro"
    {
        "1"     "freak_fortress_2\dark_vader\nodisentigation.mp3"
    }
    "sound_kill_demoman"
    {
        "1"     "freak_fortress_2\dark_vader\thatiscorrect.mp3"
    }
    "sound_kill_heavy"
    {
        "1"     "freak_fortress_2/dark_vader/perhapsyouthinkyouarebeingtreatedunfairly.mp3"
    }
    "sound_kill_soldier"
    {
        "1"     "freak_fortress_2\dark_vader\thatsit.mp3"
    }
    "sound_kill_medic"
    {
        "1"     "freak_fortress_2/dark_vader/partoftherebelallianceandatraitor.mp3"
    }
    "sound_kill_sniper"
    {
        "1"     "freak_fortress_2\dark_vader\dark_vader_kill_sniper1.mp3"
    }
    "sound_kill_spy"
    {
        "1"     "freak_fortress_2\dark_vader\iamyourfather.mp3"
    }
    "sound_ability"                                                //When boss uses ability
    {
        "1"     "freak_fortress_2\dark_vader\lightsaber_04.mp3"                            //This is number of line
        "slot1"    "1"                                                //This is number of ability slot for this line (for example, 0 is rage and it's defalut value)
        "2"  "freak_fortress_2\dark_vader\jabba_laugh.mp3"
        "slot2"    "1"
        "3"  "freak_fortress_2\dark_vader\saber1_01.mp3"
        "slot3"    "1"
        "4"  "freak_fortress_2\dark_vader\saber1_02.mp3"
        "slot4"    "1"
        "5"  "freak_fortress_2\dark_vader\darthvader_powerofthedarkside.mp3"
        "slot5"    "0"
        "6"  "freak_fortress_2\dark_vader\darthvader_pointless.mp3"
        "slot6"    "0"
        
    }   
    "catch_phrase"                                                //All default character's (like Engineer for Vagineer) lines replaced with THIS line. Set "sound_block_vo" to "0" if you need it
    {
        "1" "freak_fortress_2\dark_vader\darthvader_pointless.mp3"
    }
    "mod_download"                                                //Downloads: ".mdl", ".dx80.vtx", ".dx90.vtx", ".sw.vtx", ".vvd"
    {
        "1"    "models\freak_fortress_2\dark_vader\dark_vader"
    }
    "mat_download"                                                //Downloads: ".vtf", ".vmt"
    {
        "1" "materials\freak_fortress_2\dark_vader\blade"
        "2" "materials\freak_fortress_2\dark_vader\cape"
        "3" "materials\freak_fortress_2\dark_vader\dbreather"       
        "4" "materials\freak_fortress_2\dark_vader\handle"
        "5" "materials\freak_fortress_2\dark_vader\headhope"       
        "6" "materials\freak_fortress_2\dark_vader\helmethope"
        "7" "materials\freak_fortress_2\dark_vader\pyro_hands_red"       
        "8" "materials\freak_fortress_2\dark_vader\pyro_red"
        "9" "materials\freak_fortress_2\dark_vader\torsovader"       
        "10" "materials\freak_fortress_2\dark_vader\vaderface"       
    }
    "download"                                                    //Downloads these files
    {
        "1"        "sound\freak_fortress_2\dark_vader\yoda_whyareyouhere.mp3"
        "2"        "sound\freak_fortress_2\dark_vader\butyouarenotajediyetbreathing.mp3"
        "3"        "sound\freak_fortress_2\dark_vader\darthvader_dontunderestimate.mp3"
        "4"        "sound\freak_fortress_2\dark_vader\darthvader_failedme.mp3"
        "5"        "sound\freak_fortress_2\dark_vader\darthvader_giveyourself.mp3"
        "6"        "sound\freak_fortress_2\dark_vader\darthvader_pointless.mp3"
        "7"        "sound\freak_fortress_2\dark_vader\darthvader_powerofthedarkside.mp3"
        "8"        "sound\freak_fortress_2\dark_vader\darthvader_taughtyouwell.mp3"
        "9"        "sound\freak_fortress_2\dark_vader\darthvader_technological.mp3"
        "10"    "sound\freak_fortress_2\dark_vader\darthvader_thybidding.mp3"
        "11"    "sound\freak_fortress_2\dark_vader\darthvader_yesmaster.mp3"
        "12"    "sound\freak_fortress_2\dark_vader\darthvader_yourfather.mp3"
        "13"    "sound\freak_fortress_2\dark_vader\death1.mp3"
        "14"    "sound\freak_fortress_2\dark_vader\death2.mp3"
        "15"    "sound\freak_fortress_2\dark_vader\good.mp3"
        "16"    "sound\freak_fortress_2\dark_vader\iamyourfather.mp3"
        "17"    "sound\freak_fortress_2\dark_vader\itisyourdestiny.mp3"
        "18"    "sound\freak_fortress_2\dark_vader\jabba_laugh.mp3"
        "19"    "sound\freak_fortress_2\dark_vader\joinmeandtogetherwecanrulethegalaxyasfatherandson.mp3"
        "20"    "sound\freak_fortress_2\dark_vader\leia_what.mp3"
        "21"    "sound\freak_fortress_2\dark_vader\lightsaber_01.mp3"
        "22"    "sound\freak_fortress_2\dark_vader\lightsaber_03.mp3"
        "23"    "sound\freak_fortress_2\dark_vader\lightsaber_04.mp3"
        "24"    "sound\freak_fortress_2\dark_vader\msc1_10.mp3"
        "25"    "sound\freak_fortress_2\dark_vader\partoftherebelallianceandatraitor.mp3"
        "26"    "sound\freak_fortress_2\dark_vader\saber1_01.mp3"
        "27"    "sound\freak_fortress_2\dark_vader\saber1_02.mp3"
        "28"    "sound\freak_fortress_2\dark_vader\saber1_07.mp3"
        "29"    "sound\freak_fortress_2\dark_vader\saber1_08.mp3"
        "30"    "sound\freak_fortress_2\dark_vader\saber1_09.mp3"
        "31"    "sound\freak_fortress_2\dark_vader\saber1_10.mp3"
        "32"    "sound\freak_fortress_2\dark_vader\saber1_11.mp3"
        "33"    "sound\freak_fortress_2\dark_vader\starwarsbgm1.mp3"
        "34"    "sound\freak_fortress_2\dark_vader\starwarsbgm2.mp3"
        "35"    "sound\freak_fortress_2\dark_vader\thatiscorrect.mp3"
        "36"    "sound\freak_fortress_2\dark_vader\thatsit.mp3"
        "37"    "sound\freak_fortress_2\dark_vader\yes.mp3"
        "38"    "sound\freak_fortress_2\dark_vader\yoda_doordonot.mp3"
        "39"    "sound\freak_fortress_2\dark_vader\start.mp3"       
        "40"     "materials\freak_fortress_2\dark_vader\pyro_normal.vtf"       
        "41"    "models\freak_fortress_2\dark_vader\dark_vader.phy"
    }
}