XulOnTuesday
Member
- Aug 7, 2022
- 222
- 277
- 162
In the console, run the following code:Is there a way to export all the wardrobe in the vanilla game? I don`t mean to export each individual item, but the whole list, at once, or at least export all outfits/overwear/underwear by category in 1 go. I`ve created a ton of full outfits/overwear/underwear sets and the game is lagging like crazy when i enter the outfit manager now, there`s no way i will export each item 1 by 1, and no way i`m wasting another day or two to re-create all the wardrobe in a new game. I want to import them in the modded version.
Code:
for outfit in iter(mc.designed_wardrobe.outfits + mc.designed_wardrobe.overwear_sets + mc.designed_wardrobe.underwear_sets): log_outfit(outfit)