AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   TF2Items (https://forums.alliedmods.net/forumdisplay.php?f=146)
-   -   Stock Weapons (https://forums.alliedmods.net/showthread.php?t=200812)

Senku Niola 11-13-2012 12:31

Stock Weapons
 
I noticed this a while ago but wondered if there's a fix for this, apparently if I modify say the Shovel, people have told me that none of the customized attributes/level/quality/whatever appears. Any reason for this?

Powerlord 11-13-2012 13:29

Re: Stock Weapons
 
It may be something hard-coded into the game engine. Items 0-30 and 735 are the standard stock versions. Items 190-212 and 736-737 are the upgradable versions (used for unique, strange, and community qualities), which should allow you to apply attributes and qualities.

The Item Definition Indexes wiki page has more info about which weapon has which index.

asherkin 11-16-2012 08:50

Re: Stock Weapons
 
There aren't any hard-coded limits, the only issue you might run into is that the info panel isn't displayed if the quality is 0.

Senku Niola 11-17-2012 10:06

Re: Stock Weapons
 
Code:

        "6"    // "Mann Co. Shovel"
        {
            "quality"    "10"

            "1"        "208 ; 1" // On Hit Set Fire
            "2"        "204 ; 1" // Hit Self on Miss
            "3"        "1 ; 0.70" // Damage Penalty
            "4"        "72 ; 0.50" // Burn Damage
            "5"        "370 ; 1" // Fire
        }

Well this clearly has a quality on it, yet people in my server have been saying that the info doesn't display it.

Senku Niola 12-03-2012 17:16

Re: Stock Weapons
 
Not meaning to bump my own topic but I still am having an issue with this. I just asked someone if they could see the custom attributes on both my Kritzkrieg and Medigun, both had the same stats, they COULD see them on the Kritz, but not the Medigun. I made sure to give the Medigun a different quality number than a normal one, but no change, I even tried "elevated quality".

Is there ANY way to make this work, cause it's a bit unfair for me to customize a stock weapon and people not being able to see what exactly it does.

DanK. 12-03-2012 21:08

Re: Stock Weapons
 
Quote:

Originally Posted by Senku Niola (Post 1847800)
Not meaning to bump my own topic but I still am having an issue with this. I just asked someone if they could see the custom attributes on both my Kritzkrieg and Medigun, both had the same stats, they COULD see them on the Kritz, but not the Medigun. I made sure to give the Medigun a different quality number than a normal one, but no change, I even tried "elevated quality".

Is there ANY way to make this work, cause it's a bit unfair for me to customize a stock weapon and people not being able to see what exactly it does.

List of plugins and extensions would be helpful.

Senku Niola 12-10-2012 06:34

Re: Stock Weapons
 
https://dl.dropbox.com/u/23542775/Plugins.png
https://dl.dropbox.com/u/23542775/Extensions.png

Here ya go, list of the plugins and extensions being used.

Mitchell 12-10-2012 09:10

Re: Stock Weapons
 
Quote:

Originally Posted by Senku Niola (Post 1851436)

why do people take pictures of the plugins...?
rcon sm plugins list works alot better, in there we could see if something failed to load or not. or if it didnt load because of a certain error.

DarthNinja 12-11-2012 03:41

Re: Stock Weapons
 
Quote:

Originally Posted by Senku Niola (Post 1851436)

http://i.imgur.com/UgyPO.gif

Senku Niola 12-23-2012 13:09

Re: Stock Weapons
 
Quote:

Originally Posted by Mitchell (Post 1851501)
why do people take pictures of the plugins...?
rcon sm plugins list works alot better, in there we could see if something failed to load or not. or if it didnt load because of a certain error.

I'm pretty basic when it comes to running a server so I did not know of this command beforehand. :<

https://dl.dropbox.com/u/23542775/ServPlugins.png


All times are GMT -4. The time now is 11:59.

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