home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 827.ROB.TXT < prev    next >
Text File  |  1992-10-11  |  4KB  |  102 lines

  1. Readme.rob for rob.exe
  2.  
  3. ROB.EXE carries no warranties, guaranties, or even promises. if anything bad 
  4. happens, I am not responsible.
  5.  
  6. ROB.EXE was made for evil players of tradewars 2002. It has only been tested
  7. on tradewars version 1.03. I cannot promise it will work with other versions but try it 
  8. and see.
  9.  
  10. The purpose of ROB.EXE is to tell evil players whether it is safe to rob a
  11. port or not.
  12.  
  13. What you do is capture your tradewars session as a text file.
  14.  
  15. Then, with ROB.EXE in the same directory as the captured file, Type ROB  
  16. then hit enter. You will be prompted for the name of the captured file.
  17. or enter the name on the command line like:
  18.  
  19. ROB 10-3.CAP       (I recommend naming the files that way, by date)
  20.  
  21. the first time it runs it will create a file called LASTROB.DAT. PROTECT 
  22. THIS FILE! If it is lost or corrupted, you will have to delete it and start 
  23. over using your captured files for the last 2 weeks.
  24.  
  25. DO NOT Modify your captured files, except on the same day you captured them.
  26. doing so would change the files date to current, telling ROB.EXE that's
  27. when you got busted!
  28.  
  29. If you have forgotten to capture your TW session, and got caught, you will
  30. be able to manually enter the info with the following switch:
  31.  
  32. ROB /M
  33.  
  34. You may do this on the same day you got caught, or any number of days later.
  35. Entering them more than 13 days later would be a waste of time since the 
  36. ports forget about you by then! that is what this program is based on!
  37.  
  38. If your teammates have been busted at sectors that you have been waiting on
  39. enter:
  40.  
  41. ROB /C
  42.  
  43. Then you will be able to enter those sectors, clearing them out for you,
  44. since, when someone else gets busted there, they forget about you. 
  45. Have your teammates tell you whenever they get busted.
  46.  
  47. If you don't have a new captured file to scan, but want a report, enter:
  48.  
  49. ROB /R
  50.  
  51. then ROB will not scan a captured file or alter LASTROB.DAT, But only
  52. generate a report of the information in LASTROB.DAT
  53.  
  54. If you want a report on paper, just enter  ROB /R > PRN   this just tells
  55. DOS to redirect output to the printer. (I could have built that in to the
  56. program but it is too easy to get DOS to do it for me!)
  57. I recommend a print out, so you can check it while playing. It only takes
  58. 4 lines plus 1 for each port you are warned about. even if you had recently 
  59. been caught at 100 of the ports in the game, It would only be 2 pages!
  60.  
  61. If you want a report in a disk file, just enter  ROB /R > [filename]                    
  62. example:  ROB /R > REPORT.TXT  will send the report to REPORT.TXT
  63.  
  64. Do not use more than one argument on the command line.
  65.  
  66. ROB /R /M    or   ROB 10-3.CAP /R     or    ROB /M 10-3.cap
  67. would all be invalid.
  68.  
  69. Until you have run ROB.EXE on your captured files for 2 weeks, The report 
  70. is not sure to contain all the ports that are not safe. if ROB doesn't 
  71. know about it, It can't very well remind you, can it?
  72.  
  73. How ROB.EXE works:
  74.  
  75. ROB.EXE wil load LASTROB.DAT which contains a number for each sector 
  76. corresponding to the time ( as the number of seconds since midnight 1/1/1970) 
  77. that you were last caught there, or a dummy number if never. ROB.EXE will 
  78. then scan the captured file for these strings:
  79.  
  80. sector  :
  81.  
  82. followed by the sector number, making this the current sector.
  83.  
  84. You're busted!
  85.  
  86. meaning you were busted there today.
  87.  
  88. when you are busted it set the corresponding value to the time that the 
  89. captured file was last modified (should be when you played TW)
  90.  
  91. when it is finished reading the capture file, it will write the values back to
  92. LASTROB.DAT, then generate a report containing the numbers of all sectors 
  93. with values less than 14 days ago (the number of days it takes the port 
  94. to forget they caught you!) and the number of days till they forget 
  95. (14 - days since caught)
  96.  
  97. the /r switch just skips the scanning of the captured file, and generates 
  98. the report without rewriting LASTROB.DAT
  99.  
  100. Have fun! Rob em blind!!!
  101.  
  102.