I published another visual novel! This one was a short one for a week-long game jam, where you get visited by an old friend I named after Brooke Jung from Hazel Hollow… Maybe you can already guess where this is going :P

Image

Hi! It's the simler90 Dining Group Mod anon again. So after some googling on how to extract BCON 0x2004 from group 0x7FDFFE55 and editing the lines you told me (thank you btw) I have two questions that I wasn't able to find answers on by myself, hope you don't mind. I pressed the 'make labels' button (creating a TRCN file) so that I know which lines to edit again, is this fine to do? And would deleting the lines I won't use (0x0,0x3,0x6 & 0x7) be okay or does it need to stay there?

Hello! Creating a TRCN in your mod .package is fine. You can delete the text for those unused lines from the TRCN, but TRCNs aren’t able to “skip” lines so to speak so if you delete 0x0 for example all that does is make the old 0x1 line the new 0x0 line, which means it now matches up with the wrong BCON line.

Same more or less applies to BCONs by the way, deleting lines just shifts lines up and generally just messes up everything.

Image

Hello Midge! It's the anon who asked about the dialog string conflict between the disassemble servo mod and the servo chore controller again! I wanted to let you know that the most recent update isn't working quite right. Rather than seeing "you don't own a charging station" (which is in the chore controller's dialog strings under the do chores global group), what's showing up are the unit assigned/unassigned strings from the chore controller's private 0xFFFF group. Thanks for your help before!

Hi! *facepalm* yep, accidentally nabbed the strings from the wrong STR#. I’ve fixed it for real now!

Image

hi midge, i want to use monique's automatic payment mod but i have noticed that it deducts/pays funds twice. so someone who should get $50 gets $100. i have AL/M&G so i'm guessing it's not up-to-date - is there a way i can fix this myself?

Hello! The code for the autopayment… frankly looks like a mess. I think the BHAV 0x1004 in MQ_Auto_Payment_Controller should have its call to BHAV 0x1005 removed, but I’m not entirely sure if that’s correct and won’t have unintended consequences since I’m not entirely sure why that BHAV is there and might be missing something about the function it’s supposed to serve… give it a try in a test hood, maybe.

Image

Jezz midge, I misplaced everything, I'm sorry! I mean that HDCU suggest a load order lol! I dunno why I was with SiMidge in mind. But anyway, I put sim manipulator in a folder, and then to load before all mods and now the add-on menu is working again! I changed a lot of mods recently and I think I forgot to mess the load order to work properly. I also had this problem with 'notownieregen', that was in my mods folder, but I having a lot of random townies clogging my hood. I think I solved! Tks!

HCDU also doesn’t suggest load orders, just tells you the load order you already have. Regardless I’m glad you got your mod setup working again!

Image

Hello Midge! Do you know if it's possible to make it so playable ghosts can directly float between floors rather than floating up/down the home's staircase? Playable ghosts are so useful and fun to play with! Thank you very for making them!

Hi! The only way I can think of is having something like that teleporter “staircase” I saw once with some invisible recolor and made only usable by ghosts… might be a neat idea if you were going for a “haunted house” build where the house has been renovated but ghosts are floating up at the location of the old stairs. I’ll tag this as “to maybe do” because that could be cool, but I don’t really envision getting that much use out of it myself so I make no promises and anyone else who wants to try to make & release something like that has my blessing.

Image

Hello sorrys for being a bother I tried downloading some of your Mods like Confess to Cheating and develop a crush but it seems they aren't working or am I doing smth wrong? I keep receiving an Error message

Hi! Without knowing anything about the error message I can only really guess… are you trying to use them in TS4? Somehow a lot of people seem to have the misunderstanding that develop crush is a TS4 mod, but it’s actually for TS2, same with confess to cheating and all my other mods.

Image

Hello, Midge. Do you know if the more extreme a Sim's preference is has any noticeable gameplay change? For example, would the behavior that a Sim with -5 attraction to males displays, and the behavior a Sim that has -10 to males displays be different from each other? I hope this makes sense. Thanks. :)

The extremity of the preference only matters in that the game sometimes compares the two preferences to see which is bigger to figure out what wants the sim is allowed to roll, and the extremity also determines how hard it’d be to change the sim’s sexuality through natural gameplay. With @deedee-sims’s no bi gender pref decrease that doesn’t matter as much, and my gender pref allow wants fix and twojeff’s have child not adopt + baby wants fix (or mods based on the same) can help keep the game from trying to treat all bi sims as straight or gay based on which gender they have more attraction to. So basically extremity might not matter at all depending on your mods.

Image

Hi, Midge. Do you know what BHAV(s) control the conversations Sims have while sitting down? I found "Eat - _Loop" in Group 0x7F8834C8 for when they're eating and talking but I'm having trouble finding any where they're solely sitting down. Thank you. :)

Hello! All conversations are managed by the conversation controller. Its semiglobals, ConversationPersonalityGlobals, are where its code is, as well as a few globals various objects use to signify when sims enter or exit a conversable state (including when they sit down).

Image

Hello Midge! I'm looking into modifying the community Chef code so that they'll use fridges and food processor/counter surfaces to prepare food for restaurants, which is how the NPCs worked back in the Sims Hot Date. I don't mind them using the big chef stove to cook and serve the food, but at present they're pretty boring lol. I always liked how you could watch the Sims 1 chefs actually cook your food. Do you know where I should look for modding Chef NPC behavior? Is this even possible? Thanks!

Hi! The code for how NPC chefs prepare food is all in the stove itself - group 0x7F2B8FB4. The BHAVs “CT - Chef Cook” and “NPC - Chef - Cook Loop” especially stand out to me as relevant.

If you’re envisioning the chefs cooking exactly what diners order with anims based on the dish, you should know the way the restaurant code is setup means the chef NPC/stove never know or need to know what they’re making, with the food only revealed when the server serves it. Not only that, but as I remember it chefs will often try to “look busy” while waiting for the first orders (or in between orders, if there’s downtime) and end up producing another serving platter in advance, so even if you try and have the code check the dining controller and figure out what food is needed there won’t always be food needed.

Should be possible to add a few extra anims to be randomly switched between for variety, though even getting them to use counters and fridges isn’t a quick task - look at the food globals to understand how this is normally done.

Image

Do you know where in simler90 Dining Group Mod I can edit the STR and LTR that is being checked. It just might help me see more of my unplayables actually hang out with friends instead of strangers all the time.

The 5+ STR and 0+ LTR requirements are actually Maxis’s, not simler90’s, and aren’t even being checked in the BHAV that mod edits. You’ll need to extract BCON 0x2004 from group 0x7FDFFE55: lines 0x01 and 0x04 is the min STR, line 0x02 and 0x05 is the min LTR.