
C:\Documents and Settings\Pasquale\Documenti\Dropbox\warFarm>cmd
Microsoft Windows XP [Versione 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Pasquale\Documenti\Dropbox\warFarm>.\engine\bgEngine.e
xe
ndof: dead zone set to 0.10
usage:   .\engine\bgEngine.exe [-w [w h l t]] [-f [fw fh fb ff]] -c [-g gamengin
eoptions] [-s stereomode] [-m aasamples] filename.blend
  -h: Prints this command summary

  -w: display in a window
       --Optional parameters--
       w = window width
       h = window height

       l = window left coordinate
       t = window top coordinate
       Note: If w or h is defined, both must be defined.
          Also, if l or t is defined, all options must be used.

  -f: start game in full screen mode
       --Optional parameters--
       fw = full screen mode pixel width
       fh = full screen mode pixel height

       fb = full screen mode bits per pixel
       ff = full screen mode frequency
       Note: If fw or fh is defined, both must be defined.
          Also, if fb is used, fw and fh must be used. ff requires all options.

  -s: start player in stereo
       stereomode: hwpageflip       (Quad buffered shutter glasses)
                   syncdoubling     (Above Below)
                   sidebyside       (Left Right)
                   anaglyph         (Red-Blue glasses)
                   vinterlace       (Vertical interlace for autostereo display)
                             depending on the type of stereo you want

  -D: start player in dome mode
       --Optional parameters--
       angle    = field of view in degrees
       tilt     = tilt angle in degrees
       warpdata = a file to use for warping the image (absolute path)
       mode: fisheye                (Fisheye)
             truncatedfront         (Front-Truncated)
             truncatedrear          (Rear-Truncated)
             cubemap                (Cube Map)
             sphericalpanoramic     (Spherical Panoramic)
                             depending on the type of dome you are using

  -m: maximum anti-aliasing (eg. 2,4,8,16)

  -i: parent windows ID

  -c: keep console window open

  -d: turn debugging on

  -g: game engine options:

       Name                       Default      Description
       ------------------------------------------------------------------------
       fixedtime                      0         "Enable all frames"
       nomipmap                       0         Disable mipmaps
       show_framerate                 0         Show the frame rate
       show_properties                0         Show debug properties
       show_profile                   0         Show profiling information
       blender_material               0         Enable material settings
       ignore_deprecation_warnings    1         Ignore deprecation warnings

  - : all arguments after this are ignored, allowing python to access them from
sys.argv

example: .\engine\bgEngine.exe -w 320 200 10 10 -g noaudioc:\filename.blend
example: .\engine\bgEngine.exe -g show_framerate = 0 c:\filename.blend
example: .\engine\bgEngine.exe -i 232421 -m 16 c:\filename.blend


C:\Documents and Settings\Pasquale\Documenti\Dropbox\warFarm>