Hi all,
I am sure this is a very noobish question but I've honestly been trying to figure it out for a very long time and can't seem to find whats wrong.
I have a working TF2 server with TF2Items installed. TF2Items loads fine, but when I actually make changes to items in tf2items.weapons.txt, it changes nothing in-game (even after reloading with tf2items_manager_reload in console, reloading the plugin, restarting the server, etc).
I have this simple script in my tf2items.weapons.txt at this point:
Code:
"custom_weapons_v3"
{
"*"
{
"7"
{
"quality" "1"
"1" "150 ; 1"
}
}
}
Which should be turning the default Engi wrench to gold. What am I doing wrong?
Thanks in advance!