Jump to content

Reload plugin while in game?


Meithan

Recommended Posts

This may be a noob question. I'm currently developing a plugin and it's a pain to have to exit the game and reload whenever I change the plugin's code. Is there a way to make the game reload the plugin without reloading the whole game?

Link to comment
Share on other sites

That will not work. The dll will still be loaded in memory and will not allow you to overwrite the existing one. Unless there's some magic trick I haven't discovered how to first unload a dll then reload a new one, after overwriting the old one of course.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...