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!

cosmic gender ray

SCREENSHOTS
5,403 Downloads 158 Thanks  Thanks 81 Favourited 50,341 Views
Uploaded: 21st Nov 2017 at 1:29 PM
Updated: 19th Jun 2019 at 9:17 PM - it isn't broken

JUNE 2019: a cursory test suggests this mod should still work fine as of the 1.52.100.1020/1220 update!!
NOVEMBER 2018: Updated for The Big Scary Python Update. Newborns and adoptees are now affected, though the magic won't work on adoptees until they're brought home.


A quick and dirty mod that randomly applies custom gender traits to NPCs who haven't already had the defaults applied to them. Most (all?) premade sims in a new game and any new townies should be eligible.

What happens, exactly?
Ordinarily, when a sim is loaded during gameplay, they are given a set of gender traits (masculine frame for males, feminine frame for females, etc.) if none have already been assigned to them. This mod allows the game to vary those traits. A male sim might be able to get pregnant, a female sim might prefer masculine clothing.

Why?
idk why not

Installation
Place cosmic_gender_ray.ts4script and cosmic_gender_ray_settings.json in your mods folder. They should both go in the same subfolder, or in the root of the mods folder.
The included .json file isn't strictly required, but I recommend you customise its values to your liking before running the game with this mod. A new file with default values will be generated if it's missing or invalid.

Customisation
Editing cosmic_gender_ray_settings.json allows you to adjust the probability a trait will be picked for male and female sims. There's no in-game settings menu, sorry!

As an example, under female_sim:
Code:
    {
      "wear_feminine": 80, 
      "wear_masculine": 20
    }

will give most (but not all) female sims a feminine clothing preference.

If you're unsure your syntax is correct, you can run the contents of your file through JSONLint .

Notes
  • Changes won't be applied to premade sims until you play a household
  • Clothing preferences applied by this mod won't be reflected in a sim's existing outfits
  • I've no idea how the game handles a sim who can both impregnate and be impregnated
  • It's possible to have the script assign additional traits by editing the settings if you're daring enough and know your hashes

Thanks to scripthoge for that injector thing everyone uses and to scumbumbo for including source with SCAM so I could have an example of how to do things