home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / WWIVMODS / PRE412.ZIP / ELRIC36.MOD < prev    next >
Text File  |  1990-04-28  |  3KB  |  92 lines

  1. Elric36
  2. --------
  3. One thing that REALLY pissed me off were the //UPLOAD and the //UPLOADALL
  4. commands. I hated the way they aborted when you just hit return.
  5.  
  6. For example, say you called Amber today, and found 28 new mods to download.
  7. You take a look at all of them, and eventually copy them all into you
  8. downloads directory in a batch. So now you have 28 new mods to upload. So you
  9. fire up the trusty WWIV, drop into the transfer section, and type //UPLOAD.
  10. OK, the first one was the Enhanced User Stats Forwards and Backwards Mod,
  11. which of course has a meaningful filename like ESFAB3-1.ZIP. So, you dont
  12. remember what it is. Easiest way to do this would be to skip it, and go
  13. on and do the others. Then, when you remember to go back and look at
  14. it, you will write something down and //UPLOAD it later. But if you just
  15. hit return, rather than skipping it, it goes on to the next directory.
  16.  
  17. Or, lets say you go ahead and enter ?? for a description. 12 files later,
  18. you hit TRSH.ZIP, which you now remember was a mod to fix a non-existant
  19. bug in 1.08 that doesnt work right anyway. Again, you have to hit ? or
  20. something now and go back and delete it.
  21.  
  22. Well, now that the description is longer than the mod, let me tell you what
  23. this does. Not much. All it changes is it allows you to enter a blank line
  24. and just skip that file till later. So, without further rambling....here we
  25. go....
  26.  
  27. /** this step is indeed a form step, much like a form letter **/
  28. 1. From DOS, in your dir where you keep your source....
  29.  
  30. PKZIP SOURCE *.c *.h
  31.  
  32. If you already have a source zip file, then
  33.  
  34. PKZIP -f source *.c *.h
  35.  
  36. This way you have a copy of everything before you screw it up with a bad mod.
  37. If you decide to take the mod out, it's as easy as
  38. PKUNZIP -x source
  39.  
  40. and hit Y to overwrite any files you changed.
  41.  
  42. /** we now resume our regularly scheduled mod with step 2.... **/
  43.  
  44. =========================================================================
  45.  
  46. 2. Load up Xfer.C. Make these changes....
  47.  
  48.  
  49.     strcpy(s,(ff.ff_name));
  50.     align(s);
  51.     i=recno(s);
  52.     if (i==-1) {
  53. /** these changes go in XFER.C, void uploadall **/
  54. /** delete these two lines   **/
  55. /**   if (!upload_file(s,dn))**/
  56. /**    ok=0;                **/
  57. /** and add this one instead **/
  58.       upload_file(s,dn);
  59.     } else {
  60.       SETREC(i);
  61.       read(dlf,(void *)&u, sizeof(uploadsrec));
  62.  
  63. =======================================================================
  64.  
  65. 3. Wasn't that painless? Just re-compile.
  66.  
  67.  
  68. /** hey, it's the form info file **/
  69. As usual, I take no responsibility for hard drive crashes, death in the
  70. family, or end of the world as we know it resulting from this mod.
  71.  
  72. It's your fault if you didn't back up the files before you made the mod.
  73.  
  74. It's your fault if you don't back up your ENTIRE hard drive AT LEAST once
  75. a month.
  76.  
  77. It works on my system with Turbo C 2.0, WWIV 4.11, V20/8088, 640K/640EMS.
  78.  
  79. If you use this, the only payment I ask is that you send me a note through
  80. WWIVLink to 1@18251 saying you are using it...not too much to ask is it?
  81.  
  82. The Kingdom of Melnibone(LINK/NET)
  83. 812-877-3488  24 Hrs a day
  84. 3/12/2400/4800/9600/12,000/14,400 baud HST MNP5
  85. Auto-validation of WWIV sysops on first call
  86. Xmodem, Ymodem, DSZ Zmodem with retry, Ymodem-G
  87.  
  88. WWIV Link  1@18251
  89.  
  90. WWIV Net   1@8251
  91.  
  92.