home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / alt / games / gb / 1372 < prev    next >
Encoding:
Internet Message Format  |  1992-12-24  |  2.9 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!wupost!uwm.edu!linac!att!cbnewsc!cbfsb!att-out!pacbell.com!network.ucsd.edu!sdcc12!sdcc13!cfodor
  2. From: cfodor@sdcc13.ucsd.edu (Hi.)
  3. Newsgroups: alt.games.gb
  4. Subject: Re: Serious Bug fix....
  5. Message-ID: <42846@sdcc12.ucsd.edu>
  6. Date: 24 Dec 92 16:24:14 GMT
  7. References: <1992Dec23.090520.17470@hemlock.cray.com> <1992Dec23.172334.19507@nwnexus.WA.COM> <15225.2b392069@ohstpy.mps.ohio-state.edu>
  8. Sender: news@sdcc12.ucsd.edu
  9. Organization: University of California, San Diego
  10. Lines: 56
  11. Nntp-Posting-Host: sdcc13.ucsd.edu
  12.  
  13. In article <15225.2b392069@ohstpy.mps.ohio-state.edu> vancleef@ohstpy.mps.ohio-state.edu writes:
  14. >In article <1992Dec23.172334.19507@nwnexus.WA.COM>, ninja@halcyon.com (Jonathan Roy) writes:
  15.  
  16. >> [Use repeat]
  17.  
  18. GVC responds:
  19.  
  20. > [repeat sends 200 packets as opposed to 1 packet doing it all
  21. >  which is wasteful of packets.]
  22.  
  23. Yes, but then all the other players have to wait for that command
  24. to finish before theirs get processed which gets annoying.  GB is
  25. an entire waste of packets anyways so who are we kidding?  We could
  26. save millions more packets by cleaning up news and tact if we were
  27. worried about packets... :)
  28.  
  29. Some macros I have do the following:
  30.  
  31. build the pod, load it with an individual amount of fuel for its
  32. destination, load a dude into it, launch it, name it (just for fun,
  33. and always based on its ship number and destination of coure), and 
  34. sends it on its merry way.  
  35.  
  36. By making these things parameters to a macro and using the repeat
  37. command I can make multiple pods with different destinations which
  38. I couldn't currently do otherwise.   Is this more wasteful of
  39. processing power?  Sure it is.  But there is one thing we have
  40. forgotten to mention... Like sex, until you have done:
  41.  
  42. repeat 200 /bup YourSys 3 
  43.  
  44. (build 200 pods, named "YourSys<ShipNo>", load them with 3 fuel and
  45. send them on their merry way... this does not affect pods already 
  46. built... I could do repeat 200 /bup NextDoor 1 next without
  47. affecting the pods I've already built.)
  48.  
  49. And watched it working you don't know how it feels... :)  (Side
  50. note:  Sex is way better so if you've got to choose one or the other
  51. pass up on the macros. )
  52.  
  53. Could you implement this on the server?  Sure you could!
  54. load p f 3 and launch p and ord p dest /XXX is getting there... 
  55. but the client is still far more powerful because that is it's 
  56. primary purpose... to help format commands sent to the 
  57. server.  The server programmer has to deal with the database, 
  58. and buggy commands not to mention whiny players, and system 
  59. administrators.  Don't burden yourself with extra work when
  60. we've got the laws of a universe to mold!
  61.  
  62. My thoughts on this subject are finished.
  63.  
  64. --------------------------------------------------------------
  65. Chris Fodor                           cfodor@UCSD.edu
  66. Disclaimer:  Why am I posting here when I have 800+ articles
  67. left in alt.sex?????
  68. --------------------------------------------------------------
  69.