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!

Alien Tools

SCREENSHOTS
4,844 Downloads 75 Thanks  Thanks 38 Favourited 43,048 Views
Uploaded: 31st Jan 2016 at 8:10 PM
Updated: 4th Feb 2017 at 6:12 AM
Requires
Get to Work

Purpose
This mod has these tools:
  • make_sim_an_alien: This makes the current sim an alien if they aren't already an alien.
  • make_sim_no_longer_an_alien: This makes the current sim no longer an alien if they are an alien.
  • wear_disguise: This causes the named sim to wear their disguise if they are an alien. Their disguise is their human form.
  • remove_disguise: This causes the named sim to remove their disguise if they are an alien, showing their alien form.

Use
All commands are entered using the cheat console in live mode.

Examples
This makes the current sim an alien if they are not already an alien:
Code:
make_sim_an_alien

Warning
Be sure to select Alter Disguise and save (use checkmark) in CAS after using make_sim_an_alien and before you select Remove Disguise in order to retain your human-form CAS settings. This warning is given when you use this command.

The sim's alien-form CAS settings appear to be randomly generated.

This makes the current sim no longer an alien if they are an alien:
Code:
make_sim_no_longer_an_alien

Warning
make_sim_no_longer_an_alien will lose the sim's alien CAS settings even if you use make_sim_an_alien afterwards.


This causes the sim named John Doe to wear their human disguise if they are an alien:
Code:
wear_disguise john doe


This causes the sim named Jane Doe to drop their human disguise, revealing their alien form if they are an alien:
Code:
remove_disguise jane doe


Install
Put the zip file in your mods folder.

Game Version
See Files tab.

Credits
Thanks to the MTS site for hosting mods and for their information on how to write mods.

Updates
  • 4 February 2017: Added code to prevent vampires from being turned into aliens with this mod since the game doesn't support that.