Quick Reply
Search this Thread
Test Subject
Original Poster
#1 Old 22nd Aug 2024 at 1:54 AM Last edited by Alderlock : 22nd Aug 2024 at 5:37 PM.
Default Sims Goes on restart mode when using custom appliances
Hello Guys, I need help with this glitch, I spammed CTRL+SHIFT+C back then to use setquartertile cheat, however, I was sleepy and spammed CTRL+ALT+C instead. This probably caused all of the items in the lot to glitch and make my sims go on restart mode constantly when using the CC items I have no idea but then I went to other community lots it seemed like receiving the same error, I have no idea what to do I don't know how to read the error log. Would you guys kindly take a look at it and see what is going on?
Attached files:
File Type: rar  Logs.rar (57.7 KB, 4 downloads)
Advertisement
Mad Poster
#2 Old 22nd Aug 2024 at 4:37 AM
Looks like the bouncy house is using sofa semiglobals for some reason. Ctrl+Alt+C doesn't do anything as far as I'm aware, I think the bouncy house was just badly made.
Test Subject
Original Poster
#3 Old 22nd Aug 2024 at 5:17 AM
Quote: Originally posted by kestrellyn
Looks like the bouncy house is using sofa semiglobals for some reason. Ctrl+Alt+C doesn't do anything as far as I'm aware, I think the bouncy house was just badly made.

Now that I think of it, the bouncy house causes problems whenever I put it in the lot, every appliances that required sitting down seemed to reset the sims. What do you think I should do? should I change the BHAV into this? https://modthesims.info/d/501526/th...body-skill.html
Mad Poster
#4 Old 22nd Aug 2024 at 8:25 AM
I think you should just not use it. I don't know where the download is, I can only find one that's for Sims 4, so I don't know exactly how broken it is.
Mad Poster
#5 Old 22nd Aug 2024 at 11:37 AM
There's one here. https://modthesims.info/d/55890/jumping-castle.html

And one here. https://jacky93sims.tumblr.com/post...-for-the-sims-2

Jacky93Sims' stuff is usually pretty good, though. Echo too, but it does say that it was based on the sofa.
Scholar
#6 Old 22nd Aug 2024 at 12:32 PM
Is that a thing you can actually sit on? If not, go into all the OBJfs and set the row for sitting to 0. I find it suspicious that it has a sitting function for every tile. Maybe it is only possible to sit on some of them.
Mad Poster
#7 Old 22nd Aug 2024 at 1:20 PM Last edited by kestrellyn : 22nd Aug 2024 at 1:49 PM.
Quote: Originally posted by Charity
There's one here. https://modthesims.info/d/55890/jumping-castle.html

And one here. https://jacky93sims.tumblr.com/post...-for-the-sims-2

Jacky93Sims' stuff is usually pretty good, though. Echo too, but it does say that it was based on the sofa.


Ok, one of the Jacky93Sims ones seems to be the object from the error log. It does have a SofaGlobals GLOB, and its init function calls the SofaGlobals init function, which sets its category to be a sofa. I think it needs the GLOB for the animations, but it might be fixed if you just delete that line in the init function and the semiglobal functions in the OBJFs, possibly something is searching the lot for objects categorized as sofas and trying to see if sims can sit on them. I don't think the TTAB is an issue, it has the right instance and there's no TTAB in SofaGlobals that could be interfering.
Test Subject
Original Poster
#8 Old 22nd Aug 2024 at 5:29 PM
Quote: Originally posted by kestrellyn
Ok, one of the Jacky93Sims ones seems to be the object from the error log. It does have a SofaGlobals GLOB, and its init function calls the SofaGlobals init function, which sets its category to be a sofa. I think it needs the GLOB for the animations, but it might be fixed if you just delete that line in the init function and the semiglobal functions in the OBJFs, possibly something is searching the lot for objects categorized as sofas and trying to see if sims can sit on them. I don't think the TTAB is an issue, it has the right instance and there's no TTAB in SofaGlobals that could be interfering.

Well I really love this CC so.... I don't want to give up on it lol, I have informed this to Jacky, and I already told her what you guys suggested and it helped thank you very much kestrellyn, jonasn and Charity :D
Scholar
#9 Old 23rd Aug 2024 at 6:33 PM
They search for Best Object for Function, not by category. You can sit on other types of chairs too like dining chairs or barstools. Sometimes in those loops a certain category of chair is excluded. The "sitting value" influences how nice the chair appears, but I don't know of setting it 0 is enough to fully disable it. Best remove the function. Because you can also do a better manual search loop where function sit > 0 to prevent them from going to sit too far, like I do for coffee.
Back to top