Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2011
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. 11:14 ~ % /opt/dead-cyborg-episode1/start-game.sh matthias@t60
  2. argv[0] = '/opt/dead-cyborg-episode1/data/blenderplayer-x86_64'
  3. argv[1] = '-w' , 7
  4. argv[6] = './data/levels/episode_01/episode_01.blend' , 7
  5. Loading /home/matthias/./data/levels/episode_01/episode_01.blend failed: File is not a Blender file
  6. usage: /opt/dead-cyborg-episode1/data/blenderplayer-x86_64 [-w [w h l t]] [-f [fw fh fb ff]] [-g gamengineoptions] [-s stereomode] filename.blend
  7. -h: Prints this command summary
  8.  
  9. -w: display in a window
  10. --Optional parameters--
  11. w = window width
  12. h = window height
  13.  
  14. l = window left coordinate
  15. t = window top coordinate
  16. Note: If w or h is defined, both must be defined.
  17. Also, if l or t is defined, all options must be used.
  18.  
  19. -f: start game in full screen mode
  20. --Optional parameters--
  21. fw = full screen mode pixel width
  22. fh = full screen mode pixel height
  23.  
  24. fb = full screen mode bits per pixel
  25. ff = full screen mode frequency
  26. Note: If fw or fh is defined, both must be defined.
  27. Also, if fb is used, fw and fh must be used. ff requires all options.
  28.  
  29. -s: start player in stereo
  30. stereomode: hwpageflip (Quad buffered shutter glasses)
  31. syncdoubling (Above Below)
  32. sidebyside (Left Right)
  33. anaglyph (Red-Blue glasses)
  34. vinterlace (Vertical interlace for autostereo display)
  35. depending on the type of stereo you want
  36.  
  37. -i: parent windows ID
  38.  
  39. -d: turn debugging on
  40.  
  41. -g: game engine options:
  42.  
  43. Name Default Description
  44. ------------------------------------------------------------------------
  45. fixedtime 0 "Enable all frames"
  46. nomipmap 0 Disable mipmaps
  47. show_framerate 0 Show the frame rate
  48. show_properties 0 Show debug properties
  49. show_profile 0 Show profiling information
  50. blender_material 0 Enable material settings
  51. ignore_deprecation_warnings 1 Ignore deprecation warnings
  52.  
  53. - : all arguments after this are ignored, allowing python to access them from sys.argv
  54.  
  55. example: /opt/dead-cyborg-episode1/data/blenderplayer-x86_64 -w 320 200 10 10 -g noaudio c:\loadtest.blend
  56. example: /opt/dead-cyborg-episode1/data/blenderplayer-x86_64 -g show_framerate = 0 c:\loadtest.blend
  57.  
  58.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement