Pages: [1]
  Print  
Author Topic: Command Line options  (Read 25277 times)
jqp
Nub


Cakes 0
Posts: 7


« on: January 05, 2007, 05:00:20 PM »

What are all the command line options?  Or, if not that, it would be nice to have an exhaustive list of things that can be set in a configuaration file.

I've been trying to start a server and run it at work at lunchtime - run it for a little while and only a couple people join.  I downloaded a bunch of maps, but when I start a map that the other guys don't have, they see a message that says downloading is disabled on the server.  The worst part is that it worked fine on Tuesday, but didn't work at all on Wednesday.  We could only play the maps that come with the game.

Any suggestions on that?
Logged
baconfish
Guest
« Reply #1 on: January 05, 2007, 06:16:32 PM »

I believe you (the host) must set sv_AllowDownload 1, and they (the clients) must have "Automatic Download" in game options enabled (I think the command is cl_AllowDownload 1 from the console).

But it may download slowly. Assuming you're on a LAN your best bet would be to have them copy the maps from you ahead of time.

For a list of all the commands, just search for Quake3 console variables. And if you find a really good list, lemme know Smiley
Logged
MilesTeg
Lesser Nub


Cakes 0
Posts: 144



« Reply #2 on: January 05, 2007, 07:35:39 PM »

here's one you can start with:
http://q3console.planetquake.gamespy.com/

the following one is really great, maybe we can use it for OA ?
http://ucguides.savagehelp.com/Quake3/AquaQuake3Guide.html

What I really would like to see is a good help system integrated in OA.
So when you type something like
"r_mapOverBrightBits -help"
you get all the infos known about the command.
Logged

"We are all connected"
jqp
Nub


Cakes 0
Posts: 7


« Reply #3 on: January 08, 2007, 12:46:25 PM »

I believe you (the host) must set sv_AllowDownload 1, and they (the clients) must have "Automatic Download" in game options enabled (I think the command is cl_AllowDownload 1 from the console).

But it may download slowly. Assuming you're on a LAN your best bet would be to have them copy the maps from you ahead of time.

For a list of all the commands, just search for Quake3 console variables. And if you find a really good list, lemme know Smiley
Thanks for that setting... it helped a lot!
I guess I need to give them the maps ahead of time, like you said.

I've poked through console variables by typing a letter and pressing tab, getting a list, and kinda guessing what they do.  Beyond that, yeah, more explanation would be nice.  I never found sv_allowDownload, though, but it's in there.

Why does it download slow?  If we all set our connection speeds to "Cable/DSL/Whatever" why does it still download at lik 10kBps?
Logged
yoursuicide
Nub


Cakes 0
Posts: 4


« Reply #4 on: January 08, 2007, 12:49:43 PM »

Why does it download slow?  If we all set our connection speeds to "Cable/DSL/Whatever" why does it still download at lik 10kBps?

I'm having the same problem, i'm on a very fast connection both server and client, and only 13KB/sec, if i find something i'll let you know
Logged
jqp
Nub


Cakes 0
Posts: 7


« Reply #5 on: January 09, 2007, 11:38:16 AM »

well, I saw this variable: sv_floodProtect "1", but I don't know what it does.  I'd rather see something like sv_maxDownloadSpeed or something like that... yeah, you don't want the downloaders to hose your upstream, but 13KB/s is soooo 1999.

I see on the server logs that the kills refer to some thing like MOD_RAILGUN and stuff.  That got me wondering if there was a way to change the "Pete got killed by Bob with a machine gun" messages.  Then I could surprise the workmates with fun messages every day =)
Logged
yoursuicide
Nub


Cakes 0
Posts: 4


« Reply #6 on: January 09, 2007, 11:01:49 PM »

well, I saw this variable: sv_floodProtect "1", but I don't know what it does.  I'd rather see something like sv_maxDownloadSpeed or something like that... yeah, you don't want the downloaders to hose your upstream, but 13KB/s is soooo 1999.

my upstream is something like 43MB/s..
so.. 13Kb, is well.. nothing really, which is kinda why this pisses me off, people should connect and almost instantly (depending on your downloads) be playing.
Logged
Ferk
Half-Nub


