Raised This Month: $ Target: $400
 0% 

[TF2Items] Item Designer - Advanced Give Item


Post New Thread Reply   
 
Thread Tools Display Modes
Muscle Brazil
Senior Member
Join Date: Apr 2009
Location: Brazil
Old 06-13-2011 , 00:06   Re: [TF2Items] Advanced Give Item - Item Designer
Reply With Quote #31

I was wondering how DN leave a rocket launcher only with simple brightness comunity valve type rocket. that does not change anything in brightness only with the weapon
Muscle Brazil is offline
JoBarfCreepy
Member
Join Date: Feb 2011
Location: Denmark
Old 06-13-2011 , 10:45   Re: [TF2Items] Advanced Give Item
Reply With Quote #32

Quote:
Originally Posted by DarthNinja View Post
Everything you need is in that file.
Damn... Could you explain zis to me in a PM or something?
You don't need to, though. Just asking.
JoBarfCreepy is offline
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 06-13-2011 , 11:49   Re: [TF2Items] Advanced Give Item - Item Designer
Reply With Quote #33

There's info in the tf2items extension thread.
If you need more help, join, ask, and idle in the irc channel linked in that thread's OP.
This plugin is designed for people who already know how to work with attributes, so it's assumed that you covered this when you set up the tf2items ext.
__________________
DarthNinja is offline
Muscle Brazil
Senior Member
Join Date: Apr 2009
Location: Brazil
Old 06-13-2011 , 12:02   Re: [TF2Items] Advanced Give Item - Item Designer
Reply With Quote #34

I'm trying difficulties. whenever I have to die from the command sm_gi?

DN can you answer my pm xD
Ouvir
Muscle Brazil is offline
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 06-13-2011 , 23:37   Re: [TF2Items] Advanced Give Item - Item Designer
Reply With Quote #35

Quote:
Originally Posted by Muscle Brazil View Post
I'm trying difficulties. whenever I have to die from the command sm_gi?

DN can you answer my pm xD
Ouvir
I won't do support over Steam.
You do not have to die or do anything other then run the command.

I think what you're trying to do is create a rocket launcher with community sparkle.
Here's how:

Take a look at items_game.txt while you read this so you'll learn how to do it yourself.

Code:
You want to give yourself the weapon, so you start with:
sm_gi @me

You want it to be a rocket launcher, so what is the item number for it (items_game.txt)?  18!
sm_gi @me 18

This is a primary weapon, so slot 1.
sm_gi @me 18 1

What level do we want it to show up as (0 to 100)?  75.
sm_gi @me 18 1 75

What quality (controls item title color and name prefix - vintage, community, valve, etc)?  Community is #7 so:
sm_gi @me 18 1 75 7
(Note: this has nothing to do with the sparkle).

Preserve attributes? (Use 0 here).
sm_gi @me 18 1 75 7 0

Is it a hat? No.
sm_gi @me 18 1 75 7 0 0

What is the TF_WEAPON classname? TF_WEAPON_ROCKETLAUNCHER.
sm_gi @me 18 1 75 7 0 0 TF_WEAPON_ROCKETLAUNCHER

Now you add your attributes to make the custom weapon. Each attribute is defined like this: "Attribute ; Value".
So we want community sparkle:
"attach particle effect" is attribute #134. Particle system "community_sparkle" is #4.  So our formatted attribute would be "134 ; 4".

Add that to the command string, and we have:
sm_gi @me 18 1 75 7 0 0 TF_WEAPON_ROCKETLAUNCHER "134 ; 4"
That should give you a level 75 Community Rocket Launcher with Community Sparkle.
__________________
DarthNinja is offline
Muscle Brazil
Senior Member
Join Date: Apr 2009
Location: Brazil
Old 06-16-2011 , 11:27   Re: [TF2Items] Advanced Give Item - Item Designer
Reply With Quote #36

is there any way to leave this command sm_gi fixed because every time he got to the hill of the command in the console again. I doubt he leaves and is fixed?
Muscle Brazil is offline
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 06-16-2011 , 16:38   Re: [TF2Items] Advanced Give Item - Item Designer
Reply With Quote #37

Use the plugin included with the tf2items extension then?
__________________
DarthNinja is offline
Muscle Brazil
Senior Member
Join Date: Apr 2009
Location: Brazil
Old 06-16-2011 , 16:48   Re: [TF2Items] Advanced Give Item - Item Designer
Reply With Quote #38

I use more expensive does not work. this only works with your plugin and always giving the command sm_gi.
Muscle Brazil is offline
JoBarfCreepy
Member
Join Date: Feb 2011
Location: Denmark
Old 06-17-2011 , 08:46   Re: [TF2Items] Advanced Give Item - Item Designer
Reply With Quote #39

NOOOO! How could I be so ignorant!?
Thanks! I got it working now
Now I am ze new gunsmith *Subscribing thread*


JoBarfCreepy requesting permission to start a new thread, where people can share their customized guns and descuss their effects, and maybe request more guns.
Please?

Last edited by JoBarfCreepy; 06-17-2011 at 10:16.
JoBarfCreepy is offline
steryman
Member
Join Date: May 2010
Old 08-01-2011 , 01:57   Re: [TF2Items] Advanced Give Item - Item Designer
Reply With Quote #40

Hello guys I have a problem... for about half of a month it stopped to work properly... if I'm using the command it crashes the server. Any attributes I'm using, even those wich were working, now it simply crashes the server... Can someone help me fix this please?
steryman is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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