Page 1 of 1

running a devmap sv pure from a command line?

Posted: Sat Jun 05, 2010 7:44 pm
by skinNCNmaster
im getting tired of clicking, typing sv pure and devmap fifty times a day..

is there a shortcut?

Re: running a devmap sv pure from a command line?

Posted: Sat Jun 05, 2010 8:05 pm
by Theftbot
Make a shortcut to q3exe with the following commands:


"D:\Program Files\Quake III Arena\quake3.exe" +set sv_pure 0 +devmap XXXX

Re: running a devmap sv pure from a command line?

Posted: Sat Jun 05, 2010 8:10 pm
by cityy
Alternatively you can create an autoexec.cfg in your q3 folder:

Code: Select all

set mymap "sv_pure 0; devmap mymap"
Then start q3, open console and type "\vstr mymap" (without quotes ofc).
This is how I do it with my maps. Creating a .bat file or a shortcut probably is faster though.

Re: running a devmap sv pure from a command line?

Posted: Sat Jun 05, 2010 8:37 pm
by skinNCNmaster
ha its the +set thing that i had never had determination to learn about before.. thanks cityy

Re: running a devmap sv pure from a command line?

Posted: Sun Jun 06, 2010 1:44 am
by fKd
use q3map2toolz