Posted by member 31 on 2004-03-25 19:29:06 link

Loading a module is fairly straight forward. You add this to your step.rc:

LoadModule "c:\path\to\module.dll"

That loads it right up. A lot of modules however need to also have several settings added to the step.rc before becoming useable. Read the modules readme.

Then, if you want to start creating themes and such, you will need to learn about OTS2 like Immortal explained. Quite a bit more complex, but with a better result when it comes to creating a theme. Good Luck!