Forum Announcement, Click Here to Read More From EA_Cade.

Remove age restriction on objects --XML

Hi! I am very new to the modding community, but not to coding. I am still trying to figure out how everything works, through Sims 4 Studio. In any event, I am trying to mod a potty for emergency use only. I want it to be used for all ages, in case all the toilets in the house are in use. Weird, yeah...but that's besides the point. Vice versa, I actually would like to try to potty train toddlers on a regular toilet, instead of the potty.

I see that there are posture/rig restrictions, and more than likely the "stretch man"/"mush man" issue may occur. Thats ok. I just want to know what I am doing wrong. I have made it so that I can at least, as a non-toddler, select the potty. Of course, the sims wave their hands in confusion, as they are unable to actually USE the potty. Here is a sample of what I have:






<E n="target_type">OBJECT</E>
<L n="test_globals">
<V t="sim_info">
<U n="sim_info">
<V n="ages" t="specified">
<L n="specified">
<E>TEEN</E>
<E>YOUNGADULT</E>
<E>ADULT</E>
<E>ELDER</E>
<E>CHILD</E>
<E>TODDLER</E>
</L>
</V>
<E n="who">Actor</E>
</U>
</V>
</L>
<L n="_super_affordances">
<T>13328<!--debug_Reset--></T>
<T>13326<!--debug_ObjectDestroy--></T>
<T>103888<!--cheat_set_as_head--></T>
<T>196759<!--famePerks_GoodReputation_GivingBack_DonateObject--></T>
<T>144866<!--generic_PottyChairSit--></T>
<T>155916<!--ToddlerpottyChair_Clap--></T>
<T>157590<!--putDownHere_CarriedSim_PottyChair_FromCheckToddler--></T>
<T>144848<!--ToddlerPottyChair_Use--></T>
<T>144850<!--ToddlerPottyChair_Clean--></T>
<T>144916<!--simPicker_PottyTrainToddler--></T>
<T>144915<!--toddlerPottyChair_Use_WithMentor--></T>
<T>151130<!--simPicker_PottyTrainToddler_p2a--></T>
<T>106859<!--simRay_Transform_Object--></T>
<T>74457<!--fire_ReplaceBurntObject--></T>
<T>3161027653<!--Toilet_Sitting--></T>
<T>535966116<!--Toilet_Standing--></T>
<T>10162064220<!--EllieMarie_GoPotty--></T>
<T>168502</T>
</L>
</I>

Please let me know if there is more information I may be able to provide! Thanks, in advance, for the help!
Sign In or Register to comment.
Return to top