Cakes 0
Posts: 58



« Reply #7 on: January 10, 2007, 04:38:54 AM »

I've started a page in the wiki to list the most useful commands and share the related links we find.
However there are very few listed for now.
http://scratchpad.wikia.com/wiki/OpenArena/Manual/Console_Commands
« Last Edit: January 10, 2007, 04:42:09 AM by Ferk » Logged

sorry for my english
jqp
Nub


Cakes 0
Posts: 7


« Reply #8 on: January 10, 2007, 08:18:59 AM »

in case anyone is unaware, I did figure this out:
you can type /cmdlist to get a list of all commands
you can also type the beginning of a variable or command and press TAB to either complete the command or see a list of possible commands (just like a linux console)
you can type the name of a variable and press ENTER to see its current value and its default value
you can type the name of a variable or command, then a space, and then press table to see the possible values for that variable or command, such as
Code:
/map b[TAB]
would give you a list of all your maps that start with "b" that you can switch to.

This may help people figure out the different commands for that list.  I'll try to help with that list when I can.

Also, if you're running a dedicated server from a console, the commands are the same except that you don't type / in front of the command.
Logged
white haired boy
Half-Nub


Cakes 0
Posts: 84

Member


« Reply #9 on: January 10, 2007, 12:46:27 PM »

nice one ferk.
Logged
yoursuicide
Nub


Cakes 0
Posts: 4


« Reply #10 on: January 10, 2007, 06:51:05 PM »

in case anyone is unaware, I did figure this out:
you can type /cmdlist to get a list of all commands
you can also type the beginning of a variable or command and press TAB to either complete the command or see a list of possible commands (just like a linux console)
you can type the name of a variable and press ENTER to see its current value and its default value
you can type the name of a variable or command, then a space, and then press table to see the possible values for that variable or command, such as
Code:
/map b[TAB]
would give you a list of all your maps that start with "b" that you can switch to.

This may help people figure out the different commands for that list.  I'll try to help with that list when I can.

Also, if you're running a dedicated server from a console, the commands are the same except that you don't type / in front of the command.


/ works for commands but \ is the one it's suppose to be Smiley and you can use \rcon to remote control the server, only you don't get tab completion Smiley
Logged
jqp
Nub


Cakes 0
Posts: 7


« Reply #11 on: November 25, 2009, 01:44:39 PM »

I just spent over an hour trying to figure out how to run a server command from a client, searching pages that don't exist anymore.  My search led me back here to this post from a couple years ago.... awesome.

\rcon is what I was looking for but couldnt' remember.  It's been a while.
Logged
Falkland
Member


Cakes 6
Posts: 590


« Reply #12 on: November 25, 2009, 03:24:15 PM »

Maybe this can help , but it's not enough I think : (DO NOT LINK) h t t p s : / / openarena . wikia . com/wiki/Manual/Console_Commands
Logged
vindimy
Bigger member


Cakes 15
Posts: 161


lolwut?


WWW
« Reply #13 on: November 25, 2009, 07:20:49 PM »

Guys, the easiest way to find out about OpenArena commands (from within the game console) is to start typing and then press TAB. For example, "/bot" TAB will give you a bunch of bot settings. Just thought I'd share in case!
Logged

Falkland
Member


Cakes 6
Posts: 590


« Reply #14 on: November 26, 2009, 04:20:35 PM »

Guys, the easiest way to find out about OpenArena commands (from within the game console) is to start typing and then press TAB. For example, "/bot" TAB will give you a bunch of bot settings. Just thought I'd share in case!

Yes you are right , but there are also undocumented commandline options like +nosplash : if you start the game passing +nosplash , the game splash screen wil be not displayed.

Code:
./openarena.i386 +nosplash
Logged
vindimy
Bigger member


Cakes 15
Posts: 161


lolwut?


WWW
« Reply #15 on: November 26, 2009, 04:23:05 PM »

Code:
./openarena.i386 +nosplash


That's right Falkland! Command-line switches themselves are a pain in the ass... I wasn't able to find a single place where I'd be able to just get a list of all of them. I had to resort to digging through the ioquake3 sources.
Logged

Pages: [1]
  Print  
 
Jump to: