Thread: [FF2] Need Help with CFG
View Single Post
Kolaxie
Member
Join Date: Aug 2021
Location: I live inside internet
Old 06-27-2022 , 14:18   Re: Need Help with CFG
Reply With Quote #5

Quote:
Originally Posted by Naydef View Post
Most probably your EquipWearable gamedata is outdated, there was TF2 update several days ago.

Open the sourcemod/gamedata/equipwearable.txt file and make sure that the virtual indexes match these: windows = 435, linux = 436, macos = 436.

If they don't match, make them match. After that restart the server.

Edit 1:
If the crash doesn't go away, then maybe it's time to show us the config. The wearable you are trying to equip should be in "wearableX" section, unlike weapons which are inside "weaponX" section.

Edit 2:
Now that I checked the crash report once more, I saw sdktools.ext.2.tf2.dll!WeaponEquip [vnatives.cpp:1293 + 0xf]. So this means Edit 1 applies to you most probably.
Crash did stop but the boss doesn't get his wearable (i just forgot to put the number before)

Edit1: nvm i fixed it

Code:
        "wearable1"
        {
                "name"          "tf_wearable_demoshield"
                "index"         "131"
                "show"          "1"
	}

Last edited by Kolaxie; 06-27-2022 at 14:28. Reason: nvm i fixed it
Kolaxie is offline