a dps meter for neverwinter nights
Find a file
bgw 327a88d962
Some checks failed
test / test (push) Has been cancelled
feat: add curve name filter and allow toggling
2025-07-28 23:02:37 +01:00
.github/workflows initial commit 2025-02-04 22:31:01 +00:00
src feat: add curve name filter and allow toggling 2025-07-28 23:02:37 +01:00
test chore: remove build errors, update docs, pin shore version 2025-05-10 13:07:54 +01:00
.gitignore initial commit 2025-02-04 22:31:01 +00:00
flake.lock flake.lock: Update 2025-07-10 15:58:59 +01:00
flake.nix refactor: first pass migration to shore 2025-04-27 14:53:11 +01:00
gleam.toml refactor: remove unused simplifile dependency 2025-07-28 18:03:20 +01:00
LICENSE chore(license): add AGPL license 2025-04-20 13:31:20 +01:00
manifest.toml refactor: remove unused simplifile dependency 2025-07-28 18:03:20 +01:00
README.md chore: remove build errors, update docs, pin shore version 2025-05-10 13:07:54 +01:00

nwdeeps

A dps meter and cooldown tracker for neverwinter nights, specifically targeted at the Arelith server.

Dependencies

  • erlang v28

Usage

You must turn on all logging inside neverwinter nights, this can be done by:

  • Options
  • Game Options
  • Game
  • Under "Logging", enable "Game Log Chat All"

Find your log folder, for example:

/home/bgw/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/compatdata/704450/pfx/drive_c/users/steamuser/Documents/Neverwinter Nights/logs

Set this folder to the NWDEEPS_PATH environment variable

export NWDEEPS_PATH=/path/to/logs

Run the program

gleam run
# or if pre-bundled
./entrypoint.sh run

Development

gleam run   # Run the project
gleam test  # Run the tests