Thread: TF2Items FAQ
View Single Post
ksyko
New Member
Join Date: May 2020
Old 02-08-2021 , 05:49   Re: TF2Items FAQ
Reply With Quote #23

Can someone please check these files. Cant tell what im doing wrong.
I am not able to get the weapon changes.

tf2.items.txt (sourcemod/gamedata/)

Code:
"Games"
{
        "tf"
        {
                "Offsets"
                {
                        "GiveNamedItem"
                        {
                                "windows"       "477"
                                "linux" "484"
                                "mac"   "484"
                        }
                }
        }
}
tf2items.weapons.txt (sourcemod/configs)
Code:
"custom_weapons_v3"
{
        "*"
        {
                "230" 
                {
                        "level"   "1"
                        "quality"               "6" 
                        "1"                     "305; 1" 
                        "2"                     "308; 1" 
                        "3"                     "41 ; .6"
            
                }


                "41"
                {
                        "level"   "1"
                        "quality"               "6" 
                        "1"     "280 ; 2"
                        "2"     "5 ; 3"
                        "3"     "488 ; 1"
                        "4"     "100 ; .3"   
                        "5"     "77 ; .75"
                }
        }
}
ksyko is offline