home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / BRE0910.ZIP / IPLOCAL.DOC < prev    next >
Text File  |  1993-04-13  |  3KB  |  99 lines

  1. Barren Realms Elite                                   By Mehul Patel
  2.  
  3. InterPlanetary Local Play Documentation               Last Update: 1/19/93
  4. --------------------------------------------------------------------------
  5. Many sysops are unwilling to setup the InterBBS Gaming System are unsure
  6. of its workings or are unwilling to connect to another system.  This file
  7. explains how to set up 2 or more local games to be interconnected so you
  8. may essentially run an "InterPlanetary Local Game".
  9.  
  10. BRE supports connecting 2 (or more with a bit of work) games into an "Inter-BBS"
  11. Game so your players can play on both games and get daily returns from each
  12. BBS allowing your players to, in essence, play 2 or more empires.
  13.  
  14. If you'd like to do this, set up BRE directories (examples use C:\BRE\1 and
  15. C:\BRE\2) and set up PLANDATA.BBS files like this: (see PLANDATA.SAM for
  16. details)
  17.  
  18. C:\BRE\1\PLANDATA.BBS:                       C:\BRE\2\PLANDATA.BBS:
  19. Mehul Patel                                  Mehul Patel
  20. The Solar Realm #1                           The Solar Realm #2
  21. 1/1                                          1/2
  22. C:\BRE\1\FILES                               C:\BRE\2\FILES
  23. C:\BRE\NETMAIL                               C:\BRE\NETMAIL
  24. 1                                            1
  25. NONE                                         NONE
  26.  
  27. And Create a Nodelist called BRNODES.DAT in both BRE directories such as:
  28. (See NODEFORM.INF for details)
  29. -------------------------------Cut Here----------------------------------
  30. 1
  31. The Solar Realm #1
  32. 1/1
  33. Houston
  34. TX
  35. USA
  36.  
  37. 2
  38. The Solar Realm #2
  39. 1/2
  40. Houston
  41. TX
  42. USA
  43.  
  44. -----------------------------End Cut Here--------------------------------
  45.  
  46. Then, create C:\BRE\1\FILES, C:\BRE\2\FILES, and C:\BRE\NETMAIL directories
  47. as replacements for the Fidonet Mailer's directories.  BRE will create two
  48. more directories, C:\BRE\1\OUTBOUND and C:\BRE\2\OUTBOUND itself.  BRE can
  49. be run as a normal game from the BBS (have 2 games available - 1 for each
  50. "BBS").  In your BBS's daily Maintainence, add the following:
  51.  
  52. --------Cut Here-------
  53. C:
  54. CD \BRE
  55. CD 1
  56. BRE PLANETARY
  57. CD ..\2
  58. BRE PLANETARY
  59. CD ..\1
  60. COPY OUTBOUND\*.* ..\2\FILES           } Can be replaced with MOVE
  61. DEL OUTBOUND\0*.*                      } if you have it
  62. CD ..\2
  63. COPY OUTBOUND\*.* ..\1\FILES
  64. DEL OUTBOUND\0*.*
  65. CD ..
  66. DEL NETMAIL\*.MSG
  67. -------Cut Here--------
  68.  
  69. That process is equivalent to sending stuff to and receiving stuff from
  70. another BBS and processing it.  If you would like a faster game (ie, forces
  71. return immediately), run the above 3 times.  2 times will speed it up but
  72. not to instant returns.  You can determine how quickly you would like your
  73. game to go inter-game wise.
  74.  
  75. For more than 2 BBS's, the process is the same except the format would be to
  76. make outbound files travel in a loop:
  77.  
  78. --------Cut Here-------
  79. C:
  80. CD \BRE
  81. CD 1
  82. BRE PLANETARY
  83. COPY OUTBOUND\*.* ..\2\FILES           } Can be replaced with MOVE
  84. DEL OUTBOUND\0*.*                      } if you have it
  85. CD ..\2
  86. BRE PLANETARY
  87. COPY OUTBOUND\*.* ..\3\FILES           } Can be replaced with MOVE
  88. DEL OUTBOUND\0*.*                      } if you have it
  89. CD ..\3
  90. BRE PLANETARY
  91. COPY OUTBOUND\*.* ..\1\FILES
  92. DEL OUTBOUND\0*.*
  93. CD ..
  94. DEL NETMAIL\*.MSG
  95. -------Cut Here--------
  96.  
  97. Good luck, and have fun running BRE!
  98.  
  99.