Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi!

While testing my own mod and looking for an error in it, I had to check the lot51_core.log file. I noticed some information there about a possible issue with your mod.

I’m not sure whether this is actually a problem or not, but I decided to report it just in case:

[INFO] [TuningInjector] starting injections for timing InjectionTiming.TUNING_LOADED: Get to Work: Aliens Reloaded - Visible Brainpower Module by OneMoreKayaker (Kayaker:TuningInjector_VisibleBrainpower)

[WARNING] Cannot inject periodic_stat_change to <class 'sims4.tuning.instances.coffin_Autonomous_Sleep'>. This affordance does not use flexible_content basic_content.

[WARNING] Cannot inject periodic_stat_change to <class 'sims4.tuning.instances.watch-movie_FallSleep'>. This affordance does not use flexible_content basic_content.

Thanks for letting me know! Those are harmless - its just Core Library letting you (and me) know that the autonomous start to "coffin sleep" and falling asleep while watching a movie aren't compatible with recharging Alien brain power. I believe that may be new as of the June 30th update, since the devs tweaked the sleep coding to make sleep reduce "dazed" buffs. I'll remove the outdated coding in the next mod update.