Custom Skins
Custom skins in Modern Warfare Cubed allow you to personalise any weapon in the mod to your liking. They are pretty easy to add so let's get into it!
Make sure that your custom skins are .png
files otherwise they won't work!
If you want to avoid your custom skins from being stretched out, try to keep them in a 1:1 ratio.
Adding Custom Skins
Adding custom skins for playing in singleplayer is really easy, firstly find the config folder of your Minecraft.
Once that's done simply go in the mwc
folder, then you should see the skins
folder.
Now you simply put any custom skins in the skins
folder, reboot your game, and the new skins should be there.
Multiplayer
After having done all that, you need to do an extra step if you are playing on a server.
Go back in the mwc
folder, there you should see a skins.json
file, open it, by default it should look like that:
{
"skins": [
"oldiepinkcamo"
]
}
Just add the names of you custom skins you added to your clients in it, for example:
{
"skins": [
"oldiepinkcamo",
"goldskin"
]
}
Make sure to add a ,
after each name except the last one!