Help

I just started playing sins and am interested in trying to do some mods... how the heck do i create mods for sins? I can't get the developer tools to work because of the .dll issue but it seems like a lot of the mods have been done without the developer tool kit provided. Any info would be appreciated but you are definitely going to have to break it down beginner style for me.

1,778 views 2 replies
Reply #1 Top
Have you read the files within the "Documentation" folder of Forge tools. I found them to be very help full.
Reply #2 Top

The .dll error is most likely due to you not running the tools from the Sins installation folder. They use shared resources, and that's where the dlls are.

But the core of the modding is done with trusty old Notepad (or Notepad++, much better). There's a very nice intro/tutorial on that in the sins_modset.pdf in that Documentation folder Zero10oneSB mentioned.

The programs included in the tools are a map maker, a particle maker (weapon effects, ability effects), and a developer game executable that lets you spawn units and such after you launch the game, for easier mod testing.