AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   [REQ] [TF2] Airblasting block (Solved by asherkin) (https://forums.alliedmods.net/showthread.php?t=184771)

ozgaming 05-08-2012 18:56

[REQ] [TF2] Airblasting block (Solved by asherkin)
 
Is it possible for someone to whip up a plugin that blocks the ability to airblast the opposite team, but still have the ability to airblast. This is of course for dodgeball. Thanks and I will love you long time. nohomo (maybe a little)

asherkin 05-08-2012 20:42

Re: [REQ] [TF2] Airblasting block
 
Quote:

Originally Posted by yellowblood (Post 1674620)
Hey guys, if anyone wants to block pushing and don't know how, it's actually really simple now.

1. Install TF2Items - http://forums.alliedmods.net/showthread.php?t=115100
2. Edit tf/addons/sourcemod/configs/tf2items.weapons.txt to be like this:
Code:

"custom_weapons_v3"
{
        "*"
        {
                "*"
                {
                        "1"        "254 ; 4.0"
                }
        }
}

This will disable the pushing ability from ALL weapons, for ALL players. If you want more advanced functionality (like activating it only when the dodgeball plugin is enabled), it shouldn't be too difficult.

(credit goes to asherkin for this awesome idea, and the brilliant tf2items extension)


ozgaming 05-08-2012 22:26

Re: [REQ] [TF2] Airblasting block
 
damn my search abilities. Thanks asherkin

11530 05-20-2012 19:55

Re: [REQ] [TF2] Airblasting block (Solved by asherkin)
 
This seems to block others things including sandman balls and viewing enemy health using Solemn Vow. Is there a fix which doesn't have side-effects?

napalm00 05-21-2012 00:42

Re: [REQ] [TF2] Airblasting block (Solved by asherkin)
 
Quote:

Originally Posted by 11530 (Post 1713311)
This seems to block others things including sandman balls and viewing enemy health using Solemn Vow. Is there a fix which doesn't have side-effects?

OnPlayerRunCmd?

Mitchell 05-21-2012 05:43

Re: [REQ] [TF2] Airblasting block (Solved by asherkin)
 
Quote:

Originally Posted by 11530 (Post 1713311)
This seems to block others things including sandman balls and viewing enemy health using Solemn Vow. Is there a fix which doesn't have side-effects?

switch the second "*" with the flamethrowers's index.

Asde 06-08-2012 06:21

Re: [REQ] [TF2] Airblasting block
 
"custom_weapons_v3"
{
"*"
{
"*"
{
"1" "254 ; 4.0"
}
}
}


counters do not work strange and strange part

Asde 06-09-2012 03:04

Re: [REQ] [TF2] Airblasting block (Solved by asherkin)
 
Hello,
Tell me, what we need to add attributes to work counters stranges weapons and strange part
when the standard parameters counters do not work.

Code:

"custom_weapons_v3"
{
 "*"
    {
    "21" // Flame Thrower
      {
        "1"    "254 ; 4"
      }
    "40" // Backburner
      {
        "1"    "254 ; 4"
      }
    "208" // Upgradeable Flame Thrower
      {
        "1"    "254 ; 4"
      }
    "215" // The Degreaser
      {
        "1"    "254 ; 4"
      }
    "659" // Festive Flamethrower 2011
      {
        "1"    "254 ; 4"
      }
    }
}


Pythong 11-02-2014 09:43

Re: [REQ] [TF2] Airblasting block (Solved by asherkin)
 
Since the last Halloween update blocking airblasts stopped working:

Quote:

"custom_weapons_v3"
{
"*"
{
"*"
{
"1" "254 ; 4.0"
}
}
}
I updated TF2Items too. Anyone else having a similar problem ?

lugui 08-17-2018 20:15

Re: [REQ] [TF2] Airblasting block (Solved by asherkin)
 
It is now 824.

Use:
"custom_weapons_v3"
{
"*"
{
"*"
{
"1" "824 ; 4.0"
}
}
}


All times are GMT -4. The time now is 04:23.

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