Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
howto:door:tal [2016/11/06 18:00] – created Buckaroohowto:door:tal [2018/03/01 12:10] – Links to util:binkit changed to module:binkit digital man
Line 4: Line 4:
 In TAL, the player begins as ruler of a small county. The goal is to build the largest, strongest county. In TAL, the player begins as ruler of a small county. The goal is to build the largest, strongest county.
  
-Gameplay in The Arcadian Legends is similar to its SRGames cousins, Barren Realms Elite and Falcon's Eye, also turn-based strategy games. The player must manage his county's economy, build an army, and engage in trade and diplomacy. +Gameplay in The Arcadian Legends is similar to its SRGames cousins, Barren Realms Elite and Falcon's Eye, also turn-based strategy games. The player must manage his county's economy, build an army, and engage in trade and diplomacy. TAL is unique, though, in that each of its turns represents one day of a month, and during that day you can only do one thing, such as mining, farming, conducting war or sending out a treaty proposal. 
- +
-TAL is unique, though, in that each of its turns represents one day of a month, and during that day you can only do one thing, such as mining, farming, conducting war or sending out a treaty proposal. +
  
 ===== SCFG Settings ===== ===== SCFG Settings =====
Line 34: Line 32:
  
 TAL and the other SR / John Daily doors are easy with Synchronet since it supports SR doors native ''DOORFILE.SR''. Basically just place the ''DOORFILE.SR'' in TAL's directory and you're home free.  TAL and the other SR / John Daily doors are easy with Synchronet since it supports SR doors native ''DOORFILE.SR''. Basically just place the ''DOORFILE.SR'' in TAL's directory and you're home free. 
-:!: Note: TAL is not Multiplayer and can only be used on one node at a time. However, we can leave ''Allow Mulitple Users'' ON in [[util:SCFG]] as BRE will inform the player the door is in use by itself.+:!: Note: TAL is not Multiplayer and can only be used on one node at a time. However, we can leave ''Allow Mulitple Users'' ON in [[module:binkit]] as BRE will inform the player the door is in use by itself.
  
 From the command prompt, in the TAL directory, run the TAL103.EXE executable. Once that is completed, run the UNPACK.BAT file. This will create the DATA and DOC directories. TAL.DOC is in the DOC directory. Next, run INSTALL.EXE... From the command prompt, in the TAL directory, run the TAL103.EXE executable. Once that is completed, run the UNPACK.BAT file. This will create the DATA and DOC directories. TAL.DOC is in the DOC directory. Next, run INSTALL.EXE...
Line 138: Line 136:
 From the command line, run TAL TEST and take a look at the RESULTS.TXT file generated. This will tell you if there are any issues. From the command line, run TAL TEST and take a look at the RESULTS.TXT file generated. This will tell you if there are any issues.
  
-I run TAL inbound and outbound (Or TAL Full) whenever my system receives mail. I also run the following every morning in my nightly maintenance batch file.+I run TAL inbound whenever my system receives mail. I also run the following every midnight in my nightly maintenance batch file.
  
-TAL REQUEST +::TAL League 10 
-TAL RECON +CD C:\sbbs\xtrn\tal10 
-TAL PLANETARY +TAL INBOUND [Processes any inbound BRE packets] 
-TAL BBSINFO +TAL SCORES [Creates InterBBS score files] 
-TAL SCORES+TAL PLANETARY [Runs daily Maintenance for BRE] 
 +TAL REQUEST [Create global recon updates and requests] 
 +TAL BBSINFO [Creates a text file of all League BBS's, their version number and date of last recon.] 
 +TAL OUTBOUND [Processes any outbound packets] 
 +cd outbound 
 +move *.* c:\taurus\out\[filebox name] [Moves outbound packets to the filebox for the League Hub system] 
 +del c:\taurus\out\[filebox name]\*.msg [Deletes extraneous MSG files]
  
 </code> </code>