Quick Reply
Search this Thread
Test Subject
Original Poster
#1 Old 2nd Nov 2024 at 2:56 AM
Default Picking a Fear as a Want?
Hi! I'm new to modding but wanted to play around with some of the tools and found myself stuck.

I want one of my SIMs to want one of the available 'fears'. I tried setting the fear in the want category in the SIM editor, but that seemed to just break the game and it crashed. Does anyone know how to change a Fear into a Want or make the Fears accessible to the 'Wants' functions?

Like if a fear is "getting fat", but isn't available as a Want, can I mod the game so that "getting fat" could be something they could Want?
just a girl
#2 Old 6th Nov 2024 at 11:11 AM
Well, you probably can change a fear into a want, but it may have a funny effect on sims' wants going forward. Because want trees that control logic/continuity/consistency of wants and fears expect fulfilled fears to be a bad thing, this may lead to unexpected stuff, not game breaking, but unexpected

Your SimPE probably corrupted the file, that's why the game crashed. To edit or create wants you have to use very old version of SimPE or manually change encoding of the XWNT files (extract -> edit in code editor -> import back). That's what I did with my LTWs

It's also possible to edit want trees, of course
Lab Assistant
#3 Old 25th Mar 2025 at 7:46 PM
Quote: Originally posted by Lamare
Well, you probably can change a fear into a want, but it may have a funny effect on sims' wants going forward. Because want trees that control logic/continuity/consistency of wants and fears expect fulfilled fears to be a bad thing, this may lead to unexpected stuff, not game breaking, but unexpected

Your SimPE probably corrupted the file, that's why the game crashed. To edit or create wants you have to use very old version of SimPE or manually change encoding of the XWNT files (extract -> edit in code editor -> import back). That's what I did with my LTWs

It's also possible to edit want trees, of course


Ok, having an XWNT file in your downloads does indeed crash your game in newer versions of SimPE. I'm not sure what you are referring to, Lamare, by (extract > edit in code editor > import back). I really want a custom Lifetime Want!

Didn't like this world so I built my own - yourSims2guru
just a girl
#4 Old 25th Mar 2025 at 10:59 PM
Quote: Originally posted by heathensimmer
Ok, having an XWNT file in your downloads does indeed crash your game in newer versions of SimPE. I'm not sure what you are referring to, Lamare, by (extract > edit in code editor > import back). I really want a custom Lifetime Want!

The idea is not to edit XWNT in SimPE, but extract it from a package, open it in a code editor (I use Sublime Text), edit there, save and import back to the package. You might have to change its encoding before saving, especially if you already have edited and saved the file in SimPE, in which case it's borked. I'm a bit rusty on the details, but I think it has to be UTF-8, not the UTF-8 with BOM
Back to top