mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-21 19:41:29 +00:00
19 lines
328 B
Text
Executable file
19 lines
328 B
Text
Executable file
|
|
// 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
|
|
r_fullbright 0
|
|
scr_showfps 1
|
|
gl_texturemode GL_NEAREST_MIPMAP_NEAREST
|