PDA

View Full Version : Restaurant no stuffed moodlet


spy_sim
6th Feb 2011, 07:45 PM
Hello everyone,

i noticed that when my active sim eats few times in row in the restaurant (not the bistro) the stuffed moodlet will not be appear. That causes no weight gain. Inactive sims (in my group e.g.) do gain weight. So that bug may only affect active sims.
I'm quite fresh to the modding with s3pe and i already looked at the xml and itun which are related to the restaurant. But i dont get the point where the fault maybe is.

For every hint and help i will be thankful. Maybe someone else can confirm that bug.

ellacharmed
8th Feb 2011, 03:23 PM
This is new...
Does this happen in all worlds?
And affect all Households that are active at that point of time? So, if you switch Household, the previous one can get the moodlet if they autonomously stuff themselves, but not the current active one?

Just to be sure, you have excluded CC causing this behavior? This is a possible new bug that you're asking for confirmation on so that you can mod the game to fix it?

Hmm...how would I go about troubleshooting this...in making sure my inactives are stuffing themselves, I mean.

Buzzler
8th Feb 2011, 05:30 PM
After looking at the code, I can partially confirm the issue. The bistro will always give the Stuffed moodlet to all involved sims, the diner only gives it to the followers (if there are any). That is if the related sims are actually stuffing themselves.

I'm quite fresh to the modding with s3pe and i already looked at the xml and itun which are related to the restaurant. But i dont get the point where the fault maybe is.That behavior can't be influenced by a tuning mod.

spy_sim
8th Feb 2011, 06:35 PM
Hello, thx for reply.

First time i noticed it when i was already using awesome mod. After removing all mods the issue still affects, so it's a general game behaviour.

That behavior can't be influenced by a tuning mod.
Ok, then i don't need to look for it with s3pe. thx.

Is that behaviour wanted or is it a real bug? It just make no sense to me that you can get stuffed at bistro but not at diner. Anyway it's just a marginal problem.

Buzzler
8th Feb 2011, 06:47 PM
Is that behaviour wanted or is it a real bug? It just make no sense to me that you can get stuffed at bistro but not at diner.It makes no sense, yes, but if the EAxians had an actual reason to include the related code in the bistro class, and not not in the diner class, instead of just letting their shared base class handle it for both of them? And why didn't they make the actual eating interaction handle it since that seems to be the place where it belongs in the first place? Impossible to tell for sure.

ellacharmed
8th Feb 2011, 07:46 PM
I would take that as a "feature" instead of a bug, then.

If you still want to "fix" this "feature" and need help in figuring things out, I can move this thread to our Modding section.

Else, this would be locked as no help is required (other than a need to modify the in-game behaviour). :)

spy_sim
8th Feb 2011, 08:11 PM
This thread can be closed.

I guess to fix that will need to make a core mod as the base classes need to be changed. At the moment i dont occupy myself with core modding, so the thread dont need to move to the mod section.