Ideas
Hello all,
If any of you are still encountering this on the latest game version (without mods), would you be willing to share your save file(s)?
If so, please send me a private message with a link to the file. Instructions can be found here: http://x.ea.com/74420
Thanks!
- SacrificialsMods5 months agoSeasoned Adventurer
Thanks for the update, I have found the core issue that triggers the bug for Businesses And Hobbies EP.
In the testset <T>126907<!--testSetInstance_InteractionIsEncouragedByClubOrCustomerRulesOrHobbyClass--></T>
There is a loose test that allows anyone with the Role_HobbyClass_Attendee to perform any interaction that has this test set 126907 in the test_autonomous section of the interaction, which previously was only used for club activities.
Meaning, if any interaction can be autonomously ran by specific club activities/small business activities can also be ran by ANY hobby class attendee.
I believe that this is un-intentional as Hobby Class Attendees can now run interactions autonomously that were previously intended to only be ran by specific club activities.
Full XML:
<?xml version="1.0" encoding="utf-8"?>
<I c="TestSetInstance" i="snippet" m="event_testing.tests" n="testSetInstance_InteractionIsEncouragedByClubOrCustomerRulesOrHobbyClass" s="126907">
<L n="test">
<L>
<V t="club_test">
<U n="club_test">
<V n="affordance_rule" t="enabled">
<V n="enabled" t="is_encouraged" />
</V>
<V n="club" t="use_any_club" />
</U>
</V>
</L>
<L>
<V t="small_business_is_affordance_encouraged_test">
<U n="small_business_is_affordance_encouraged_test">
<E n="small_business_customer_situation_tag">Situation_SmallBusiness_Customer</E>
<V n="tooltip" t="disabled" />
</U>
</V>
</L>
PROBLAMATIC PART
<L>
<V t="situation_job_test">
<U n="situation_job_test">
<L n="role_tags">
<E>Role_HobbyClass_Attendee</E>
</L>
</U>
</V>
</L>
PROBLAMATIC PART ENDS
</L>
</I>Thank you for your time.
About The Sims 4 Bug Reports
Read First
- EA_Cade11 months ago
Community Manager