Hi Tiberius, making minimaps from 3dsmax requires a feature that is sort of misleadingly hidden by NWMax and VelTools. You need to load up the main GUI of TSC (Set Manager), load your .set, and then scroll down to the Create Mapimages section. Once you set all parameters and start rendering, it'll import tiles one by one and output the minimaps automatically. To note, you'll need to run it twice, one for features/groups, and one for the normal tiles.
[edit]
To load .Set Manager on 3dsmax startup:
open the subfolder \Scripts\Startup in your 3dsmax install, there should be a file named "nwn_tsc_startup.ms". Open it with a text editor, and add the lines
Code: Select all
global autostart=true
filein "nwn-set/set-manager.ms"
at the beginning (or I guess technically anywhere else would do), save and launch 3dsmax, the GUI should appear along with VelTools and NWMax.
If for some reason you like pain, you can load TSC manually, but the only way I know is either by finding and running the script from the 3dsmax script manager (tedious), or by going on the side pane in 3dsmax and clicking on "create" then "helpers", then in the rollout where it says "standard" click to select "NWN Tileset", then click on "Tile", scroll down to find "Tools", and finally click on "Set Manager" (even more tedious).