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 12th Mar 2015 at 6:22 PM
creating mod sim to sim
okay , hi , i'm new here . . .
here's my question . . .

i wanna create a mod where you can make your sim say something or do something with the other sims . . .
okay , for example . . . "nipple-twist" mod . . . okay ? shut up , it's an example . .
so , i wanna make a mod where your sim can nipple-twist the other sims

you know , let's say you have a sim name Jedd and another name Duke .
as you're using Jedd , you select on Duke (then all the interactions reveal) and then you saw the interaction "nipple-twist"
as you click "nipple-twist" , Jedd walks up to Duke , grab him by the nipples and twist . . . so tadaa !!

and yes , i know there are so many tutorials of making all kinds of mods . . . but none of them are helpful for me . . . even if there is a tutorial by mod script ,
it's all about objects . . .

I DON'T WANT TO MAKE MODS ON SIM TO OBJECT !! I WANT TO MAKE A MOD ON SIM TO SIM !!!!! X(((


gosh . . . can somebody , please , help me out ?
Advertisement
Inventor
#2 Old 12th Mar 2015 at 7:14 PM
Pure Scripting Mod - to learn how to add interactions to existing objects (Sims are objects too)
http://www.simlogical.com/ContentUp...e/uploads/1596/ (download the PDF at the top of the page)
You'll need this also to load xml data from you custom resources.

XML Social Interaction definition - to define the social interaction(s)
This can be complicated, I'm still learning it myself, but for what you have in mind should be the best solution
(it will take care of the routing, availability, etc etc). The alternative is to completely script the interaction.
http://www.modthesims.info/showthre...846#post4018846

Animation Tutorial - to create animations
I don't remember how/where I learned to do these, was probably a mix of tutorials + videos
http://www.modthesims.info/showthread.php?t=445678
https://www.youtube.com/watch?v=k5G80OTK6lM
https://www.youtube.com/watch?v=phWxC_qOFWM
Back to top