ShideKnight
27th Oct 2011, 12:51 AM
Heyyas, I am trying to rewrite the body sculptor to have some additional abilities. How would I go about doing that? Should I include in the .dll just the parts that I'm modifying, or do I have to do it as a core mod?
I'm kind of at a loss right now. I got it to compile at least but now Sims3 is crashing when it starts. I have a feeling it's because of how I am trying to replace the methods of the body sculptor. Can someone point me to a mod I can look at or post a snippet of CIL or C# that gives an example how to do it?
My original idea was to just try and overwrite the whole Sims3.Gameplay.Objects.Rewards.BodySculptor code.
I'm kind of at a loss right now. I got it to compile at least but now Sims3 is crashing when it starts. I have a feeling it's because of how I am trying to replace the methods of the body sculptor. Can someone point me to a mod I can look at or post a snippet of CIL or C# that gives an example how to do it?
My original idea was to just try and overwrite the whole Sims3.Gameplay.Objects.Rewards.BodySculptor code.