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
[SOLVED]quake 3 startup options
-
- Posts: 449
- Joined: Sat Nov 06, 2010 2:33 am
[SOLVED]quake 3 startup options
Last edited by VolumetricSteve on Fri Jul 17, 2015 6:45 pm, edited 1 time in total.
Re: quake 3 startup options
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]
-
- Posts: 449
- Joined: Sat Nov 06, 2010 2:33 am
Re: [SOLVED]quake 3 startup options
Yep, I just got it. Thanks though.