Skip to content

How to Split a Single Mesh Outfit into Player Equippable Parts

Ezekial edited this page Mar 4, 2019 · 2 revisions

Thought I should explain this, in case it wasn't already obvious.

Basically, you can dupe the same model over multiple parts and it looks the same in-game. For example, if you take the Handler's entire body model and copy paste it over the player's arm, body, leg and waist models, they will all look like the Handler's entire body, and you won't notice them overlapping in-game because they are the exact same model.

Now let's say you want to cut the model up, so that the arm = arm, body = body, leg = leg and waist = waist.

You can also dupe the model and then erase the unneeded body parts from each.

If you're lazy, you can delete the LOD versions and then set the max quality mesh to LOD value of FF.

The primary reason for keeping max quality mesh and deleting LOD version references is because, it seems LOD parts tend to be grouped together. For example, if I want to remove the flower from the swimsuit. I can do that easily with the max quality mesh.

But if I tried to remove flower from the LOD version of the swimsuit, the flower was part of the same referred mesh as the necklace, etc. So it was impossible to separate them cleanly.

Anyway, using this method, you should be able to separate a full body model into player equippable parts.

UberGrainy

General Tutorials

General Tutorials

Animation Tutorials

Animation Tutorials

Audio Tutorials:

Audio Tutorials

IDs:

File & In Game IDs

Model Tutorials:

Model Tutorials

Effects Tutorials:

EFX Tutorials

FSM Tutorials

FSM Editing

MRL3 Tutorials:

MRL3 Tutorials

NPC Editing:

NPC Editing

Map Editing:

Map Editing

Plugins and Memory Editing:

Plugins and Memory Editing

Quest Editing:

Quest Editing

Monster AI Editing:

Monster AI Editing

Texture Tutorials:

General Texture Tutorials
Specific Texture Tutorials

TIML Editing

TIML Editing

Asterisk's Plugin Notes:

Asterisk's Plugin Notes

Miscellaneous Tutorials:

Miscellaneous Tutorials

Outdated Tutorials:

Outdated Tutorials
Clone this wiki locally