weapons icon indicating copy to clipboard operation
weapons copied to clipboard

[Request] Allow any weapon to have any skin

Open TheZZL opened this issue 3 years ago • 3 comments

Title, if this were to be possible I think that would be a great customizability option. In weapons_english.cfg changing the weapon class to include other weapons does not do this. Thank you for considering this!

TheZZL avatar Apr 22 '21 02:04 TheZZL

@TheZZL try this https://github.com/BoneTM/weapons

rpkaul avatar May 14 '21 08:05 rpkaul

@kgns currently this feature is already possible to a certain extent, for example if I want the Spirit Board skin of the Sawed-Off weapon to work on all weapons, knives and C4, just put the name of all weapons in the classes correct?

"Spirit Board"
{
	"index"		"1140"
	"classes"	"weapon_sawedoff;"
}

My question would be, is it possible for you to implement the all option for classes and thus already add all skins, instead of adding the weapon name one by one.

Did you understand more or less?

That is, instead of adding in classes all the weapons that I would like to put in this skin I would just write all in classes and all weapons would already have access to that skin.

crashzk avatar May 01 '22 18:05 crashzk

Test: https://github.com/kgns/weapons/pull/271

crashzk avatar Apr 10 '23 20:04 crashzk