mrmeeseeks-ExampleCosmetics icon

ExampleCosmetics

Example cosmetic pack for More Cosmetics. Adds 4 cosmetics: custom textured suit, tinted shirt, beanie, and bowtie.

Last updated 6 hours ago
Total downloads 29
Total rating 0 
Categories Mods Misc
Dependency string mrmeeseeks-ExampleCosmetics-0.1.2
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2305 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2305
mrmeeseeks-MoreCosmetics-0.2.2 icon
mrmeeseeks-MoreCosmetics

Adds custom clothing/cosmetics to Gamble With Your Friends. Create cosmetic packs with a simple JSON file - supports custom OBJ models, PNG textures, and vanilla model tinting.

Preferred version: 0.2.2

README

Example Cosmetics

Example cosmetic pack for More Cosmetics. Demonstrates all three model types: custom OBJ with texture, vanilla mesh cloning, and tint-only cosmetics.

Included Cosmetics

Name Type Rarity Model
Custom Suit Clothing Legendary OBJ + texture
Blue Tinted Shirt Clothing Common Vanilla Shirt 1 clone + blue tint
Red Beanie Hat Common Vanilla Beanie 1 clone + red tint
Gold Bowtie Neckwear Common Vanilla Bowtie 2 clone + gold tint

How It Works

This pack is just a folder with a cosmetics.json and assets. The More Cosmetics library auto-discovers it, no special code needed.

Creating Your Own Pack

  1. Create a folder under BepInEx/plugins/
  2. Add a cosmetics.json following the More Cosmetics format
  3. Drop .obj files in models/ and .png textures in textures/
  4. Restart the game - cosmetics appear in the wardrobe

cosmetics.json is all you need, but the ExampleCosmetics.dll, is needed to enforces the bepinex Dependencies and is needed for the Thunderstore upload.

Dependencies