MouseA
Club Regular
- Joined
- Jan 24, 2017
This stockings mod also has issues. I will fix it later.Yeah many outfits here have alot of LOD issue actually. I just rolled with it for now tho cuz I dunno how to do anything like this myself.
View attachment 160771
I wonder when we may get this WIP mod? I am really looking forward to shai with Stockings :o
Last December I started learning how to make mods with Blender.
I have a lot of questions and a lot of misconceptions about production methods.
I didn't notice some of my spelling mistakes until I started working on the Gloomy Fox mod.
Aside from a few new outfits, most of these mods were made before I started sharing them.
I misspelled “-replaceAllLods” as “-replaceAllLod”.
That's why there are so many LOD issues.
I'll take my days off to work on these issues.
Yes! I only noticed my “-replaceAllLods” as “-replaceAllLod” misspelling two months ago.The body I use is similar to the one in the game, but for those who are making mods and want to replace all lods using dae_to_pac.
just add -replacealllods after .pab as in the example below
PACtool.exe -r plw_00_ub_0005_mesh02_lod0.dae plw_00_ub_0005.pac bones/plw_01.pab -replaceAllLods
PAUSE
This will replace the other lods with the same file as lod0 with just one click.
It's just a tip for those who are following the subject.