Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Test Subject
Original Poster
#1 Old 28th Aug 2011 at 9:05 PM
Default help with mod
Hello I need help with making the break into house action available to everyone not just investigators i have already found the file and would like to now what part to edit for my goals
<?xml version="1.0"?>
<base>
<Interaction name="Sims3.Gameplay.ActiveCareer.ActiveCareers.PrivateEyeInteractions+BreakIntoHouse+Definition" />
<Object name="Sims3.Gameplay.Core.Lot" />
<CodeVersion name="EP2" considerCodeVersion="False" />
<Current_Tuning>
<Disallow DisallowAutonomous="False" DisallowUserDirected="False" DisallowPlayerSim="False" />
<BaseAvailability>
<AgeSpecies AgeSpeciesValue="T,Y,A,E" />
<MotiveThreshold MotiveThresholdType="None" MotiveThresholdValue="0" MotiveBelowCheck="False" />
<MoodThreshold MoodThresholdType="None" MoodThresholdValue="0" />
<SkillThreshold SkillThresholdType="None" SkillThresholdValue="0" />
<CareerThreshold CareerThresholdType="Undefined" CareerThresholdValue="0" IncludePastCareers="False" />
<Lot AllowNonGreetedSimsIfObjectOutside="False" AllowNonGreetedSimsIfObjectOutsideUserDirected="False" AllowGreetedSims="True" AllowOnCommunityLots="False" AllowOnAllLots="True" />
<World RestrictionType="None" Types="" Names="" />
<Room AllowInTombRoomAutonomous="False" />
<Misc DisallowedIfPregnant="False" DisallowedFromInventory="False" />
</BaseAvailability>
<Check type="All" value="0" />
<Tradeoff name="BreakIntoHouse">
<Localization autoGenerate="False" />
<Time value="1" addRoute="True" />
<Exit funExit="False" stressExit="False" interruptible="False" />
<RouteLeadIn allowed="False" />
<AskJoinInteraction joinable="False" />
<ScoringFunction alwaysChooseBest="False" name="" specificCommodity="None" />
<ActionTopic name="" ActionTopicUnavailableAfterActionFinishes="False" />
<Output>
</Output>
</Tradeoff>
<Notes Notes="" />
</Current_Tuning>
</base>

thanks in advance
Back to top