Neverwinter Nights: Enhanced Edition

Neverwinter Nights: Enhanced Edition

80 ratings
Basic Character Trainer
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
2.389 MB
21 Jul, 2018 @ 5:11pm
9 Feb, 2019 @ 10:28am
4 Change Notes ( view )

Subscribe to download
Basic Character Trainer

Description
This is a very basic character trainer module.

It does not have advanced appearance customization nor item forging abilities.

It does have everything you need to quickly make a character and equip him with basic gear to play a module with starting level x. I tried to target the module towards new players by adding level appropriate choices and hiding equipment that their characters cannot use. I.e. if you don't know what gear is appropriate to a level 9 character, this might be the training module for you.

The module does have a small arena where you can test yourself against standard enemies or one of 4 archetype enemies.

The module does not use any haks or overrides.
Popular Discussions View All (4)
4
15 Aug, 2021 @ 5:18am
The Cleric
wendigo211
0
9 Feb, 2019 @ 10:50am
The Warrior
wendigo211
0
9 Feb, 2019 @ 10:46am
The Sorceress
wendigo211
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.