AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   TF2Items (https://forums.alliedmods.net/forumdisplay.php?f=146)
-   -   Weapon ideas (https://forums.alliedmods.net/showthread.php?t=170662)

jouva 10-27-2011 13:39

Weapon ideas
 
Well now that this has its own dedicated forum, I figured maybe it's time to start a topic that's related but best suited for its own thread: weapon ideas.

I'm sure many of us have made our own weapons to some capacity or had ideas for attributes to apply. Share your ideas or creations here!

I'd suggest being more creative than blown out of proportion. For example, taking a gun and simply adding a ton of bullets, damage, resistance and shooting speed is fun for the owner, but it's very passe. Be creative in ideas. Be balanced or even silly. For example:
  • A knife with an unused but coded attribute "disguise speed penalty" (attribute 157) set to around -2 or -3 actually reduces the disguise speed to be instant. Then make a script to use the disguise and wait commands to flip through all 9 classes in front of an enemy and confuse them!
  • Setting Self damage push force (attribute 58 or 59) on a rocket launcher to a negative number pulls you in when you try to rocket jump. But if you stand beside (not facing) a wall and shoot at it right in front of you, it'll send you flying away from it!
  • A low damage but high fire rate Holy Mackerel can increase the number of hits you can deliver to a player before the HUD counter resets. See how high you can go! I believe I've gone around 60

FlaminSarge 10-30-2011 06:46

Re: Weapon ideas
 
A knife that has a very large range. Backstabs from across the map.

jouva 10-30-2011 12:50

Re: Weapon ideas
 
Quote:

Originally Posted by FlaminSarge (Post 1586277)
A knife that has a very large range. Backstabs from across the map.

I actually recently tried something like this and couldn't get it to work. But I'm not sure exactly which attribute might make it work if there are any that would get it to work. I tried projectile range and blast radius.

asherkin 10-30-2011 18:58

Re: Weapon ideas
 
Code:

                "264"
                {
                        "name"        "melee range multiplier"
                        "attribute_class"        "melee_range_multiplier"
                        "attribute_name"        "melee range multiplier"
                        "min_value"        "0"
                        "max_value"        "32"
                        "group"        "only_on_unique"
                        "description_format"        "value_is_percentage"
                        "hidden"        "1"
                        "effect_type"        "positive"
                        "stored_as_integer"        "0"
                }


jouva 10-30-2011 19:00

Re: Weapon ideas
 
Oh I totally looked over that one somehow! I gotta try this one now.

Edit: This works quite hilariously. An increased range of 20 gives you a range long enough to make it from the coffin outside of the blue spawn on eyeaduct to the gate on the far side parallel to the doors that lead from the spawn area out to the control point


All times are GMT -4. The time now is 20:17.

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