Jump to content

SKSE plugins


Dooge

Recommended Posts

Posted

Hello,

 

Mighty oracles heed my plea!

 

List here SKSE plugins that are as simple as possible, that were made with Delphi/Pascal and include source code. For reasons. 

 

 

I will start: http://www.nexusmods.com/skyrim/mods/1175/

 

Not simple tho, but it's a start. I can compile the source project to dll... which means if I understand it (It is quite complicated and no documentation), I could make my own SKSE plugin. So a simpler plugin might be a better place to start.

 

ANY plugin with source is OK

Posted

Does skse plugins register their functions to windows registry, or what does the 'register' part in the sample project do?

    bool RegisterFuncs(VMClassRegistry* registry) {
        registry->RegisterFunction(
            new NativeFunction0 <StaticFunctionTag, float>("MyTest", "MyPluginScript", MyPluginNamespace::MyTest, registry));

        return true;
    }

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...