Skip to content
Crom (Thibaut CHARLES) edited this page May 30, 2024 · 15 revisions

Known NWNX4 Plugins

Additional plugins from nwn2dev

Full list here: https://github.com/nwn2dev?q=nwnx4-plugin-

  • xp_rpc: Communicate with custom RPC microservices (written in Go)
  • xp_tlk: Read additional TLK files and resolve strrefs (written in Rust)

Community plugins:

AuroraServerNWScript

Improves server performance and allows running CLR/native code written in C# (and other CLR-compatible languages)

Download | Source code (outdated)

AuroraServerExts

Adds new server features like:

  • Change the position where an object is displayed for a specific player
  • Create visual effects that are only visible to a specific player
  • Create fake players
  • Send custom chat messages
  • Change fog
  • Restart / crash the server
  • Generate crash dumps

Download

AuroraServerVault

Synchronize and share characters between multiple machines for multi-server game worlds

Download

xp_AspectManager

  • Adds lot of new possibility to manipulate the differents types of objects.
  • Allow to automaticaly scan the existing item appearances and manage lists
  • Fix belt visualisation

More info and Download

xp_MsgServer

  • Allow to have some secure login system again. Before any access on character creation or vault view
  • Open some easy access for other plugin that will want to use the Server Reception Message access

More info and Download

xp_lua

Execute LUA scripts

Download | Source code

xp_fix

Removes dodge and ability bonus limits

Download