im getting tired of clicking, typing sv pure and devmap fifty times a day..
is there a shortcut?
running a devmap sv pure from a command line?
-
- Posts: 344
- Joined: Wed Jan 29, 2003 8:00 am
Re: running a devmap sv pure from a command line?
Make a shortcut to q3exe with the following commands:
"D:\Program Files\Quake III Arena\quake3.exe" +set sv_pure 0 +devmap XXXX
"D:\Program Files\Quake III Arena\quake3.exe" +set sv_pure 0 +devmap XXXX
Re: running a devmap sv pure from a command line?
Alternatively you can create an autoexec.cfg in your q3 folder:
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.
Code: Select all
set mymap "sv_pure 0; devmap mymap"
This is how I do it with my maps. Creating a .bat file or a shortcut probably is faster though.
Last edited by cityy on Sat Jun 05, 2010 9:14 pm, edited 1 time in total.
www.ferdinandlist.de/leveldesign
-
- Posts: 344
- Joined: Wed Jan 29, 2003 8:00 am
Re: running a devmap sv pure from a command line?
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?
use q3map2toolz