|
Q: When I attempt to launch NODview I get the following error.
"Problem with command line parameters"
What am I doing wrong?
A: NODview should be run from the command line. Here's a blurb from the SDK docs on it:
NODView
-------
This tool can be used to view all the models in the game. NOD View cannot read
files from .nob files, so you must extract any files you wish to view. For NOD
View to work correctly, you should set it's working directory to the same
directory that you installed vampire into. Command line parameters are '-model'
and '-anim'.
So, it's best to run NODview from a DOS command line from your root vampire install
directory, something like this:
C:\Program Files\Vampire> nodsdk\nodview -model cashUS.nod
(You could just move nodview into your Vampire directory and save some hassle).
The awful alternative to this is to make a shortcut that sets all this up for
you, but that's so vile it's not even worth considering, IMO. :)
|