PDA

View Full Version : Understanding Interactions


Cosmas
22nd May 2011, 05:56 AM
I need some help with interactions, I've followed the Sims 3 Object Modding tutorial to perfection, but now I'm wondering what can I do as far as interactions go and is this something I do primarily in the C# code, or do I do it in Jazz.

From what I've searched around the forums there's not a lot of information about combining very many interactions with animations, and obviously this is because we're still in the midst of conquering animations, but I was curious if anyone was silently making headway in this field.

lenglel
22nd May 2011, 01:19 PM
You're not seeing it on the boards because it's in the mods. They can be decompiled
with tools like reflector or ilspy and examined to see how others have done their
interactions. Take a look at the script for dexter the bear, by ani. To do that you
need to select the s3sa resource, click "grid" and export the .dll file. Load that
into ilspy and you get a tree view of the classes used in the script. It's the best
example I've seen for how to use a custom jazz script in an interaction.

Cosmas
22nd May 2011, 07:33 PM
Thanks lenglel, I'll give that a try.