Vz:Doc:Running
From M1Research
(Difference between revisions)
Line 4: | Line 4: | ||
<b>VZ</b> has to parameters to run: | <b>VZ</b> has to parameters to run: | ||
- | *<code>-f</code> | + | *<code>-f</code> define scene to load after <code>vz.exe</code> startup (usefull for automatic scene load) |
- | *<code>-c</code> | + | *<code>-c</code> overrides config file used. By default used <code>vz.conf</code> file from current location - using this option its able to override used config file. |
+ | |||
+ | During running <b>VZ</b> produce a lot of messaging information. Sometime it's cause performance degradation. To avoid this its possible to redirect outputs to files: | ||
+ | <pre>vz.exe >log_std 2>log_err</pre> |
Revision as of 18:36, 24 March 2007
Starting of VZ is very simple.
Make sure your shortcut's "Start in:" point to VZ folder - all plugins and output drivers searched from current directory.
VZ has to parameters to run:
-f
define scene to load aftervz.exe
startup (usefull for automatic scene load)-c
overrides config file used. By default usedvz.conf
file from current location - using this option its able to override used config file.
During running VZ produce a lot of messaging information. Sometime it's cause performance degradation. To avoid this its possible to redirect outputs to files:
vz.exe >log_std 2>log_err