21 lines
334 B
Text
21 lines
334 B
Text
|
|
developer 1
|
|
|
|
// 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
|
|
|
|
//
|
|
// stuff command line statements
|
|
//
|
|
stuffcmds
|
|
|
|
// start demos if not allready running a server
|
|
//startdemos demo1 demo2 demo3
|
|
|
|
menu_main
|