Do you think that there's away to removes all clothing item from the game ?
Yes
I've only recently discovered this so there still some blind spots that I'm working on like Morgan and Reona due to their outfits being tied to their special stats. With the exception of Morgan and Reona I'll mention when something doesn't work for some reason.
Another warning I feel I should mention is that any accessories tied to an outfit will also fail to show like the rest of the outfit.
That's all that I know.
directly into the game's files.
UnRen.bat and
You must be registered to see the links
will let you extract the
rpa files so you can modify them.
Deleting the asset(s) of an outfit will simply have that part of the outfit not show up.
If you want to edit the code for the outfits you'll need to convert the
rpycs into
rpys, I use
You must be registered to see the links
for this personally, just drag and drop the file(s) the download the unencrypted file. After that just open the
rpy with anything that'll let you edit python code. The code for outfits should mostly be in
images in each NPC's folder.
You could also instead make a mod.
First make a collection of nesting folders that match this path
mod ->
mod name (replace
mod name with what ever you want) ->
dlc_fafow (the
dlc_fafow layer is only needed for fafow DLC NPCs)/
dlc_breemc (the
dlc_breemc layer is only needed for breemc DLC NPCs) ->
ch ->
name (replace
name with the name (lowercase) of NPC you wish (you'll have to make a
name folder for each NPC you wish to mod)).
After that put an
images.rpy file into each NPC folder (I suggest you make a copy of the already existing
images.rpy files, rather than starting from scratch), from there, just edit the code, your mod should take priority over the vanilla code.