#1
24th Aug 2023 at 12:32 PM
Moving Sims to Neighborhood family bin correctly with BHAV?
Greetings,
I have been wanting to create playable sims without using Create a Sim. I thought that instead, I could have them be randomly generated, and then move them out into the family bin in a process similar to the "Move Out" interaction available with the Newspaper.
However, looking through the Move Out Simantics for the Newspaper, then the Computer Semiglobals, and then the Old Taxi object, I could not locate anywhere where they are actually removed from the family.
Then I found that in the College Move Out Controller, there ARE calls to "remove from family" and then "add to family". They are added to family -1/FFFF, and according to the description of the generic call in SimPE, this SHOULD create a new family for them.
I then cooked up this BHAV
After fixing issues with space allocations and what not, it properly spawns a Sim. But saving and then going back to the neighborhood, the Family Bin is empty as before.
Checking the families in SimPE, the new family is correctly initialized with a new number. However, they are assigned to Subhood 5E instead of 1. Now why the heck does that happen? I only have the Magic and Hobbies subhoods, is the game expecting a specific type of subhood to be there?
I worry if I have stumbled into one of those hard-coded things, as I have a tendency to do. It isn't a big issue, of course, but if possible I'd like to do the whole process in-game.