home *** CD-ROM | disk | FTP | other *** search
/ Superpower (Alt) / SUPERPOWER.iso / q / patch / mbq087 / quake.rc < prev    next >
Encoding:
Text File  |  1996-08-30  |  1.0 KB  |  44 lines

  1. // Load the base configuration
  2. exec default.cfg
  3.  
  4. // Load the last saved configuration
  5. exec config.cfg
  6.  
  7. // Run a user script file if present
  8. exec autoexec.cfg
  9.  
  10. // Plays the second cd track on whatever cd is in the drive
  11. cd play 2
  12.  
  13. // This sets the default remote ridicule keys
  14. // (CHANGE THE FOLLOWING IF YOU WANT TO RECONFIGURE IT!)
  15.  
  16. bind q "impulse 30"
  17. bind w "impulse 31"
  18. bind e "impulse 32"
  19. bind r "impulse 33"
  20. bind y "impulse 34"
  21. bind u "impulse 35"
  22.  
  23. //
  24. // stuff command line statements
  25. //
  26. stuffcmds
  27.  
  28. // Display our startup screen and stop
  29. // those F**KING demos from loading...
  30. // If you WANT those demos to load,
  31. // just remove the '//' from the demo
  32. // line below..
  33. echo
  34. echo =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  35. echo The Lone Gunmen RemoteRidicule v1.0
  36. echo Written by James -Jaymz- Cullen
  37. echo
  38. echo Fell free to do whatever the heck you
  39. echo want with this patch. I hardly slaved
  40. echo over it.........
  41. echo =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  42. echo Hit ESC or type map <name> to start.
  43. // startdemos demo1 demo2 demo3
  44.