Juggalo Face Paint

WHOOP WHOOP FAM!
Learning the tools and thought it would be a perfect first project to get some clown paint in game, SR's atmosphere is perfect for it.

Included;
Violent J
Shaggy 2 Dope
Ouija Macc
Darby O'Trill
2 customs
All custom colorable
Violent J.png
Shaggy 2 Dope.png
Ouija.png
Darby.png
Custom 2.png
Custom 1.png

Installation:

To install a design go into its respective folder and move both the ".g_peg_pc" and the ".peg_pc" files into "Gentlemen Of The Row" > "optional_mod_stuff" > "1-MODDERS_-_PUT_YOUR_OWN_PERSONAL_MODS_HERE", build a new patch and install it as usual.

To uninstall a design, remove its ".g_peg_pc" and the ".peg_pc" files from "Gentlemen Of The Row" > "optional_mod_stuff" > "1-MODDERS_-_PUT_YOUR_OWN_PERSONAL_MODS_HERE", build a new patch and install it again as usual.

Keep in mind that these designs will show up on mime NPCs. Juggalos in the wild!

What's next?
If someone could maybe help me out, I'm hoping to create a custom set of homies that are Juggalos.
 

Attachments

What's next?
If someone could maybe help me out, I'm hoping to create a custom set of homies that are Juggalos.
If you mean for homies like Gat (for example), you would extract snpc_Gat.peg_pc (SNPCs use higher quality textures), and paint over his skin texture. Then you can extract the NPC & CNPC versions, copy & paste in the modified SNPC texture, and rebuild. If the NPC/CNPC crashes the game, you'll have to halve the quality of the modified texture.

It is not possible to add the Face Paint Customization Items you've already made here to an NPC (other than npc_mime, who already wears all but one of them).
 
If you mean for homies like Gat (for example), you would extract snpc_Gat.peg_pc (SNPCs use higher quality textures), and paint over his skin texture. Then you can extract the NPC & CNPC versions, copy & paste in the modified SNPC texture, and rebuild. If the NPC/CNPC crashes the game, you'll have to halve the quality of the modified texture.

It is not possible to add the Face Paint Customization Items you've already made here to an NPC (other than npc_mime, who already wears all but one of them).
That’s what I was worried about. What I wanted to do is take one of the gang customizations and add the paint. Oh well, not a huge deal I suppose.
 
It is not possible to add the Face Paint Customization Items you've already made here to an NPC (other than npc_mime, who already wears all but one of them).
Let me ask you this, I've seen some gang edits that use NPCs, but those NPCs are edited, would editing the mime NPCs to wear different clothing be a possibility?
 
Let me ask you this, I've seen some gang edits that use NPCs, but those NPCs are edited, would editing the mime NPCs to wear different clothing be a possibility?
Short answer: No.

Like I said, it's not possible to add Customization Items to an NPC which doesn't already have them baked into their mesh.

Essentially; Your character is made up of multiple meshes for Body Parts, Clothing, Tattoos, etc.. Volition created the NPCs using this same system, but then combined all those meshes into one single mesh for each NPC.

There are still some things you can do. Most NPCs will have a chance to spawn wearing different clothing, but they are still all baked into the same mesh. The "VID" system handles which parts of that mesh will render. You can change the spawn chances for those VIDs. You can also change colours used for an NPC.

If you're still interested in learning more, I have written guides on NPC editing:
- NPC Editing - A Comprehensive Guide
- WTF Are VIDs? (NPCs section)
 
Back
Top