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!

No Popular Club Reaction

SCREENSHOTS
834 Downloads 45 Thanks  Thanks 13 Favourited 2,568 Views
Uploaded: 28th Apr 2021 at 6:20 PM
Please note that this mod requires Get Together!


I use clubs a ton. They're a massive part of my gameplay. Every generation in my legacy challenges is in a club with their roommates, who they've been friends with since childhood. But something drove me up the wall: the roommates, upon seeing my Sims, would stop what they were doing just to cheer. I've had roommates wake up from sleeping to cheer at the sight of my Sims.

And so I dug into the code and whipped this together: this mod disables Sims cheering at the sight of you if your club has the "Popular Club" perk point.

Technical stuff: this one is pretty simple. It edits 0C772E27!00000009!000000000001FAF2.loot_Club_AwedByMember.ActionTuning. This file is a "loot" file, which essentially determines what happens when a Sim is around a popular club. Two things happen: the first is that they get a buff. I left that alone; this mod does not edit any buffs. The second: they react. It's coded in a manner that, in essence, says "reaction = enabled." This mod changes that to "reaction = disabled." 

Again, this mod modifies 0C772E27!00000009!000000000001FAF2.loot_Club_AwedByMember.ActionTuning and anything else that does so will conflict with it. However, mods that edit clubs in other ways will not; for example, it's compatible with mods that increase club sizes. As long as a mod doesn't edit the loot from having the Popular Club perk, it should be fine.