Dooge Posted August 15, 2016 Posted August 15, 2016 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
zax Posted August 15, 2016 Posted August 15, 2016 As far as I know Community Uncapper is the only SKSE plugin wrote in Delphi.
Dooge Posted August 23, 2016 Author Posted August 23, 2016 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; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.