[SOLVED]quake 3 startup options

Locked
VolumetricSteve
Posts: 449
Joined: Sat Nov 06, 2010 2:33 am

[SOLVED]quake 3 startup options

Post 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
Last edited by VolumetricSteve on Fri Jul 17, 2015 6:45 pm, edited 1 time in total.
User avatar
Bacon
Posts: 1477
Joined: Sat Jul 31, 2004 7:00 am

Re: quake 3 startup options

Post by Bacon »

You're close actually, its +devmap instead of +set devmap. You can pretty much use any console command in the command line.
[b]CAPSLOCK IS ON[/b]
VolumetricSteve
Posts: 449
Joined: Sat Nov 06, 2010 2:33 am

Re: [SOLVED]quake 3 startup options

Post by VolumetricSteve »

Yep, I just got it. Thanks though.
Locked