AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   TF2Items (https://forums.alliedmods.net/forumdisplay.php?f=146)
-   -   So how do tf2items work? (https://forums.alliedmods.net/showthread.php?t=171429)

atticusmas 11-05-2011 18:37

So how do tf2items work?
 
What exactly does tf2items do, as an extension, other than tying in with giveweapon? From what little i understand, you can change what your weapons do? or something?

DarthNinja 11-05-2011 22:59

Re: So how do tf2items work?
 
It lets you change/remove/add attributes of items.

atticusmas 11-06-2011 18:02

Re: So how do tf2items work?
 
Quote:

Originally Posted by DarthNinja (Post 1591007)
It lets you change/remove/add attributes of items.

So in the custom weapons folder, i use the template and i can customize the item? What about if i want to make everyones hats have a particle effect? Would the hats still be visible? can you even put a particle effect?

DarthNinja 11-06-2011 19:17

Re: So how do tf2items work?
 
Quote:

Originally Posted by atticusmas (Post 1591526)
So in the custom weapons folder, i use the template and i can customize the item? What about if i want to make everyones hats have a particle effect? Would the hats still be visible? can you even put a particle effect?

Folder?
What about it?
Yes.
Yes.

atticusmas 11-09-2011 23:04

Re: So how do tf2items work?
 
Quote:

Originally Posted by DarthNinja (Post 1591564)
Folder?
What about it?
Yes.
Yes.

I meant the file

Leonardo 11-11-2011 12:00

Re: So how do tf2items work?
 
you can change attributes for all items at same time.
if you want only for hats, you should change attributes for each item/hat

atticusmas 11-13-2011 00:03

Re: So how do tf2items work?
 
okay so how would i make it so donators can get-i dunno like-a gastly gibus that has sunbeams?

serpentine 11-13-2011 07:26

Re: So how do tf2items work?
 
Code:

"custom_weapons_v3"
{
        "*"
        {
                "116"
                {
                        "admin-flags" "o"
                        "preserve-attributes"        "1"
                       
                        "1"                                "134 ; 17"
                }
        }
}

paste that in your tf2items.weapons.txt file. Assuming your donators have the flag "o".

atticusmas 11-15-2011 00:01

Re: So how do tf2items work?
 
thanks!
and im assuming that it will only work if you have gastly gibus equipped?
Okay so i connected and i realized that i dont actually have a gastly gibus :/ so how would i edit it to be a gastlier or gastlierest gibus?

EDIT: im so smart. I DID IT!!!

Snaggle 11-20-2011 15:05

Re: So how do tf2items work?
 
You should post what you did so others can figure out their problems too :)

On my server we give extra firing speed and particle effects to nice players. Though I wouldn't advise anything gamebreaking on a regular server!


All times are GMT -4. The time now is 18:21.

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