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 13th May 2017 at 8:13 PM
Default Interactions
Thought I'd start a new thread for this, cus it's a different issue

I'm very new to modding, so please bare with me as I try and decrypt EA's commentless code

I was just wondering if anyone would be able to explain, in layman's terms, how interaction code works? Here's what I've got so far, trying to add the "BreakIntoHouse" interaction to every residential lot. It might seem similar, cus I've butchered parts from other codes in the threads, but only on topics that seem to have died. Consider this a revival :p



Again, layman's terms would be appreciated greatly!
Advertisement
Scholar
#2 Old 15th May 2017 at 5:10 PM
Have you checked the tutorials they're very helpful. You seem to have the right idea. Test it out and check the tutorials. You should probably add another piece of code so that if a new lot is created than the interaction will be added there automatically cause right now the game will only add the interaction to lots when the game load finishes. Right now the new lot will have the interaction only after closing and starting the game again.
This is properly explained in the tutorials.
this tutorial is specifically for interactions http://www.simlogical.com/ContentUp...e/uploads/1596/
This page has more hekpful tutorials http://modthesims.info/wiki.php?tit..._GeneralModding
Hope I helped
Test Subject
Original Poster
#3 Old 16th May 2017 at 7:51 PM
I've checked most of the tutorials but none of them really helped in explaining how to use a pre-existing interaction. Thanks though, I'll be sure to read through them again!
Scholar
#4 Old 18th May 2017 at 8:42 AM
Quote: Originally posted by boopidoop
I've checked most of the tutorials but none of them really helped in explaining how to use a pre-existing interaction. Thanks though, I'll be sure to read through them again!


You'll have to check the code for that particular pre-existing interaction. I think you add it the same way you add a new interaction, basically you create a new interaction which inherits all the qualities of the previous interaction so it will work just like the original except you get to make certain changes by overriding the inherited functions as per your preference. You also get to choose who to add it to like what kind of traits or age or occult status the Sim needs to break in.
Back to top