nosoop / SM-TFCustomWeaponsX

SourceMod plugin that allows players to use custom TF2 items.
GNU General Public License v3.0
21 stars 11 forks source link

allow equipping of regular items? #39

Closed ghost closed 2 years ago

ghost commented 2 years ago

since a lot of the functions are already written here, could you allow the commands to also equip regular items so a separate plugin isnt needed? however i understand if you only want this plugin for custom items. thanks.

nosoop commented 2 years ago

It's indeed possible; there's nothing stopping server operators from creating configuration files / "custom" weapons that do nothing beyond inheriting existing items.

I'd rather leave that for other plugins / users to deal with, though.

ghost commented 2 years ago

what i meant was modifying the equip commands to also accept regular item definitions as well as custom uuids, not adding each item into the config, so things like the loadout saving and item creation wont have to be copied to a separate plugin. but thats fine if you do not want to deal with it.