home *** CD-ROM | disk | FTP | other *** search
/ Virtual Reality Homebrewer's Handbook / vr.iso / 2mro / runtime / read.me < prev    next >
Text File  |  1996-03-19  |  2KB  |  50 lines

  1. This is the Runtime Module.  It is designed to run your worlds and allow 
  2. you to distribute them freely.  The Runtime will automatically read the world
  3. file named "DATA.WLD".  This allows you to rename the runtime to anything
  4. you like and just have to type in the .EXE name to run your world.  For
  5. example, lets say I have created a DACTYL.WLD and wanted to distribute
  6. it to others but wanted it to look as if I created the whole thing.  Here 
  7. are the steps I would take.
  8.  
  9. 1.  Create a directory to hold all my world information and runtime infor-
  10.     mation.
  11.  
  12. 2.  Copy all the runtime files into my new directory.
  13.  
  14. 3.  Copy all my world files into the new directory.
  15.  
  16. 4.  Rename my DACTYL.WLD file to DATA.WLD.
  17.  
  18. 5.  Rename the RUNTIME.EXE to DACTYL.EXE.
  19.  
  20. 6.  Now all the user has to do is type 'dactyl <enter>' and the world 
  21.     will run.  
  22.  
  23. The runtime will also accept command line arguments.  For example,  you
  24. could have just used the basic runtime system and just typed:
  25. 'runtime dactyl.wld' and it would have run your world.  This is fine for
  26. testing but becomes an extra step for other users to have to take.  Or you
  27. would have had to create a .BAT file to do it and that looks unprofessional.
  28.  
  29. There are also some other command line parms you may wish to use to let
  30. your users run wlds in stereo or use the glove.  They are:
  31.  
  32. -x      Stero Mode
  33. -1      Look on Com 1 for 3D glasses
  34. -2      Look on Com 2 for 3D glasses
  35. -g      Check for Nintendo Power Glove(tm) to use
  36. -k      Use 'choppy' movement keys
  37.  
  38. There is an example world in the RUNTIME directory to give you an idea
  39. of how to handle the setup.
  40.  
  41. The only files needed for distribution of the Runtime are:
  42.  
  43. RUNTIME.EXE
  44. DATA.CFG
  45. DEVICES.CFG
  46. VD400.DRV or VD200.DRV (for video)
  47.  
  48.  
  49. Have fun and lets see those worlds!!!
  50.