STEAM GROUP
Meem Incorporations MeeM Inc.
STEAM GROUP
Meem Incorporations MeeM Inc.
7
IN-GAME
37
ONLINE
Founded
28 January, 2014
Language
English
 This topic has been pinned, so it's probably important
TF2 Weapon Crafting
This will be a open thread dedicated to making weapons of your own liking, I'll explain as much as I can about how to do this so you can maybe make a weapon yourself. If it doesn't look like something you think you can do don't bother.

There will be rules and guidelines for balancing for normal users. Some of the rules will not have to be followed by admins.

Rules:

1: No Maxing of health above 600.
2: No Instakill weapons.
3: No Infinite backstab resists.
4: I can and will remove random crits if I see it needs to be.
5: No i won't build the entire weapon for you.
6: No more than a total of 16 attributes. (Part of code)
7: Weapon should not have a index number that matches a existing weapon. (Part of code)
8: No I can not NAME your weapon. (Part of code) The NAME I write down is a way for me to tell it from the others.
9: Clipsize (Or Magazine if you will) can be chosen but I will think on it to balance it.
10: No "Saxxy Gold Statue" For ordinary users.
11: No I can't give you a killstreak effect.
12: If I think a attribute you put on is too strong I will set it accordingly
13: Rate of fire can not exceed 3 times its default.
14: User Speed Increase should not exceed 2 times the default.


"1337"
{
"name" "The ♥♥♥♥♥♥♥♥♥♥♥"
"classname" "tf_weapon_minigun"
"index" "15"
"slot" "0"
"quality" "1"
"level" "3"
"attribs" "75 ; 4 ; 6 ; 5 ; 5 ; -1 ; 106 ; 1 ; 15 ; 1 ; 51 ; 1 ; 390 ; 10"
"ammo" "999"
}


This is the code written out for each weapon, this is a rapid minigun that launches players across the map. This will be our EXAMPLE code

Attributes run in the sting of ID ; PARAMETER ; ID ; PARAMETER Etc. ID is the sort of BASE CODE found in the attribute list below, the Parameter can be the additive number (generally in HOLES like 1 2 3)

And Percentage rates wich generally is used to do something with a existing system, such as 90% or 0.9, 50 percent or 0.5, or 5% or 0.05.

Some ID's dont come with a parameter to change. in this case simply put the parameter as 1.

"1337" - Unique Item Index Number REQUIRED
{
"name" "The ♥♥♥♥♥♥♥♥♥♥♥" - Watermark/Title to tell it from others. REQUIRED
"classname" "tf_weapon_minigun" - Basecode. REQUIRED
"index" "15" Weapon Base (Ex. The Original, Mantreads) REQUIRED
"slot" "0" Item Slot (0 is 1, 1 is 2, 2 is 3, Etc) REQUIRED
"quality" "1" - Quality of weapn (Strange, Vintage, Unusual) Not Required
"level" "3" - Level of Weapon Not Required
"attribs" "75 ; 4 ; 6 ; 5 ; 5 ; -1 ; 106 ; 1 ; 15 ; 1 ; 51 ; 1 ; 390 ; 10" Attributes
(No random crits, fire rate, no spread, ETC..) Not Required but whats the point if you're not getting them?
"ammo" "999" Ammo on RESERVE not on clip (Clip can be done with attributes, Skippable if you're making a melee weapon)
}

There is 2 sites you must go to to get the required code

Item Index/Class Names[wiki.alliedmods.net]

Item Attributes

Post your weapon code as a comment below and I'll examine them.

-Reginald Halifrax
Last edited by Twitchy Tristan; 11 May, 2015 @ 11:16am
< >
Showing 1-3 of 3 comments
KarmicChaos 30 Apr, 2015 @ 12:51pm 
“1338”
{
"name" “The Gloves of Sprinting Furiously”
"classname" “tf_weapon_fists”
"index" “239”
"slot" “2”
"quality" "14”
"level" “100”
"attribs" “430 ; 1 ; 75 ; 99999.0 ; 53 ; 1 ; 275 ; 1 ; 326 ; 999.0 ; 208 ; 1 ; 21 ; 1 ; 20 ; 1 ; 2 ; 99999999999999.0 ; 57 ; 999999999 ; 26 ; 999999999 ; 22 ; 1”
}
Last edited by KarmicChaos; 30 Apr, 2015 @ 1:18pm
KarmicChaos 30 Apr, 2015 @ 1:33pm 
“1339”
{
"name" “OHGODWHY”
"classname" “tf_weapon_wrench”
"index" “169”
"slot" “2”
"quality" "1”
"level" “8”
"attribs" “80 ; 9999 ; 92 ; 99999 ; 94 ; 999999 ; 113 ; 99999 ; 148 ; 90 ; 178 ; 999 ; 287 ; 999 ; 343 ; 999 ; 344 ; 999999999 ; 245 ; 999999999 ; 351 ; 10”
}
regular bread 22 Aug, 2015 @ 8:53pm 
"1184607"
{
"name" "A weapon thats mine"
"classname" "tf_weapon_fireaxe"
"index" "466"
"slot" "2"
"quality" "1"
"level" "67"
"attribs" "2 ; 999999999 ; 53 ; 1 ; 422 ; 1 ; 436 ; 1 ; 402 ; 0 ; 396 ; 300 ; 371 ; 1 ; 369 ; 1 ; 331 ; 1 ; 26 ; 999999999.0 ; 57 ; 999999999.0 ; 145 ; 1 ; 175 ; 3600 ; 346 ; 10"
}

EDIT: Refitted and balanced for server -Reginald 'M' Halifrax
Last edited by Twitchy Tristan; 22 Aug, 2015 @ 10:02pm
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: 30 Apr, 2015 @ 12:39pm
Posts: 3

More discussions