Neverwinter Nights: Enhanced Edition

Neverwinter Nights: Enhanced Edition

Basic Character Trainer
12 Comments
Dargar 15 Aug, 2021 @ 5:17am 
pixel le mod gros
mm.shopping 23 Feb, 2020 @ 12:42am 
On Linux, file-names are case-sensitive. Consequently, files ending in ".Mod" will not show in the listing, as ".mod" is what the game expects to find.

Copying or hardlinking the files in the right place will solve the issue.
I prefer hardlinking, as it saves diskspace and a lot of time otherwise wasted for copying.

Below shellscript will hardlink ALL your workshop modules to "other modules":

8< - - - Cut here - - -

#!/bin/bash

workshop="~/.local/share/Steam/steamapps/workshop/content/704450/"
moduledir='~/.local/share/Steam/steamapps/common/Neverwinter Nights/data/mod"

# Files may be named .Mod or .mod
# Find them, hardlink them to the moduledir and rename them on the fly.
# You do not want .mod renamed to .mod.mod, hence the regex \.???
find $workshop -type f -iname '*.mod' \
-exec /bin/bash -c 'ln "$1" "${2%\.???}.mod" ' link_nwn_mod {} "$moduledir" \;
wendigo211  [author] 8 Sep, 2019 @ 11:24pm 
Try unsubscribing and resubcribing. I've had some trouble with the steam workshop and modules not showing up myself. It's a small module with no haks so it should download quickly.

You can also check the directory that it downloads to. Assuming the path is the same as it is on my computer it should be:
Program Files (x86)\Steam\steamapps\workshop\content\704450\1447313264\modules\Basic Character Trainer.mod
If you copy the file from that location to your documents\Neverwinter Nights\modules directory it should show up.
balth99 8 Sep, 2019 @ 7:11pm 
Not seeing it in my other modules list.
wendigo211  [author] 9 Feb, 2019 @ 11:07am 
Just a quick note on the recent update. As per OdinElGallardo's suggestion, I've added an arena. I did not have a chance to test it exhaustively, so please let me know if you find any bugs.
Pumpkin of Magnificent Evil 12 Jan, 2019 @ 1:55pm 
Appreciate it, Wendigo.
wendigo211  [author] 11 Jan, 2019 @ 12:41pm 
Try unsubcribing and resubscribing. The module is small (under a megabyte), so it shouldn't take too long to download.
IzzyFar 11 Jan, 2019 @ 12:19pm 
For some reason it does not appear on my other module list
wendigo211  [author] 23 Nov, 2018 @ 2:22pm 
Thanks for your comment. I'll see what I can do when I update the module again.
OdinElGallardo 23 Nov, 2018 @ 11:39am 
Its pretty useful, but it would be awesome if the module had any kind of arena to test our builds.
That is my suggestion.
Nice work, actually.
wendigo211  [author] 18 Sep, 2018 @ 9:28pm 
I'm glad to hear that you like it. If you have any suggestions for other features you would like to see, let me know. I want to keep it small, but I'm not opposed to a few modifications.
Logex 18 Sep, 2018 @ 9:20pm 
I love it