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!
Quick Reply
Search this Thread
Test Subject
Original Poster
#1 Old 27th Dec 2014 at 12:31 AM
Default need help with changeing lifetime wishes
I am trying to make some lifetime wishes harder but I cant get them to work in game
If I change the <LifeEventInputNumber>100000</LifeEventInputNumber> to <LifeEventInputNumber>1000000</LifeEventInputNumber> what else do I need to change to get it to work in the game
<Primitives>
<Name>*$n net worth</Name>
<Category>Lifetime Dreams</Category>
<Id>2004388412</Id>
<IsLifeEvent>x</IsLifeEvent>
<TriggerEvent>kFamilyFundsChanged</TriggerEvent>
<IsEverVisible>True</IsEverVisible>
<AcceptsNumber>True</AcceptsNumber>
<RequiredProductVersions>BaseGame</RequiredProductVersions>
<CountTextFunction>NNetWorthCountFunction</CountTextFunction>
<CheckFunction>NNetWorthMajorDreamCheckFunction</CheckFunction>
<FeedbackFunction>NNetWorthMajorDreamFeedbackFunction</FeedbackFunction>
<PrimaryIcon>w_lifetime_net_worth</PrimaryIcon>
<LifeEventInputNumber>100000</LifeEventInputNumber>
<LifeEventIsLifetimeDream>True</LifeEventIsLifetimeDream>
<LifeEventNature>Positive</LifeEventNature>
<LifeEventDefaultSnapshot>scrapbook_mem_money</LifeEventDefaultSnapshot>
</Primitives>

also is there a tutorial on how to change the text to the new numbers
Advertisement
Test Subject
Original Poster
#2 Old 27th Dec 2014 at 4:10 AM
I found what I needed to edit but 2 of the lifetime wishes I changed are Renaissance sim and Bottomless Nectar Cellar the text does not match the numbers.
Renaissance sim I changed to need 5 skills maxed but it still says max 3 skills.
Bottomless Nectar Cellar I changed to need 200 bottles and be worth 200000 but still says need 50 bottles worth 100000.
How do I change the text I cant find any tutorials on how to change text.
Inventor
#3 Old 27th Dec 2014 at 6:34 AM
You have to override single STBLs entries, using an Instance ID (for your STBLs) lower than that
of the official resources. See this as reference: http://modthesims.info/showthread.php?t=531587
Back to top