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 23rd Nov 2021 at 4:48 PM
Default Sims4 modding help/adding a new relation type between sims ?
Hey, I'm actually making a mod on the sims4 and I want to add another relationship status between two sims unlocked with an interaction (like becoming best friends or a couple), but I don't know how to create the said relationship status and how to insert it in the loot of an interaction
Even if something I can't unlocked with an interaction and need to be add in CAS would be fine (like the family relationship status), the main point is to create the status shared by two sims

Thank you
Advertisement
Field Researcher
#2 Old 23rd Nov 2021 at 9:03 PM
Can't add it to CAS. You need to clone a file called a RelationshipBit (relbit for short), but in 32bit (aka FNV32). This is one you can clone: 15794 - friendship-bff and it's loot to study (needs a similar format): 36966 - Loot_BestFriendsForever_AddBoth
Tutorial on cloning files: https://www.patreon.com/posts/how-to-start-38023976
Making a loot: https://www.patreon.com/posts/tutorial-lets-31911223
Making an interaction and inserting your loot: https://www.patreon.com/posts/tutorial-lets-31955640
Adding the interaction to the game (if not a mixer, check the XML Injector Documentation for the "add interaction to sim"): https://www.patreon.com/posts/tutorial-lets-in-31990248

Make sure you have the TDESCs as well when working, so you can understand how files work: https://lot51.cc/tdesc

Creator Musings is a Sims 4 modder, poser/animator, and CC creator hangout server (though everyone is allowed) with a tutorial/resource directory, help channels, and mod/cc/sims 4 news channels!
My Discord | Twitter | Tumblr | Patreon
Test Subject
Original Poster
#3 Old 28th Nov 2021 at 5:06 PM
Thank you, I will try it
Back to top