Too lazy to comment
This commit is contained in:
59
mod_quoth/unpak/quake.rc
Normal file
59
mod_quoth/unpak/quake.rc
Normal file
@@ -0,0 +1,59 @@
|
||||
|
||||
//PREACH: Quoth specific aliases
|
||||
|
||||
//regular cheats given names for completeness
|
||||
alias weaponcheat "impulse 9"
|
||||
alias runecheat "impulse 11"
|
||||
alias quadcheat "impulse 255"
|
||||
|
||||
//flashlight toggle
|
||||
alias flashlight "impulse 13"
|
||||
alias flashlightcheat "impulse 202"
|
||||
|
||||
//co-op bomb
|
||||
alias bombcheat "impulse 66"
|
||||
alias bomblots "impulse 65"
|
||||
alias bombhot "impulse 251;wait;+attack;wait;-attack"
|
||||
|
||||
//quoth items etc
|
||||
alias hammercheat "impulse 99"
|
||||
alias lancecheat "impulse 249"
|
||||
alias genocide "impulse 205"
|
||||
alias keycheat "impulse 253"
|
||||
alias trinitycheat "impulse 111"
|
||||
alias crosscheat "impulse 222"
|
||||
|
||||
//dev tools
|
||||
alias mapcheat "impulse 223"
|
||||
alias reveal "impulse 101"
|
||||
alias trigger "impulse 102"
|
||||
alias edictsby "impulse 103"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// load the base configuration
|
||||
exec default.cfg
|
||||
|
||||
// load the last saved configuration
|
||||
exec config.cfg
|
||||
|
||||
// opt out of engine cvars we don't like
|
||||
exec optout.cfg
|
||||
|
||||
// run a user script file if present
|
||||
exec autoexec.cfg
|
||||
|
||||
// add an extra file for the mod, lets people override stuff in their base autoexec.cfg without duplicating it
|
||||
exec quoth.cfg
|
||||
|
||||
// start demos if not already running a server
|
||||
startdemos base coop2 vongug
|
||||
|
||||
//
|
||||
// stuff command line statements
|
||||
// note the blank line afterwards is necessary in some engines
|
||||
stuffcmds
|
||||
|
||||
Reference in New Issue
Block a user