[SOLVED]quake 3 startup options
Posted: Fri Jul 17, 2015 6:30 pm
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
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