Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

zunath/NWN.Framework

Repository files navigation

NWN C# Framework

This is a proof of concept project for a modular C#-based plugin system for Neverwinter Nights.

The idea is that your core server can load or unload plugins as the server is running. Each plugin is put into its own project and is registered automatically with the PluginRegistration class.

The Redis plugin is an example of how this might be used.

This project likely won't be updated again but feel free to fork and expand upon it if you can think of a use for it.

Dependencies

  • Docker
  • A Neverwinter Nights module with the "mod_on_load" script set on the module OnLoad event.

An example configuration can be found in the Docker folder.

About

Proof of concept project for a modular C#-based plugin system for Neverwinter Nights.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages