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?
|
Re: So how do tf2items work?
It lets you change/remove/add attributes of items.
|
Re: So how do tf2items work?
Quote:
|
Re: So how do tf2items work?
Quote:
What about it? Yes. Yes. |
Re: So how do tf2items work?
Quote:
|
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 |
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?
|
Re: So how do tf2items work?
Code:
"custom_weapons_v3" |
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!!! |
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! |
Re: So how do tf2items work?
#116 Ghastly.
#279 Ghastlier. #584 Ghastliest. I believe. Just as simple as changing the item number, or adding effects for all three types. Like has been said multiple times, all the information you need is in your items_game.txt file in /tf/scripts/items folder. Have fun! |
Re: So how do tf2items work?
I am new t this too and I understand the quality etc, but how can I specify what effect I want?
|
Re: So how do tf2items work?
Is it possible to have 2 effects at once? How would it be coded for example?
Quote:
|
Re: So how do tf2items work?
what does the number 17 relate to in this example? I mean I know it is the value of the attribute - but where is there a list which associates the number 17 with the sunbeam effect?
|
Re: So how do tf2items work?
Quote:
|
Re: So how do tf2items work?
1 Attachment(s)
I installed the package, all is loaded fine.
[ Using this also with the BOTS-weapons plugin from Leonardo ] I have added this in the txt file and restarted my gameserver: Look at the screeny But i do not have any particles ingame. Am i doing anything wrong here. This is for the hats : #116 Ghastly. #279 Ghastlier. #584 Ghastliest. [ Uhm, this will problerly will only shown if i go thirdperson my self, with a plugin or such., i read this afternoon 140+ pages on the Items plugin. Correct me if i worng. : ) ] |
Re: So how do tf2items work?
Quote:
You have to put all the indexes under the same one wildcard, so: Code:
"*"EDIT: Also not completely sure but I don't think it will work with preserve-attributes set to 1. If it still doesn't work after fixing the wildcards, then it's most likely that you have to set it to 0. |
Re: So how do tf2items work?
Hi Napalm00,
Mmmm, So if i want a Effect for everybody on my server on several hats, this would be what i need to copy past in my file and restart server/pluginload and it should work..? Or do i need to copy or edit somethings more? I appriciate the help verymuch. "*" { "116" //Ghastly { "1" "134 ; 2" //particle effect } "279" //Ghastlier { "1" "134 ; 2" //particle effect } } |
Re: So how do tf2items work?
Quote:
Code:
"*" |
Re: So how do tf2items work?
GOT it working.
Greatstuff. Gives a nice twist on our game-server. Thank you for your repleys. And if i want to give this torwards my DONORS only i just put in the text as i did below right/? Code:
|
Re: So how do tf2items work?
Exactly :D
|
| All times are GMT -4. The time now is 21:14. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.