A Rimworld mod dedicated to making it faster and easier to create outfits.
- Open up the assign menu
- Open up "Manage Outfits"
- Click the new "Create From" button
- Select a pawn who's current outfit you'd like to use as a template
Once selected, a new outfit will be created using the selected pawn's apparel as a template. This can be accessed under the outfit label "[pawn's name]'s outfit."
This mod is proudly compatible with Assignment Copy which features similar, but well paired functionality. This has only been tested on V1.4 of Rimworld.
V1.4 -> 0.4V1.5 -> > 0.4V1.6 -> 0.5
- Download and setup the
dotnet cli cdintoSource/EzOutfit- Set the following environment variables
RimworldDirshould be set to the root of your Rimworld installation (same level as the .exe)RimworldModDirshould be set to theModsdirectory underRimworldDir
- Run
dotnet build -c <V1.4 | V1.5 | V1.6> - Building will output the specific version you specified. A post-build command will copy the necessary mod data into
RimworldModDirfor easy use. You can then boot up Rimworld and test.
- Make sure you set the expected environment variables in your terminal, then if you use vscode (how I work here) make sure to open it from that terminal with
code .. It'll inherit the environment variables and locate all the references properly. - Using this build approach does have that drawback that you must change your Rimworld version to whichever you want to build.
