v3.7 Update - Alien Pollination and Expanded Fears


The v3.7 update is now live. It brings along some new stuff, updates to current mod content, and assorted bug fixes. It also beings laying the groundwork for v4.0, with some under-the-hood changes. Please note that Aliens Reloaded will require a script in the near future, so you will want to make sure the files are no more than a single folder deep in your mods folder.

I do recommend deleting your cache file before installing this update to make sure everything runs as smoothly as possible.

New Stuff

  • Added pop-up when your currently active sim first discovers that aliens are real, to commemorate the occasion. To prevent annoyances, this will only happen to your currently active sim.
  • Sims will now get a life milestone for discovering the truth about aliens, if you own Growing Together. This will apply retroactively to your current sims, so long as they have the Knows the Truth trait.
  • A pollinated sim who is familiar with what alien pollination is will gain different buffs and have different interactions than sims who have no idea what's going on. This is compatible with both male and female sims, though please note that MCCC has default settings that change who is able to be pollinated and that they override this mod.
  • New socials are now available for pollinated sims and those around them.You can congratulate a pollinated sim, warn a pollinated sim, or ask to feel the baby. A pollinated sim can complain about their symptoms, share the big news with more appropriate animations, or offer for another sim to feel the baby.
  • Sims can now learn that other sims are afraid of aliens and will be able to see this in their relationships panel. Sims with higher charisma will be better able to disguise their fear when talking with nonafraid sims or with aliens, while sims with higher logic will have a greater chance of uncovering the truth.
  • Fear of Aliens will now have an impact on the success or failure of certain interactions.

Updates

  • Both Memory Erase and especially Mind Wipe will be more difficult to trigger autonomously. Mind Wipe will not run autonomously unless certain specific requirements are met - the alien being discovered by an enemy, the human being afraid of aliens and not a friend of the alien, etc.
  • Mind Wipe has been upgraded to be more powerful. Mind Wipe will now completely remove knowledge of aliens from a non-alien target sim. The mind wiped human will no longer Know the Truth, be afraid of aliens, and won't be able to access the forums. Their Alien Lore skill will be reset to zero.
  • If a sim was on a Conspiracy Hub quest when they were mind wiped, they will need to regain their knowledge of Aliens and of mind wipe before they can complete their quest. Ask a Conspiracy Hub sim for more information.
  • Updated compatibility with the Skeptical trait from Life and Death. Being a Skeptic will now provide some protection from alien mind powers, including Mind Wipe, as well as limited protection against Compel.
  • Upgraded compatibility for burglars. Aliens will now be able to Mind Whammy the burglar to make them go away.
  • Aliens, part-aliens, and Knows Truth sims are now able to quickly lock a door for everyone without having to go digging in the pie menu. This was intended for the Mysterious Skies lot trait, but also works for burglars.
  • The Nanoo Nanoo bassinet is now available for purchase in the Sixam Online store. It has been updated to support drag-and-drop, and to allow players to both place from sim inventory and return to sim inventory. Please note that this was done via an override, which is not compatible with other overrides.

Bug Fixes

  • I have temporarily removed the ability for the active sim to join the Conspiracy Hub situation and have the headline over their head, as that was introducing LEs. I am looking at ways to restore this, however.
  • Aliens will now regenerate brain power when going to sleep cuddling in bed (Lovestruck).
  • Fixed missing animations when asking an alien about Sixam.
  • Fixed another LE related to invalid whims tuning

Under the Hood Changes

  • I am preparing to introduce new premade NPCs and tie premade NPC relations into my other mod, Premade Sim and Relationship overhaul. This will most likely launch in v4.0. Stay tuned!

Files

Main Mod: Aliens Reloaded - v3.7 5.7 MB
40 days ago

Get Aliens Reloaded: a Get to Work Mod

Comments

Log in with itch.io to leave a comment.

  Hello :) The mod after the last update shows BE: Possible Cause (Confidence: 100%) KAYAKER - Alien Reloaded Mod\Kayaker_GtW_AliensReloaded_v3.7_MainMod.package 
Invalid Tuning buff_HadBaby_Male

Hi! Thanks for letting me know - someone else also reported this on Nexus, but didn't have the exact name of the file. However, after looking at the coding and testing in game, I don't see any problems - everything looks fine with that file coding-wise, it works in-game, and there's no issues reported by the Tuning Error Notifier or MCCC. BE is super sensitive sometimes (I personally don't use it for that reason) you should be safe to ignore it.

Unfortunately both the game and MCCC also show LE, something may be wrong

(3 edits)

Ah, gotcha. I'll try installing BE and see what comes up on my end of things. Would you also be able to send over a  copy of your system info log from MCCC?

Edit: I installed BE and still didn't have any warnings or LEs on game start, and no issues with that file during gameplay. I may need both the system info log and sim info log from MCCC to diagnose what's going on (MCCC -> Sim Commands -> Logging Commands, the file will appear in your MCCC folder).

Also, if you use BE to check for conflicts, do you see any conflicts with AR files?

Sure,

  • Last Module Called: exceptions_feedback.py
  • Last Function Called: _on_exception_occurrence
  • Error message: [BE Interceptor] BE intercepted this error from a separate mod log so that it can scan for the issue. (TypeError: 'NoneType' object is not iterable), CategoryID: exceptions_feedback:18

  • Last Module Called: mc_woohoo_tuning.py
  • Last Function Called: change_buff
  • Error message: (TypeError: 'NoneType' object is not iterable), CategoryID: mc_woohoo_tuning:779

 

Pretty Error CallStack (Click to expand/collapse)

injector.py
_wrapped_function
26
.\WickedWhims_v186.3\turbolib2\services
affordances_service.py
_turbolib_on_tunable_class_tuning_load
498
InstanceManager_buff
E:\Builds\MCCC_2025_1_1\mc_cmd_center
mc_injections.py
inject_load_data_into_class_instances
362
E:\Builds\MCCC_2025_1_1\mc_cmd_center
mc_injections.py
_process_woohoo_tunings
526
E:\Builds\MCCC_2025_1_1\mc_woohoo
mc_woohoo_tuning.py
change_buff
779
<mc_woohoo_tuning.WoohooTuningInjection object at 0x00007FF3D591A150>

Module Line
(2 edits)

Ah, I suspect this is a compatibility issue with MC Woohoo and possibly Wicked Whims, then. Most likely they're trying to change some of the pollination coding that I've tweaked. I can try redesigning some parts of this to get around MC Woohoo's intended changes, but because that's all in Python I have limited visibility into exactly what's going on. I don't use either of those so didn't run into any issues.