-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Crom (Thibaut CHARLES) edited this page May 30, 2024
·
15 revisions
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)
Improves server performance and allows running CLR/native code written in C# (and other CLR-compatible languages)
Download | Source code (outdated)
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
Synchronize and share characters between multiple machines for multi-server game worlds
- 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
- 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
Execute LUA scripts
Removes dodge and ability bonus limits