running a devmap sv pure from a command line?

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
skinNCNmaster
Posts: 344
Joined: Wed Jan 29, 2003 8:00 am

running a devmap sv pure from a command line?

Post by skinNCNmaster »

im getting tired of clicking, typing sv pure and devmap fifty times a day..

is there a shortcut?
User avatar
Theftbot
Posts: 483
Joined: Thu Oct 08, 2009 4:03 am

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

Post 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
cityy
Posts: 1020
Joined: Mon Aug 10, 2009 8:23 am

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

Post 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.
Last edited by cityy on Sat Jun 05, 2010 9:14 pm, edited 1 time in total.
www.ferdinandlist.de/leveldesign
skinNCNmaster
Posts: 344
Joined: Wed Jan 29, 2003 8:00 am

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

Post by skinNCNmaster »

ha its the +set thing that i had never had determination to learn about before.. thanks cityy
fKd
Posts: 2478
Joined: Sat Jun 03, 2006 2:54 am
Location: Wellington
Contact:

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

Post by fKd »

use q3map2toolz
Post Reply