home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / RIPCAMO1.ZIP / RIPCAMO.DOC < prev    next >
Text File  |  1994-03-10  |  5KB  |  165 lines

  1. *************************************************
  2.  
  3.   RIP CAMOUFLAGE created by The Maverick 3/5/94
  4.  
  5.                 v 1.1 bug fix
  6.  
  7. *************************************************
  8.  
  9.   SYSOP of Maverick's Quodtegitur BBS, Calwa, CA
  10.  
  11.                 (209) 233 - 0094
  12.  
  13.      Files, Doors, GIFs, Conferences, Sarcasm
  14.  
  15. *************************************************
  16.  
  17.  Having been a SYSOP for just a couple of weeks
  18.  now, I have poured over numerous Wildcat
  19.  utilities of varying quality.  When I recently
  20.  decided to start working on RIP access and
  21.  discovered that some ANSI doors had problems
  22.  with RIP, I downloaded a third party utility
  23.  from MSI BBS which purported to alleviate the
  24.  problem.  Obviously all the program was going
  25.  to do was change the "RIP" code in the DOOR.SYS
  26.  file to a "GR" code.  Still, the author felt
  27.  compelled to request $15 for the program.  That
  28.  was an outrageous request, especially since the
  29.  program DID NOT WORK ON MY SYSTEM!  So I set
  30.  about designing my own utility to do the same
  31.  thing.  It took me about 2 hours to code it in
  32.  Quickbasic, debug it, and test it, so I am NOT
  33.  going to ask you to send me ANY money...
  34.  
  35.  Just call my BBS!!!!!!  Thanks-  the Maverick
  36.  
  37. *************************************************
  38.  
  39.  RIP CAMOUFLAGE is designed to correct problems
  40.  that certain ANSI Doors have when RIP graphics
  41.  are enabled.  These problems include: going to
  42.  black and white graphics (in the case of Trade
  43.  Wars 2002) or kicking the user out completely
  44.  (in the case of Future Runner.)
  45.  
  46.  RIP CAMOUFLAGE will solve these problems if you
  47.  are running WILDCAT V3.90S.  I can't vouch how
  48.  it will work with other software using DOOR.SYS
  49.  files, but the adventurous can try it.  The
  50.  only requirement is that line 20 of the DOOR.SYS
  51.  file indicate graphics with "RIP" for RIP and
  52.  "GR" for ANSI.
  53.  
  54.  RIP CAMOUFLAGE changes the "RIP" indication in
  55.  the DOOR.SYS file to "GR" thus camouflaging
  56.  your RIP status from the door.  I initially
  57.  thought this could be done quite simply by
  58.  replacing "RIP" with "GR ", however the added
  59.  space caused the same screw ups so I had to
  60.  go to full on binary file access, hence the
  61.  long 2 hours to create this utility.
  62.  
  63. *************************************************
  64.  
  65.  USING RIP CAMOUFLAGE:
  66.  
  67.  Place the files RIPCAMO.EXE and RIPBACK.EXE in
  68.  your path (the WC30 directory is usually fine
  69.  AS LONG AS IT IS IN YOUR PATH.)  Then, in your
  70.  door batch file, run RIPCAMO from your dropfile
  71.  directory before accessing the door and then
  72.  run RIPBACK from the dropfile directory after
  73.  accessing the door.  Your dropfile directory is
  74.  the directory where DOOR.SYS is located.  In a
  75.  single node system that will usually be
  76.  \WC30\WCWORK\NODE1.  Here are two examples of
  77.  batch files that are on my BBS:
  78.  
  79.  --------------------------------
  80.   DOOR6.BAT from Quodtegitur BBS
  81.  --------------------------------
  82.  @echo off
  83.  CD\WC30\WCWORK\NODE1
  84.  RIPCAMO
  85.  cd\doors\jetcmbt
  86.  combat 1                
  87.  CD\WC30\WCWORK\NODE1
  88.  RIPBACK
  89.  cd\wc30
  90.  
  91.  
  92.  ---------------------------------
  93.   DOOR13.BAT from Quodtegitur BBS
  94.  ---------------------------------
  95.  @echo off
  96.  aliasdor
  97.  CD\WC30\WCWORK\NODE1
  98.  RIPCAMO
  99.  cd\doors\fr300
  100.  future _future.C01
  101.  CD\WC30\WCWORK\NODE1
  102.  RIPBACK
  103.  unalias
  104.  cd\wc30
  105.  
  106.  
  107. *************************************************
  108.  
  109.  The files RIPCAMO.EXE and RIPBACK.EXE are both
  110.  stored in the directory D:\WC30 which is in my
  111.  path.  That's all there is to it!  Your doors
  112.  won't give RIP callers black and white graphics
  113.  or kick them out anymore!!  This works fine for
  114.  me, but if you are having problems with RIPCAMO,
  115.  call Quodtegitur BBS and leave a note and I'll
  116.  see what I can do!
  117.  
  118. *************************************************
  119.  
  120.   RIP CAMOUFLAGE created by The Maverick 3/5/94
  121.  
  122. *************************************************
  123.  
  124.   SYSOP of Maverick's Quodtegitur BBS, Calwa, CA
  125.  
  126.                 (209) 233 - 0094
  127.  
  128.      Files, Doors, GIFs, Conferences, Sarcasm
  129.  
  130. *************************************************
  131.  
  132. CALL TODAY and upload any useful Wildcat programs
  133. you've developed!
  134.  
  135. *************************************************
  136.  
  137.  
  138.  
  139.  OK, I knew you'd be curious....the program that
  140.  didn't work for me was UNRIP20.ZIP. By the way,
  141.  my apologies to those who spent hours down-
  142.  loading the original RIPCAMO file to find that
  143.  it was fatally flawed...  My mistake!
  144.  
  145.  
  146.  
  147. *************************************************
  148.  
  149.  RIPCAMO.ZIP contents:
  150.  
  151.  RIPCAMO.EXE Modify DOOR.SYS files indicating RIP
  152.  RIPBACK.EXE Restore modified DOOR.SYS files
  153.  RIPCAMO.DOC This .DOC, you're reading it!
  154.  
  155. *************************************************
  156.  
  157.  Free to distribute these files so long as they
  158.  are all together and unmodified.  All rights
  159.  reserved.  NO FEES MAY BE CHARGED.  I'll sue!
  160.  Copyright (c) 1994 by Joe Scoleri.  If you are
  161.  captured, the secretary will disavow all
  162.  knowledge of your actions.  This document
  163.  file will self destruct in three seconds.....
  164.  
  165. *************************************************