Jump to content

Was scriptdragon considered before work began on Sexlab?


mewwwkittytt

Recommended Posts

Was scriptdragon considered before work began on Sexlab?

 

I'm just wondering, but it appears that because of the size of the project if it were implemented in C++ and loaded as a DLL into the game it would run better on our machines.

 

What was the reasoning to avoid scriptdragon?  No real benefit? Scriptdragon not around back then?

Could a heavy portion of the SL framework actually be ported to a DLL plugin and interact properly with the rest of it?

Link to comment

Well I've asked around a little elsewhere and apparently loading a custom DLL to call random game functions is a hackish solution that leads to hard to track bugs.

At least using Papyrus + SKSE as a sort of go-through to use game functions, it is a little safer.

 

I just realized I don't actually know what Papyrus script is compiled into..  It could handle pure computation a little better than I am guessing too.

Link to comment

 

If you were to read all of the posts regarding the Sexlab Framework you'd see that some functions have been moved to a SKSE Plugin, the SexlabUtil.psc file is all about the functions that have been moved to a plugin.

 

Specifically the idea is that all functions that are slow and called frequently which could be sped up by a compiled code version would be moved into the plugin.

Link to comment

Archived

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

  • Recently Browsing   0 members

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use