home *** CD-ROM | disk | FTP | other *** search
/ The California Collection / TheCaliforniaCollection.cdr / his023 / 2002v101.exe / README.101 < prev    next >
Encoding:
Text File  |  1991-06-22  |  37.6 KB  |  738 lines

  1. 1.01  06-22-91 ----------------------------------------------------------
  2.  
  3.      Bug fix release!  (ack)
  4.  
  5. As with any major project, bringing out a new version always
  6. brings to light some obscure bug.  Two bugs were found that
  7. caused us to immediately release 1.01.
  8.  
  9. Problem 1 - Affected users - EVERYONE.
  10.  
  11.     The auto-upgrade of Fedspace counters failed.
  12. Extern.exe would loop continuously trying to evict a blank
  13. person from FedSpace.  This could be worked-around by changing
  14. the FedSpaceShipLimit value to something like 5 but is still
  15. unacceptable to us.
  16.  
  17. Problem 2 - Affected users - Wildcat! Sysops.
  18.  
  19.     The Wildcat interface had one lousy debugging "[PAUSE]"
  20. left in it that I overlooked. (Gary's fault! blame him! (grin)).
  21. This is now fixed.
  22.  
  23.  
  24. 1.00  06-20-91 -----------------------------------------------------------
  25.  
  26.      F I R S T   F I N I S H E D   R E L E A S E   O F   T W 2 0 0 2
  27.  
  28.     Game Stats:  Lines of Turbo Pascal 6.0 code    Compiled Size
  29.  
  30.                       TW2002 - 21,876           EXE=  86,768 OVR= 347,445
  31.                       TEDIT  - 10,923           EXE=  63,088 OVR=  67,342
  32.                       EXTERN -  7,401           EXE=  52,048
  33.                       BIGBANG-  7,866           EXE=  33,248
  34.  
  35. The Trade Wars 2002 source code is now 881,484 bytes in size (uncompiled).
  36.  
  37. Though not a very noticeable feature, Trade Wars 2002 is now compiled under 
  38. Borland's Turbo Pascal 6.0  We took advantage of a few nice, new features to 
  39. improve overall performance and reduce the mainline memory requirements.  Of 
  40. course, we also added a ton of new code, so you won't notice that its smaller!
  41.  
  42. ╔═════════════════════════════════════════════════════════════════════════╗
  43. ║ A MAJOR CHANGE has been made to the physical layout of the program.     ║
  44. ║ Previous versions kept the executables in your BBS directory and the    ║
  45. ║ data files in the TRADEWAR subdirectory.  Now, ALL OF THE TW2002 FILES  ║
  46. ║ AND PROGRAMS are in the TRADEWAR subdirectory.  The installation        ║
  47. ║ procedure should have left behind 4 batch files in your BBS dir to call ║
  48. ║ the game with.  For instance, one is called TW2002.BAT  It changes down ║
  49. ║ to the TRADEWAR subdir and runs the game. Upon exiting, it returns to   ║
  50. ║ the BBS dir.  It passes all parameters such as -QBBS, /nocom /nolog,    ║
  51. ║ etc.  IF you call TEDIT, TW2002 or EXTERN with a fully qualified name,  ║
  52. ║ ie TW2002.EXE, you will have to change these to .BAT!  This change was  ║
  53. ║ requested by many sysops so that they could run multiple games at once. ║
  54. ║ To startup another game, just make a copy of the TRADEWAR directory and ║
  55. ║ make new batch files to use the appropriate subdir.                     ║
  56. ╚═════════════════════════════════════════════════════════════════════════╝
  57.  
  58. This is the first "finished" release of this project.  After 4 years its about 
  59. time we started to wrap this one up!  We have many other exciting projects in 
  60. mind, so keep your eyes open for the Martech Software label!
  61.  
  62.  
  63. Version 1.00 includes a "Computer Interrogation Mode" that was designed to aid 
  64. other programmers developing mapping tools for endusers.  This mode doesn't 
  65. give away any information that the user doesn't already have access to, it 
  66. just speeds things up for auxiliary databases (on the user's end).  To invoke 
  67. the CIM mode, enter the computer and then transmit the following 6 ASCII chars
  68. 200,201,202,203,204,205 in that order to the game.  The game should now be at 
  69. a ":" for a prompt.  Sending "I" (w/o quotes) will cause the computer to send 
  70. back the Intersector warps for EVERY sector.  If the user hasn't yet visited 
  71. that sector, it returns "9999    0" where 9999 is the sector number.  If they 
  72. have visited the sector, the line would be "9999 9999 9999 9999 9999" where 
  73. the first value is the sector and the remaining are the warps leading from it.
  74. Example:
  75.  
  76.  234  634  601 1000
  77.  235    0                           (hasn't been there)
  78.  236  142    9  419
  79.  237  236
  80.  238    0
  81.  
  82. This display runs from sector 1 to 1000.
  83. -----  Sending "R" will dump the Port report sequence for the entire universe.  
  84. The format for it is like the Inter Sector warps in that the sector number 
  85. will be listed first and there will be a 0 if the player hasn't been there 
  86. yet.  The lines will indicate for Ore, Organics and Equipment what the current 
  87. demand level is (negative indicates ????????) followed by the Percentage of 
  88. max value.
  89. Example:
  90.  
  91.  234 0
  92.  235 0
  93.  236 0
  94.  237   1520 100% - 2370 100% - 1010 100%
  95.  238 0                                
  96.      ╚═╩╬╩╝ ╚╬╩╝ ╚═╩╬╩╝ ╚╬╩╝ ╚═╩╬╩╝ ╚╬╩╝   
  97.         ║    ║      ║    ║      ║    ╚════ Equipment Percent of Max
  98.         ║    ║      ║    ║      ╚═════════ Currently BUYING 1010 Equip.
  99.         ║    ║      ║    ╚════════════════ Organics Percent of Max
  100.         ║    ║      ╚═════════════════════ Currently BUYING 2370 Organ.
  101.         ║    ╚════════════════════════════ Fuel Ore Percent of Max
  102.         ╚═════════════════════════════════ Currently SELLING 1520 Ore.
  103.  
  104. Remember that this query is only good right at that moment! Once the user 
  105. begins trading all of the values are old.  The final option in the CIM is to 
  106. find the shortest course from two points.  Sending "F" will bring up a
  107. "FM > " prompt, send the from sector.  Then a "TO > " prompt will appear.  
  108. After sending the to sector, the system will transmit back the standard list 
  109. of warp lanes between the two sectors.
  110.  
  111. Sending "Q" will exit from Computer Interrogation Mode.  Programmers! Though 
  112. we will not release source to the Trade Wars 2002 project, we're willing to 
  113. add interfaces to help you write auxiliary programs!
  114.  
  115. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  116.  
  117. On to features, fixes and changes:
  118.  
  119. Unlike past editions, I do not have even HALF of the changes and new features 
  120. listed here.  I've been having a hard time finding the time to complete the 
  121. game so one of the things thats suffered has been this README file.  I have 
  122. tried to include some of the major points here.  Registrations have just kept 
  123. us buried! (grin)  We're grateful that the response is so good, I just wish 
  124. there were more hours in the day.  Hmmm, maybe that could be a new mod? :)
  125.  
  126. The Ferrengi! ARgh, what a lot of work.  I have been working to balance the 
  127. little beggars so that they remain a threat throughout the life of a game but 
  128. so that they do not overpower users.  The chase is on now that you have this 
  129. version and you will find there's a lot to the Ferrengi!  I would reccomend 
  130. that you do NOT alter the Ferrengi settings through use of the editor as they 
  131. are in specific modes, doing specific things for a very good reason.  Messing 
  132. with them will give the users the appearance that they are all screwed up, so 
  133. please let them run as they will.  You can alter their regeneration rate from 
  134. the editor, but please leave the individual Ferrengi settings as is.  Also, 
  135. there is so much TO the Ferrengi that I am not going to list it in this 
  136. document.  We will leave the discovery of their activities up to you and your 
  137. users! (evil grin).
  138.  
  139. On General Editor Screen Two, you now have the option of turning on a flag 
  140. that will display the location of the Stardock in the (V) Game Status 
  141. Display.  If you don't want to waste time exploring to find the Stardock at 
  142. first, then turn this setting on and everyone will know where it is.
  143.  
  144. Purchasing Class 0 items (Fighters, Shields, Holds) is now allowed from within 
  145. the Shipyards on the Stardock.  "It Just Made Sense".
  146.  
  147. Holographic Scanners now can perform both functions. (Density too)
  148.  
  149. Evil players will not be allowed to keep StarShips now.
  150.  
  151. Photon Missiles can be Hazardous to your health! Don't carry them around 
  152. all the time, they might go off! :)
  153.  
  154. ANY player ship parked in the same sector with one of their planets will 
  155. defend that same planet from someone trying to invade it.
  156.  
  157. TriCron had a lockup bug if someone with a real long Trader name was the 
  158. champion.  It now only displays the first 25 characters of the Champion's 
  159. name.
  160.  
  161. *************************************************************************
  162. * NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE *
  163. *************************************************************************
  164. *  Version 1.00 is shipped with Photon Missiles DISABLED!  They are a   *
  165. *  very powerful item and you will have to make a conscious decision to *
  166. *  allow them in your game!  The Photon Missile duration is set to 0 in *
  167. *  the TEDIT General Screen Two.  If you wish to allow Photon Missiles, *
  168. *  change this setting to a positive number.                            *
  169. *                                                                       *
  170. *  When in effect, Ships and Planets w/o shields are virtually helpless *
  171. *  against any kind of attack or invasion.  Make sure you want to allow *
  172. *  this powerful a weapon into the game.  Alternatively, setting the    *
  173. *  duration to a small number (like 10 seconds!) can lure players into  *
  174. *  "getting caught with their pants down"! :)                           *
  175. *************************************************************************
  176.  
  177. Sysops can disable the use of Aliases if they so desire.
  178.  
  179. Citadel Treasuries now gain 4% interest per day.
  180.  
  181. When changing your name or starting out you cannot use a name that is a subset 
  182. of someone else.  We had some people sneakily getting away with murder that 
  183. way.  For instance, if you wanted to send Email to John Smiths, someone could 
  184. change their name to John Smith and when the Email prompt asked if you wanted 
  185. John Smith, most users would send the Email to that user (telling where stuff 
  186. is or what the password to the team is).  Hopefully this has been cleaned up.
  187.  
  188. Colonist amounts in any one category cannot exceed 2000. (groups)
  189.  
  190. Starports will forget about who robbed them every 14 days.
  191.  
  192. Support for the generic standard, DOOR.SYS has been added to increase the 
  193. number of systems that TW2002 can run under.  The option to use the Door.Sys 
  194. interchange file is -DOOR.
  195.  
  196. Three important changes have been made to prevent users from cheating the game 
  197. by teaming up to kill each other off (one positive player, one neg) and reap 
  198. in the huge bounties.  The steps to prevent this abuse are as follows:
  199.      Number One:   You cannot join a Corp that is of an opposite alignment from
  200.                    yourself.
  201.      Number Two:   Your fighters will automatically shutdown if you send them 
  202.                    out to attack someone on your Corp.  You will have to have 
  203.                    the CEO punt that member off the Corp First.  
  204.      Number Three: As a user gets progressively killed more often, the 
  205.                    bounties offered on them (neg players) will decrease in an
  206.                    linear fashion.  Simply put, if someone tries the "buddy" 
  207.                    system to rack up credits, the bounties will peter out on 
  208.                    them.
  209.  
  210. Additional code has been included to self-correct potential problems with 
  211. corrupted databases.  If you have a sector or port (or whatever) that 
  212. consistently crashes the game (error codes 100 or such) then you may need to 
  213. use the TWZAPPER utility to clear that record in the TWDATA database.  You can 
  214. find the TWZAPPER utility on the Loft if nowhere else.  After using it you 
  215. will HAVE to recreate the record you wiped with TEDIT.
  216.  
  217. Course displays and sector warpdisplays now indicate unexplored sectors in 
  218. red.  This greatly helps when you want to explore new territory.
  219.  
  220. When self-destructing, you can abort the display by hitting the space bar (as 
  221. with every other display in TW2002).  This now aborts the Self-destruct as 
  222. well!
  223.  
  224. When towing someone, if you destroy them, they do NOT come back from the dead 
  225. via your Tractor Beam anymore.  So users will not get to kill them over and 
  226. over and over... (I just heard some gumbling, didn't I!) :-)
  227.  
  228. Radiation half-life on destroyed ports has been greatly shortened so some of 
  229. that debris will become bearable within a reasonable amount of time now.  You 
  230. can destroy a port and then build a new one within a week or two.
  231.  
  232. Jettisoning a Mixed Cargo, (Colonists and trading goods) will now jettison ALL 
  233. of it in one step.
  234.  
  235. Level FIVE (5) Citadels
  236.         Yeah, you heard me! (grin)  The Level Five Citadel is a Planetary 
  237. Shielding System.  It utilizes conventional ships shields to protect your 
  238. planets from invaders.  Its the only known countermeasure to the disruptive 
  239. effects of the Photon Missile.  Try one! You'll like it!
  240.  
  241. QUASAR CANNONS!   (*** Major Strategic Change ***)
  242.     The Quasar cannons have been slightly redesigned in a way that will change 
  243. player's strategies tremendously.  In previous versions, the Qcannon had only 
  244. one control level.  It fired the same amount on intruders in the sector as it 
  245. did on intruders trying to land.  The odds were much higher in the atmosphere 
  246. than in the sector but weak players could deplete your Qcannon's fuel by 
  247. getting themself blown up daily!  Now there are two (2) settings for the 
  248. Qcannon.  One setting is the reaction level for intruders into your sector.  
  249. The 2nd setting is the reaction level for an intruder trying to land on your 
  250. planet.  I think that everyone can grasp the significance of this change!
  251.  
  252. On planets, the Planetary Report has been changed to Display Planet (R to D) 
  253. to keep a similar approach with Display sector.  Destroy planet is now Z.
  254.  
  255. When Big-Banging, the galactic bank is now cleared! (oops)
  256.  
  257. The Flagship and the Starship have had a name "swap" of sorts.  They're now 
  258. the Corporate Flagship and the Imperial Starship.  This is actually more in 
  259. line with what I originally planned on calling them, just got confused 
  260. somewhere down the line!
  261.  
  262. Ships!  You Just Might Notice that there are a bunch of new ships in the game.
  263.  
  264. Aborting the Cineplex prompt screen used to leave the user waiting to choose a 
  265. movie (without the aid of the prompt screen being displayed).  This is fixed.
  266.  
  267. For RBBS systems, I inadvertantly mixed up the Ansi/Ascii/Mono flags through 
  268. the system interface file.  ANSI and ASCII users should now get full color.
  269.  
  270. Titles have been added to the display routines for Other Traders and Aliens.  
  271. I hadn't realized how bad the handicap was for mono users trying to determine 
  272. who's a pirate.  Now everyone has their appropriate title so its ok.
  273.  
  274. When you're blown up by corbomite devices, that sector is marked to avoid.
  275.  
  276. The Corporate menu has been added inside the Citadel.
  277.  
  278. Port upgrade prices have been changed to reflect the actual costs.
  279.  
  280. A bug with stealing product from a port thats buying it has been fixed.
  281.  
  282. If External maintenance doesn't run for 3 days, the Sysop will start to get 
  283. warning messages when he/she logs into the game.
  284.  
  285. The display of what the game is running "Under" now specifies the BBS name 
  286. rather than the type of BBS.  I changed this since many BBSes use converters 
  287. to run doors and thus this field was showing incorrect information.
  288.  
  289.  
  290. 0.98  12-01-90 -----------------------------------------------------------
  291.  
  292.     Game Stats:  Lines of Turbo Pascal 5.5 code    Compiled Size
  293.                                 TW2002 - 19,631    EXE=  85,408 OVR= 307,805
  294.                                 TEDIT  -  9,809    EXE= 124,664
  295.                                 EXTERN -  6,394    EXE=  45,856
  296.  
  297. The Trade Wars 2002 source code is now 804,864 bytes in size (uncompiled).
  298.  
  299. Well, enough users asked for it that I relented and greatly enhanced the 
  300. Avoids feature.  Voids are now saved between sessions.  The disk file that 
  301. stores 1000 sectors for all 150 players is under 20K in size so I didn't waste 
  302. much of your harddisk space.  Voids are displayed as you enter the game, and 
  303. you just play normally as usual and they take care of themselves.
  304.  
  305. Before anyone asks, we did not put the Ferrengi Combat routines in this 
  306. version.  We are saving that, the Photon Missiles and a few other choice bits 
  307. of code for release 1.00  Not long now, you should have it early in January if 
  308. we can find enough time.
  309.  
  310. Some users were getting messages about another player destroying xxx shields 
  311. and xxx fighters when nothing had really happened.  This was an error caused 
  312. by the addition of the Aliens system.  It has been repaired. 
  313.  
  314. Feedback.  I like feedback.  I like to know what happened while I was out of 
  315. the game.  Much more feedback has been added to the encounter routines.  You 
  316. will get a considerably more detailed report from your deployed fighters about 
  317. whats going on.  You will also get feedback from Quasar cannon firings and 
  318. mine detonations.
  319.  
  320. When you get blownup online, you no longer (should) lose your credits.
  321.  
  322. Mines!  If you find someone else's mines, you will be immediately prompted if 
  323. you want to avoid that sector now.  Even when doing a Long Range Scan with a 
  324. Holo Scanner, you will have this option.  Also, if you encounter mines that do 
  325. not go off while in Autopilot, the Autopilot will shut down in that sector so 
  326. you can scan around to see if its safe to continue.
  327.  
  328. SingleStep Autopilot mode has been added.  This will allow you to plot a 
  329. course, move one sector and automatically stop (to scan for instance).
  330.  
  331. So many displays and reports have been upgraded that I can't remember all of 
  332. them.  The (V)iew Game Status from the main menu has some important new 
  333. display items.
  334.  
  335. Robbing ports!  (Actually Stealing Product from ports, Robbing isn't done).
  336. Now your negatively aligned players can steal product off the Starports.  They 
  337. have to have a low enough alignment first, -1 won't cut it.
  338.  
  339. Aww, forget it.  I was going to make the Store Hours Sysop definable, but I 
  340. don't think they're worth the effort.  So I removed Store Hours from all of 
  341. the shops on the Stardock.  Let your nightowls know about this!
  342.  
  343. Trade Agreements between planets and ports were originally designed to only 
  344. offer 1/3 of the comparable price of trading normally.  We decided to make 
  345. this a bit more generous, its now 60% of comparable Ship Trading Price.
  346.  
  347. When trading at ports, there is an additional display that shows the Port's 
  348. Current capacity as a percentage of their maximum capacitiy.  This will help 
  349. traders tell when a port has been beaten down to the ground.  (The port 
  350. margins vary based on the activity level of the port.)
  351.  
  352. If you knock off someone with a Bounty and then Examine Bounties in the Police 
  353. HQ, it will say that the Bounty is "Yours to Claim".  This way users will know 
  354. when they have a bounty they can collect.
  355.  
  356. There is now a field in the General Editor Two that specifies the Security 
  357. Level required for a user to have Sysop Access.  This should default to 32000 
  358. on your system.  Set this value to whatever your Security level is as a Sysop.
  359. The functions that are enabled if you're a Sysop are maintenance things such 
  360. as erasing the Bathroom Wall and the Conversations in the Tavern.  There are 
  361. no special benefits that give the Sysop any advantage in the actual play of 
  362. the game.  I detest that approach. (Like in Brazil, Arena, etc where the Sysop 
  363. gets better odds than everyone else).
  364.  
  365. Class 0 ports now display the max holds you can buy.  The price per hold is a 
  366. little cheaper.  If users think the prices on holds are screwy, remind them 
  367. that the price increases based on the number of holds you have.
  368.  
  369. Attacking Colonists on planets now decrements your fighters correctly.
  370.  
  371. Default amounts have been added to take/leave product on planets and also 
  372. take/leave colonists on planets.  If you're dumping whats in your holds or 
  373. loading your ship to the max, you can just hit return now and take the 
  374. default.
  375.  
  376. Some of you just *might* notice that there is now a 10th ship! (grin)
  377. The Havoc GunStar has been added to the armada.  This is a ship approximately 
  378. the size of a Missile Frigate.  The major difference is that this ship can be 
  379. equipped with a Trans Warp drive.  Expect Mercenaries and pirates to want to 
  380. run about in these ships.  
  381.  
  382. Users can now Tow other Traders as long as the other trader has no fighters on 
  383. them.  Costs for towing are based on the sizes of the ships involved.  Towing 
  384. will work with the Autopilot but not with TransWarp drive.
  385.  
  386. There is now an option in the Computer to toggle ANSI on/off.
  387.  
  388. Some general cleanup and polishing was done to the planet routines.  Traders 
  389. cannot load Colonists or products if they're out of turns.  Many defaults have 
  390. been added into the planet section to speed up play.
  391.  
  392. A secondary [Pause] will now display (remote only) if the user waits for more 
  393. than ten seconds.  The secondary says [Press Space or Enter to continue].  
  394. This should help the new players that are confused the first time they are 
  395. presented with a [Pause]
  396.  
  397. Fighters will now report any incursion into their sector.  Even defensive 
  398. fighters will report if someone stuck their head in to "look around".
  399.  
  400. Sysops can now send mail as Themselves, The Federation, The Ferrengi, The 
  401. player's Shipboard computer or as a blank, unidentified source.
  402.  
  403. If there are any errors installing the Overlays into EMS (especially if you 
  404. don't have EMS memory) you will see feedback messages as the game loads.  
  405. Watch carefully, they fly by quickly.  If you have at least 1 meg of memory, 
  406. consider installing an EMS driver if you don't already run EMS.  Trade Wars 
  407. 2002 will execute much faster and smoother with EMS memory available.
  408. The EMS40.SYS driver that PC Magazine puts out will use your extended memory 
  409. from 640k to 1meg on ATs as Expanded memory.  We include EMS40.SYS in the 
  410. TRADEWAR subdir if you're interested in adding it to your CONFIG.SYS as a 
  411. device driver.  The line in your CONFIG.SYS would be:  DEVICE=EMS40.SYS
  412. (Make sure to copy the EMS40.SYS driver to your root dir!)
  413.  
  414. That rampant 209 error that was cropping up when the game exited turned out to 
  415. be a problem with QEMM's EMS driver.  That has been resolved and you should 
  416. *not* see the 209 error anymore.  If you do, there is a file problem with your 
  417. TW2002.OVR
  418.  
  419. Density Scanners now show the number of warps leading out of each scanned 
  420. sector.  And the LongRange scan has been added to the possible options when 
  421. you pause on an AutoPilot course.
  422.  
  423. The Corporate Planet listing has been tweaked some to include Planet types and 
  424. the level of Citadel (if any) on each listed planet.
  425.  
  426. Planet Types are now displayed in parenthesis () to the right of planets in 
  427. the regular Sector Display routine.  You may have noticed the Planet Types 
  428. starting to show up in various places.  Different Planet Types will be a 
  429. feature of TW2002, release 2.00  Please DON'T ask anymore about them, you will 
  430. find out in the future.
  431.  
  432.  
  433.  
  434. 0.97  10-29-90 -----------------------------------------------------------
  435.  
  436.     Game Stats:  Lines of Turbo Pascal 5.5 code    Compiled Size
  437.                                 TW2002 - 18,744    EXE=  82,496 OVR= 296,253
  438.                                 TEDIT  -  9,134    EXE= 118,859
  439.                                 EXTERN -  5,943    EXE=  55,808
  440.  
  441. The Trade Wars 2002 source code is now 740,186 bytes in size (uncompiled).
  442.  
  443. As of this date, we have 132 Registered TW2002 systems.  With version 1.00 we 
  444. will be releasing a new encryption code to all registered sysops to help curb 
  445. the unauthorized distribution of Registration Codes. (Thats stealing, in plain 
  446. English).  If you know of any Sysops that are running TW2002 with a STOLEN 
  447. registration code, please tell them for me that I think they are low lifes and 
  448. I lose a lot of interest in programming games when I hear about people ripping 
  449. us off like that.  I spend many evenings and most of my weekends working on 
  450. this project and feel that $15 is only a token amount of money for what you 
  451. get.  At the very least if they won't pay, they shouldn't play.
  452.  
  453. The Autopilot dropout problem (After porting or doing a port report) has been 
  454. fixed.  You should cleanly drop out of Autopilot if you get blown up.
  455.  
  456. When running the game in local mode with the local screen secured, you can now 
  457. see color.
  458.  
  459. Support for several new BBS systems have been added to the game:
  460.  -RYBS switch for RyBBS system             -PHNX switch for Phoenix BBS system
  461.  -GENE switch for Genesis Deluxe system    -WILD switch for Wildcat BBS system
  462.  -RBBS switch for RBBS system
  463.  
  464. The local status line has been cleaned up some more, St means Shiptype.
  465.  
  466. The Known Universe display has pauses and stops when you abort the display.
  467.  
  468. A problem with being able to attack Good Aliens in fedspace has been fixed.
  469.  
  470. All writes to the WWIV Sysop's Log have been removed.  Instead, the game now 
  471. creates a file called TWGAME.LOG in the TRADEWAR subdirectory that contains 
  472. all of the info previously written to the Sysop's Log.  I did this so that 
  473. systems other than WWIV can still read the game logs.  Using the \NOLOG option 
  474. disables the writes to this log.  You must put the \NOLOG option on EXTERN as 
  475. well as TW2002 to completely shut down this facility.
  476.  
  477. A problem with Escape Pods landing in defended territory has been fixed.  
  478. Escape pods should land in a sector without fighters or mines.
  479.  
  480. The CinePlex Videon Theatres in the Stardock are nearing completion.  I 
  481. believe they are now showing some shorts.
  482.  
  483. When playing Tri-Cron, your remaining time left is checked each game.  Players 
  484. will be dropped out of the game when their time is up.
  485.  
  486. Control K from the local console was locking up some systems.  It now works 
  487. with all systems but it only punts the user from TWs, not off the BBS.  When 
  488. we get our new Modem routines in, then you will be able to kick users all the 
  489. way off the system.
  490.  
  491. A few new ANSI screens were delivered from Videon and they are in place in 
  492. their respective parts of the game.
  493.  
  494. EXTERN.EXE is not designed to be run by a remote user.  DO NOT run it as a 
  495. Begin-Day event.  It should be run as a system only task in your scheduler or 
  496. timed event system.  I will change that in the future so you can use it as 
  497. "something to show the users" in a NewDay or Begin-Day event.
  498.  
  499. THE FERRENGI are coming along nicely!  They are starting to poke their noses 
  500. into sectors with fighters, mines and Q-cannons.  If you remember, the old 
  501. ferrengi were not seen by mines and Q-cannons.  Not anymore, the Ferrengi 
  502. Assault Traders are vulnerable to all three hazards now.  Ferrengi will start 
  503. conversing with online players they run across either in this release or the 
  504. next. (Depends how much I get done tomorrow).
  505.  
  506. Messages regarding Corporate assets, such as "Joe Blow destroyed 241 of your 
  507. Corporation's fighters in sector 231" will now go to ALL Corporate members, 
  508. not just the C.E.O. This covers messages such as Fighters, Mines and other 
  509. important intrusions.  I had many requests to open this up like this, but be 
  510. warned that its gonna eat up some more Harddisk space.  It shouldn't take too 
  511. much, but you might want to reduce your numbers of days till an inactive 
  512. player gets deleted.  When a player gets deleted their messages get deleted as 
  513. well.
  514.  
  515. Try sending yourself a message sometime while you're playing.  You'll get an 
  516. idea of what it'll be like to get messages while you're playing.
  517.  
  518. The Ferrengi will be taking Mine damage and attacking deployed fighters if the 
  519. odds are in their favor.  Online users will get online messages regarding such 
  520. attacks if its their assets involved.
  521.  
  522. Finally, a bug with attacking a Pirate in Fedspace if they're the last trader 
  523. listed has been fixed.
  524.  
  525.  
  526. 0.96  10-14-90 -----------------------------------------------------------
  527.  
  528.                 Game Stats:  Lines of Turbo Pascal 5.5 code
  529.                                 TW2002 - 17,808
  530.                                 TEDIT  -  8,387
  531.                                 EXTERN -  5,843
  532.  
  533. The Trade Wars 2002 source code is now 727,040 bytes in size (uncompiled).
  534.  
  535. This was a quick release due to an incompatibility with the PibAsync routines 
  536. with some slower UART chips.  We have returned to the older communication 
  537. routines which are rock solid, not as fast, but error free.
  538.  
  539. Aliens can now be attacked!  Yep, go to it and knock out some of those 8-armed 
  540. alien traders.  
  541.  
  542. More than a few players proved to me that the Trading Port prices were too 
  543. predictable.  That has been taken care of! (grin)  Also, the prices have been 
  544. expanded a bit so that people can make money a little faster now.  Watch for 
  545. those blue light specials!
  546.  
  547. Class 0 ports now run a much slower cycle on prices than before.  A user will 
  548. NOT be able to just "sit there" waiting for the best price.
  549.  
  550. More Pauses have been added to various displays to prevent data from scrolling 
  551. off the screen.
  552.  
  553. The Sysop's Status line is now a static 25th line display.
  554.  
  555. CTS/RTS Hardware handshaking has been added to the General Editor One.
  556.  
  557. Due to Sysop's request, I have started adding the abilities to generate 
  558. external Score boards.  At this time, the individual Trader Ranks are done.  
  559. If you go into the General Editor section two, you will be able to specify a 
  560. drive and path to put the two files in.  TWTRADER.ANS (Ansi version) and 
  561. TWTRADER.TXT (text version) will be created in whatever subdirectory you 
  562. specify.  Putting them in the Gfiles section is nice.  Bear in mind that this 
  563. will slow down the display of the player rankings somewhat.  Its not real 
  564. noticeable.  You can disable this option by leaving the field in the General 
  565. Editor blank.
  566.  
  567. If a Trader ran into something that destroyed his or her ship while in 
  568. Autopilot, it used to continue them on the Autopilot course unless they told 
  569. it to "Stop in this sector" (the one they retreated to after getting blown 
  570. up).  This made for many unhappy players, as they would not notice what they 
  571. did and immediately warp back into the sector that the player had just lost a 
  572. nice ship in.  Boom!  There went the Escape pod and the player was screwed.  
  573. Well, now if they get a ship destroyed while in Autopilot, it will retreat to 
  574. the previous sector and shut down. 
  575.  
  576. 3 new (old) options have been added to the Citadel menu. (S)can sector so you 
  577. can see your sector before entering it. [after spending the night] (C)omputer 
  578. brings up your ships computer. (I)nfo shows your personal info.
  579.  
  580. ANSI fullscreen Tri-Cron has been improved so a player can stay on the screen 
  581. to play multiple games if they so desire.
  582.  
  583. It seems some non-motivated players were cheating the game by running down 
  584. their alignment and having friends collect the bounties on them.  The bounties 
  585. generated by the Feds have been changed so that experience is the primary 
  586. factor in the value of the bounty.  Tell those lazy bums that were using this 
  587. cheat to go out and trade and earn a decent living! (grin).
  588.  
  589. Along those same lines, the Trader has been touched up to prevent Maxint 
  590. rollover abuse on the prices he charges.  Players could piss him off, then get 
  591. his price high enough that it would roll negative.  They would then be charged 
  592. this negative amount.  Sigh, when will players stop trying to find the easy 
  593. way out?  Oh well, I guess it helps to bullet proof the game anyway.
  594.  
  595.  
  596. 0.95   10-7-90 -----------------------------------------------------------
  597.  
  598.                 Game Stats:  Lines of Turbo Pascal 5.5 code
  599.                                 TW2002 - 16,671
  600.                                 TEDIT  -  7,595
  601.                                 EXTERN -  5,073
  602.  
  603. The Trade Wars 2002 source code is now 688,128 bytes in size (uncompiled).
  604.  
  605. Yes the game is growing quickly!  And as to release version 0.95, here's what 
  606. we have in store for your users:
  607.  
  608. ALIENS!  Ack! Ppthpthp!  Yes!  There are now NPC (Non-Player Characters, 
  609. Computer Generated and Driven that is) Alien Traders roaming the Universe 
  610. trading away.  They cannot yet be attacked, but soon, very soon.  The Aliens, 
  611. as well as the Ferrengi Assault Traders and the Federation Ships are all now 
  612. MOVING IN REALTIME!  Yep, players will notice them warping in and out of the 
  613. sector they're in while playing.  Very soon, the Ferrengi will start attacking 
  614. realtime as well.  (Ferrengi and Feds cannot be attacked at this time either, 
  615. its only fair, they won't attack back!).  There are two important additions to 
  616. the Sysop's editor for these functions.  They are the settings for the 
  617. movement odds for the Aliens and the Ferrengi.  If you have an older machine 
  618. or a slow harddisk, then you should set these odds up to about 1 in 40 or so.  
  619. If you have hot hardware, move it down to 1 in 15 or 20 and watch the traffic 
  620. move!  When you first install this release, the Alien horde (size depending on 
  621. the age of your game) will emerge from the Stardock sector and move outwards 
  622. from there.  Don't worry if you see dozens of them at first, they will thin 
  623. out quickly. 
  624.  
  625. We have thrown out the old Async modem routines and replaced them with the 
  626. PibAsync routines.  These new routines offer output buffering in addition to 
  627. the standard input buffering.  The critical code is all in assembly language 
  628. so this version does run faster.  Also, these modem routines throw out 
  629. characters that are created by framing errors (line noise), so there is some 
  630. Line Noise elimination in .95.
  631.  
  632. Sysops can now secure the local screen while remote players are on.  See the 
  633. General Section One of the Sysops Editor.
  634.  
  635. If the local display is on while remote users play, Sysops now have a Chat 
  636. mode available to them.  Control T enters Chat and Escape exits.  There is 
  637. also a "Kick em off" option available to the Sysop.  This is Control K.
  638. PLEASE NOTE THAT THIS WILL NOT ONLY KICK THEM OUT OF THE GAME, IT WILL BOOT 
  639. THEM OFF THE BBS!  Undoubtedly you will find this handy if you catch a user 
  640. cheating and want to "Kick em off".
  641.  
  642. Now on to game internals:
  643.  
  644. A fix has been added to prevent users from running up their alignment and 
  645. experience by attacking with one fighter at a time.  Its now pro-rated on the 
  646. number of fighters used in the attack.
  647.  
  648. Hold cost have been scaled down quite a bit.  They still work on a scale that 
  649. raises the price based on the number of holds you currently have.
  650.  
  651. A Deployed Mine scan has been implemented. Option K from the Main menu.
  652.  
  653. You can List Aliens just like List Traders, from the computer menu, option H.
  654.  
  655. Pirates' names show up in red in the sector displays, good guys are still in 
  656. Cyan.
  657.  
  658. Scout Marauders have been upgraded to add the capability of having a Density 
  659. Scan - Long Range Scanner.
  660.  
  661. The processing time of the Density Scanner has been improved sufficiently to 
  662. no longer need a turn to operate it!
  663.  
  664. MINES!  Mines will now go off in multiple groups depending on the mass in the 
  665. sector.
  666.  
  667. The Corporate Planet Scan now only shows planets that are CLAIMED by your 
  668. corporation.  It used to show planets that were defended by your Corp's 
  669. fighters.
  670.  
  671. If you get blown up or blow yourself up in an Escape Pod, you no longer lose 
  672. all of your experience and alignment.  You only lose half of each now.
  673.  
  674. If your ship has Corbomite devices on it and someone destroys your ship, the 
  675. Corbomite devices will prevent them from salvaging anything from it.  Very 
  676. soon, Pirates will be able to make big bucks salvaging junk off of destroyed 
  677. ships in cooperation with the Undergrounds Salvage department.
  678.  
  679. The Lost Trader's Tavern and the Hardware Emporium have expanded their hours 
  680. due to popular demand.  They are now open 24 hours a day.
  681.  
  682. Photon Missiles cannot be purchased anymore.  We will open them back up when 
  683. they are ready to be used.  If you trade your ship in, you will get credit for 
  684. any P-Missiles you have on it.
  685.  
  686. The Galactic bank now has an upper limit of 50,000 credits for depositors.
  687.  
  688. Speaking of the Tavern (I know, I wasn't).  ALL menu options are now done in 
  689. it.  Go in and have some food and drink and join in a friendly conversation 
  690. with other Traders.  While you're there, ask the Old Trader about some things 
  691. (he's getting smarter all the time) and by all means, try your hand at Tri-
  692. Cron!
  693.  
  694.  
  695.  
  696. Many, many other things have been added, changed, fixed and improved.  I just 
  697. don't remember what they all are.
  698.  
  699.  
  700. Also, many thanks to those of you that have registered the game!  To this date 
  701. we have 84 registered systems!
  702.  
  703.  
  704.  
  705.  
  706. 0.94   9-16-90 -----------------------------------------------------------
  707.  
  708.         Release .94 now adds a personal journey log.  This system records 
  709. where a Trader has been.  The "I" option in the computer (Inter-sector warps),
  710. is now available only for sectors you have visited.  The "R" option in the 
  711. computer, (Port Report) is the same.  The main displays have been altered a 
  712. little and changes have been made to help speed the play of the game.  Pirates 
  713. will be displayed in Red.  Evict Other Traders from a Citadel is fully 
  714. functional.  (All planetary options are now done).  Major changes have been 
  715. made to the Ferrengi, and very soon you will see a completely re-designed 
  716. Ferregni system.  Also, when a remote user is on, Sysops will see a local-only 
  717. status line above the Command line in the game.  
  718.  
  719. There are many more new and changed items in this release, I just can't 
  720. remember them all.  Its been a long day.  Tell your users that there are many, 
  721. many more ways to get Experience and Alignment changes now.
  722.  
  723. P.S.  If you reach the required limit to get a Federal Commission, you can now 
  724. buy the Corporate Starship.  Fully functional.
  725.  
  726.  
  727.  
  728. 0.93   8-29-90  -----------------------------------------------------------
  729.  
  730.         Many new features have been added to release .93  The area-specific 
  731. help files are in place so you can read the docs about the menu you're on 
  732. without having to read all the way through the whole thing.  You should see 
  733. many visual changes and additional information in the planets.  The planetary 
  734. trade agreements are done.  In the computer section, one can list the current 
  735. set of 'Avoids'.
  736.  
  737. There are many more new things out there, so go find em and good luck trading!
  738.