home *** CD-ROM | disk | FTP | other *** search
- // Load the base configuration
- exec default.cfg
-
- // Load the last saved configuration
- exec config.cfg
-
- // Run a user script file if present
- exec autoexec.cfg
-
- // Plays the second cd track on whatever cd is in the drive
- cd play 2
-
- // This sets the default remote ridicule keys
- // (CHANGE THE FOLLOWING IF YOU WANT TO RECONFIGURE IT!)
-
- bind q "impulse 30"
- bind w "impulse 31"
- bind e "impulse 32"
- bind r "impulse 33"
- bind y "impulse 34"
- bind u "impulse 35"
-
- //
- // stuff command line statements
- //
- stuffcmds
-
- // Display our startup screen and stop
- // those F**KING demos from loading...
- // If you WANT those demos to load,
- // just remove the '//' from the demo
- // line below..
- echo
- echo =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- echo The Lone Gunmen RemoteRidicule v1.0
- echo Written by James -Jaymz- Cullen
- echo
- echo Fell free to do whatever the heck you
- echo want with this patch. I hardly slaved
- echo over it.........
- echo =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- echo Hit ESC or type map <name> to start.
- // startdemos demo1 demo2 demo3
-