Page 1 of 1

[SOLVED]quake 3 startup options

Posted: Fri Jul 17, 2015 6:30 pm
by VolumetricSteve
I'm messing with quake 3 for Android and I'm trying to see if I can pass some command to it at startup that'll load directly into a map.

At the place where you would set things like +set com_basepath or other things set at execution time, what else can be done from that point?

I'm hoping I can do something like +set sv_pure 0 +set devmap mapname

Edit:

and so I can, I didn't realize ".bsp" is implied with /devmap

+sv_pure 0 +devmap q3dm1

Re: quake 3 startup options

Posted: Fri Jul 17, 2015 6:45 pm
by Bacon
You're close actually, its +devmap instead of +set devmap. You can pretty much use any console command in the command line.

Re: [SOLVED]quake 3 startup options

Posted: Fri Jul 17, 2015 6:45 pm
by VolumetricSteve
Yep, I just got it. Thanks though.