Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!

Copy Everyday Outfit

SCREENSHOTS
28,060 Downloads 296 Thanks  Thanks 94 Favourited 97,166 Views
Uploaded: 12th Nov 2019 at 4:56 PM
Updated: 5th Feb 2022 at 9:14 AM
This mod lets you copy your everyday outfit to all other outfit slots.

It is very flexible and lets you choose exactly what you want to copy. There are no restrictions, so if you want to copy everything, you can.

I created this since UnifyHMT is good, but it doesn't copy everything.
Thx to Lynire, Scumbumbo and Deaderpool for their original scripts, they helped a lot.

Installation
  • Unzip zip.
  • Copy the mod folder to your Sims' Mods folder.
    • Note, both the ts4script file and the setup.txt file need to be copied into the Mods/ folder.
    • The easiest way is to just copy 'lord_voldemort_copyoutfit-v1.0/' folder into Mods/ as is.
  • Remember to enable script mods in your game mod options.
    • On the in-game settings where you enable mods, there is an option underneath to load script mods, you need to check this.
  • Edit setup.txt if you want to change what is copied (instructions below).

Make sure the setup.txt file is in the same folder as the ts4script file!

Instructions
  • Select Sim.
  • ctrl+shift+c (to bring up the cheat command prompt).
  • Type copyoutfit and press enter.



How To Select What Body Parts To Copy

In setup.txt, use '#' to comment out parts of the outfit you do not want copied. Remove '#' to copy those parts.

By default, the command will copy everything.

Setup.txt Instructions

Lets say I've changed my everyday outfit but I do not want to copy the gloves to other outfits.

By default, Copy Everyday Outfit copies EveRYtHInG. So we'll need to edit the setup.txt file you previously copied into your Mods folder.

Open setup.txt with Notepad (or Sublime Text if you want to do it in style). Scroll until you find the glove line :
GLOVES
Now, add '#' in front of the word GLOVES, so it looks like this.
#GLOVES

Lets say you have unique earrings for each of your outfits. We wouldn't want to copy over those now would we! Again, in Notepad find the line that says EARRINGS. Change it and add a '#' in front so it becomes :
#EARRINGS
With '#' in front, the mod won't copy earrings when you execute the command.

Save setup.txt, select your sim and run the copyoutfit command. No need to relaunch the game when you edit setup.txt.

And voila! All your outfits have the new hat and gloves, plus the makeup, scars and other default stuff it copies by default.

Advanced
If you have many configurations, you can save the text files with different names and rename them to setup.txt when you want to use that config.

Enjoy,
lord_voldemort

P.S. When the mod finds undocumented body parts, it copies them too just in case they are needed.

Additional Credits:
Lynire
Scumbumbo
Deaderpool

Release Notes:
v1.2
  • Copy everything by default.

v1.1
  • Fix setup.txt file parsing bug.
  • Better error messages.
  • Proceed to walk of shame for silly mistake. SHAME!

v1.0
  • Initial release.