home *** CD-ROM | disk | FTP | other *** search
/ Ultimate Software Extreme 3D / US_3DEXTREME_1.iso / 3ds5.dos / 3dsnet.set < prev    next >
Text File  |  1994-10-15  |  4KB  |  102 lines

  1. ;------IMPORTANT!-------------------------------------
  2. ;Be sure to edit all parameters indicated by !!! to 
  3. ;   match your system before using for network
  4. ;   rendering. As shipped, this works for stand-alone 
  5. ;   queue rendering. See Chapter 2, "Advanced 
  6. ;   Rendering," in the Advanced User's Guide for 
  7. ;   details on network and queue rendering.
  8. ;-----------------------------------------------------
  9. ;     LOCAL MACHINE INFORMATION
  10. ;!!!Machine owner's name used to identify whose machine is
  11. ;  whose. (Up to 12 characters)
  12. NET-OWNER = "AJ Drol"
  13.  
  14. ;!!!Machine name (Up to 20 Characters) Each machine
  15. ;  should have a unique name.
  16. NET-NAME = "486/66-#22-16MB"
  17.  
  18. ;!!!ID number for local machine (0-9999) Each machine
  19. ;  MUST have a unique ID.
  20. NET-MACHINE-ID = 5545
  21.  
  22. ;Sets whether machine starts 3D Studio as a slave (SLAVE)
  23. ; or as a workstation (OFF). You must have a hardware
  24. ; lock in the parallel port to boot as a workstation,
  25. NET-MACHINE-TYPE = OFF
  26. ;-----------------------------------------------------
  27. ;     RENDER DISPLAY OUTPUT
  28. ;Sets default display for network rendering. Unless all
  29. ;  network machines have identical displays,set this to
  30. ;  null. You must then specify a width, height, and pixel
  31. ;  aspect ratio for the output, but all output frames are
  32. ;  sure to render in the same resolution. Can be overridden
  33. ;  in Network Parameters dialog box.
  34. NET-DISPLAY = NULL
  35.  
  36. ;Sets whether the Renderer warns you if you there is a
  37. ;  blank width, height, or aspect ratio field. If OFF or NO,
  38. ;  images may be rendered to each machine's display default
  39. ;  resolution and aspect ratio, without warning. 
  40. NET-REZ-WARNING = YES
  41. ;-----------------------------------------------------
  42. ;     RENDERER DISPLAY MODE
  43. ;Sets whether Renderer uses Box mode when rendering. Set to
  44. ;  ON or YES to use Box mode.
  45. NET-BOX-MODE = YES
  46. ;-----------------------------------------------------
  47. ;     PATH DEFINITIONS
  48. ;!!!Shared disk directory for all network control files
  49. ;  Do not use root! All net rendering machines must
  50. ;  share this directory.
  51. NET-PATH = "network"
  52.  
  53. ;Should image output be sent to local or server path.
  54. ;  Sets default for active "Output File:" button in 
  55. ;  Network Queue Entry dialog box.
  56. NET-DESTINATION = LOCAL
  57.  
  58. ;Path to send images to the local (rendering) machine.
  59. ;  Can be overriden in Network Parameters dialog box.
  60. NET-LOCAL-PATH ="images"
  61.  
  62. ;!!!Path to send images to the server.
  63. ;  Can be overriden in Network Parameters dialog box.
  64. NET-SERVER-PATH = "images"
  65. ;-----------------------------------------------------
  66. ;     NET COMMUNICATIONS SETTINGS
  67. ;Sets time interval in minutes between "squawks". Each
  68. ;  machine "squawks" periodically to notify network of 
  69. ;  its status. Range is 1-10.
  70. NET-SQUAWK = 1
  71.  
  72. ;Sets time interval in seconds between inquiries from this
  73. ;  system to others on the network. Range is 1-100.
  74. NET-POLL-TIME = 1
  75.  
  76. ;Sets whether the network should check for machine timeouts.
  77. NET-TIMEOUT-CHECK = YES
  78.  
  79. ;Sets the time interval in minutes that a machine is allowed
  80. ;  to sit without squawking before it's treated as having
  81. ;  crashed. Range is 1-60.
  82. NET-TIMEOUT = 4
  83. ;-----------------------------------------------------
  84. ;     NET OUTPUT
  85. ;Sets whether explicit error messages are included in the
  86. ;  log file. Generally, this should be set ON or YES. 
  87. NET-VERBOSE = YES
  88.  
  89. ;Sets whether an additional log file formatted for spreadsheet
  90. ;  use is created with each project. Filename is PROCESS.DAT,
  91. ;  where PROCESS is the name you assign to a project.
  92. NET-DAT-FILE = YES
  93.  
  94. ;Sets the network project file's read-only flag. This does not
  95. ;  affect the IPAS read-only. When set to NO, the network project
  96. ;  files are written normally. IMPORTANT: All machines on the 
  97. ;  rendering network must have the same setting. Default is Yes.
  98. NET-FILE-RDONLY = YES
  99. ;-----------------------------------------------------
  100.  
  101. END
  102.