AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   VSH / Freak Fortress (https://forums.alliedmods.net/forumdisplay.php?f=154)
-   -   FF2 [Boss Subplugin] Hook and pull. (https://forums.alliedmods.net/showthread.php?t=282473)

Blinx 05-07-2016 19:16

[Boss Subplugin] Hook and pull.
 
2 Attachment(s)

Allows a boss to grip and pull a target towards them.

Usage:

PHP Code:

    "abilityX"
    
{
        
"name"            "ability_pull"
        "arg0"            "2"                
//Use sounds in 2nd slot
        
"arg1"             "1.5"            //Multiplier for pull force, 1.0 will gently place the target in front of you, 2.0 will be insanely rapid.
        
"arg2"            "300.0"            //Upwards force on pull. I wouldn't make this above 400 or they'll start flying above you and making it lower than 300 makes this ability almost non functional.
        
"arg3"            "materials/swamp/cable/rope_swamp.vmt" //Material to use for the "rope". DO NOT USE BACKSPACES. if you change this make sure you add it to precache.
        
"buttonmode"    "2"                //Uses reload key for activation
        
"plugin_name"    "ff2_grip"
    
}
    
"abilityX+1"
    
{
        
"name"            "ability_pull_charges"
        "arg1"            "3"            
//amount of grip charges to grant per rage, is additive to previous charges, not set.
        
"plugin_name"    "ff2_grip"
    


Details:

Doesn't really work on targets that are above you that well.
Range is infinite.
Doesn't filter out targets that are on the same team as you, I figured that'd be kind of funny for duo bosses.
Has a 1 second anti-spam timer between successful grips.

Installation:

ff2_grip.sp into addons\sourcemod\scripting
ff2_grip.smx into addons\plugins\freaks and replace extension (.smx) with .ff2

Changelog:
  • 1.0.0 - Initial release

Scoot Sauce 05-07-2016 19:24

Re: [Boss Subplugin] Hook and pull.
 
Really cool looking plugin, me and one of my friends are going to make and rig a boss using this as a rage.

Blinx 05-07-2016 19:25

Re: [Boss Subplugin] Hook and pull.
 
Cool to hear, would like to see it when it's done :)

friagram 05-15-2016 21:09

Re: [Boss Subplugin] Hook and pull.
 
http://orig07.deviantart.net/3062/f/...87-d5582a3.gif

Cpt.Haxray 05-15-2016 23:07

Re: [Boss Subplugin] Hook and pull.
 
Quote:

Originally Posted by friagram (Post 2419326)

Im thinking more of Pudge or Stitches or even roadhog.

Scoot Sauce 05-16-2016 15:49

Re: [Boss Subplugin] Hook and pull.
 
Exactly what I was making a boss of, friagram.

AnubisTF2 03-03-2017 15:58

Re: [Boss Subplugin] Hook and pull.
 
sometimes, when you switch weapons, or just in general, the hook doesn't work. please fix


All times are GMT -4. The time now is 05:39.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.