AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   TF2Items (https://forums.alliedmods.net/forumdisplay.php?f=146)
-   -   Change attributes without changing level/quality (https://forums.alliedmods.net/showthread.php?t=297337)

Dragonisser 05-12-2017 17:13

Change attributes without changing level/quality
 
As the title already says, is there a way to change the attributes of weapons without changing the level or quality of it?

Using only

Code:

"*"
                {       
                        //"quality"                ""
                        //"level"                        "69"

                        "preserve-attributes" "1"
                        "1"                                "551 ; 1"
                }

doesnt give me errors but neither does it work at all(not the whole config). It only works with quality added.

asherkin 05-12-2017 22:09

Re: Change attributes without changing level/quality
 
IIRC, this is caused by a since-TF2Items-release quirk added to TF2 where it caches the item definition data for stock items (ones with Normal, 0 quality) and skips custom attributes on them (the game schema never has attributes on them).

Dragonisser 05-13-2017 09:33

Re: Change attributes without changing level/quality
 
Quote:

Originally Posted by asherkin (Post 2520135)
IIRC, this is caused by a since-TF2Items-release quirk added to TF2 where it caches the item definition data for stock items (ones with Normal, 0 quality) and skips custom attributes on them (the game schema never has attributes on them).

So its impossible with tf2items. Only way would be by sending the attribute to the items directly with a custom plugin?

ScrapEngineer 07-25-2017 06:11

Re: Change attributes without changing level/quality
 
I found it worked for me at one point but it doesn't anymore... Hm...

EDIT: Actually for me, even overriding the quality it doesn't affect the weapon.


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

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