Pages: [1]
  Print  
Author Topic: OpenArena Console COmmands  (Read 18654 times)
swaggerall
Member


Cakes -58
Posts: 263


Mega|^AIM


WWW
« on: July 07, 2011, 09:22:36 PM »

Is There A Page That Shows All The Console Commands And There Meanings Or What They Do?


I Already Know About 1 Of Them But I Can Put My Finger On What The Site Is Called It Doesnt Have Them All...

Please Post If You Find 1 Cheesy
Logged

Mega Rules The World ! Mega Rules The World
Gig
In the year 3000
***

Cakes 45
Posts: 4394


WWW
« Reply #1 on: July 08, 2011, 02:37:48 AM »

Well, there are the Q3 original commands, plus the ioquake3-added commands, plus the OpenArena-specific commands...

Some commands are listed here:
(DO NOT LINK) h t t p s : / / openarena . wikia . com/wiki/Command_console
(DO NOT LINK) h t t p s : / / openarena . wikia . com/wiki/Manual/Console_Commands
while others are around the pages of the wiki, related to the specific content (e.g. (DO NOT LINK) h t t p s : / / openarena . wikia . com/wiki/Manual/Multiplayer#Commands, (DO NOT LINK) h t t p s : / / openarena . wikia . com/wiki/Elimination#CVARs..)

You can take a look to the external links you can see near to the bottom in the first two pages, for info about quake3 commands and variables.

PS: Please, please, please... use proper capitalization.
Logged

I never want to be aggressive, offensive or ironic with my posts. If you find something offending in my posts, read them again searching for a different mood there. If you still see something bad with them, please ask me infos. I can be wrong at times, but I never want to upset anyone.
swaggerall
Member


Cakes -58
Posts: 263


Mega|^AIM


WWW
« Reply #2 on: July 08, 2011, 08:02:48 AM »

Yeah 1 of the external links i already had thats the

http://www.joz3d.net/html/q3console.html

by the way how do you use a word as a link?
Logged

Mega Rules The World ! Mega Rules The World
RMF
Member


Cakes 12
Posts: 694



« Reply #3 on: July 08, 2011, 08:29:39 AM »

[url=http://example.com/]linktext[/url]

PS: Please, please, please... use proper capitalization.
I was bored in class and wrote a little script to fix that together with a friend:
Code:
javascript:function%20REPLACEGODVERKUT(str,str2,by){%20while(str.indexOf(str2)>-1){%20str%20=%20str.replace(str2,by);%20}%20return%20str;%20}%20out="";afterdot=false;nextcaps=true;var%20txt="";if(window.getSelection){txt%20=%20window.getSelection();}else%20if%20(document.getSelection){txt%20=%20document.getSelection();}else%20if(document.selection){txt%20=%20document.selection.createRange().text;}%20txt=txt.toString();%20for(i=0;i<txt.length;i++){%20switch(txt.charAt(i)){%20case%20"!":%20out+="!";%20afterdot=true;%20break;%20case%20"?":%20out+="?";%20afterdot=true;%20break;%20case%20".":%20out+=".";%20afterdot=true;%20break;%20case%20"\r":%20nextcaps=true;%20out+="\r";%20break;%20case%20"\n":%20nextcaps=true;%20out+="\n";%20break;%20case%20"%20":%20out+="%20";%20if(afterdot){%20nextcaps=true;%20}%20break;%20default:%20if(nextcaps){%20out+=txt.charAt(i).toUpperCase();%20}else{%20out+=txt.charAt(i).toLowerCase();%20}%20afterdot=false;%20nextcaps=false;%20break;%20}%20}%20out%20=%20REPLACEGODVERKUT(out,"Im","I&#39;m");%20out%20=%20REPLACEGODVERKUT(out,"im","i&#39;m");%20out%20=%20REPLACEGODVERKUT(out,"Ive","I&#39;ve");%20out%20=%20REPLACEGODVERKUT(out,"ive","i&#39;ve");%20out%20=%20REPLACEGODVERKUT(out,"%20i%20","%20I%20");%20out%20=%20REPLACEGODVERKUT(out,"god","GoD");%20out%20=%20REPLACEGODVERKUT(out,"%20,",",%20");%20out%20=%20REPLACEGODVERKUT(out,"%20.",".%20");%20out%20=%20REPLACEGODVERKUT(out,"\r\n","<br/>");%20out%20=%20REPLACEGODVERKUT(out,"\n","<br/>");%20out%20=%20REPLACEGODVERKUT(out,"\r","<br/>");%20datja%20=%20document.getElementsByClassName("post");%20%20var%20range%20=%20window.getSelection().getRangeAt(0);%20range.deleteContents();%20range.insertNode(document.createTextNode(out));%20%20for(i=0;i<datja.length;i++){%20datja[i].innerHTML%20=%20REPLACEGODVERKUT(datja[i].innerHTML,"<br/>","<br/>");%20}void(0);
In firefox, rightclick on your bookmarks bar, choose New bookmark, fill in that code as location (or URL), give it some proper name ("Fix this shitty capitalisation"), and hit Save. Then select AIM's text, and click your bookmarklet.

Edit: Works the same in Chrome. Rightclick bookmarks bar (you can set that in the options, 'always show bookmarks'), add page, URL is that script, give it some name, and hit OK. Then just select the text and click your bookmarklet.
Logged
Cacatoes
Banned for leasing own account
Posts a lot
*

Cakes 73
Posts: 1427


also banned for baiting another to violate rules


« Reply #4 on: July 08, 2011, 09:52:06 AM »

Suggestion: Make it a greasemonkey script, and eventually add some "ignore member x" so that member x's posts become hidden Wink

(Don't do it, a waste of time)
Logged

Todo: Walk the cat.
RMF
Member


Cakes 12
Posts: 694



« Reply #5 on: July 08, 2011, 11:17:21 AM »

(Don't do it, a waste of time)
Lol yeah, at school I had some spare time, but I'm not going to throw away holidays :O punched
Logged
Peter Silie
Member


Cakes 2008
Posts: 610



« Reply #6 on: July 08, 2011, 12:33:37 PM »

PS: Please, please, please... use proper capitalization.
I was bored in class and wrote a little script to fix that together with a friend

MEGA|R*O*F*L

+1
Logged
swaggerall
Member


Cakes -58
Posts: 263


Mega|^AIM


WWW
« Reply #7 on: July 08, 2011, 10:12:42 PM »

Is There A Page That Shows All The Console Commands And There Meanings Or What They Do?


I Already Know About 1 Of Them But I Can Put My Finger On What The Site Is Called It Doesnt Have Them All...

Please Post If You Find 1


<i ♥ how you guys got off topic so i will repost so others dont have to go back and see the question>
Logged

Mega Rules The World ! Mega Rules The World
Cacatoes
Banned for leasing own account
Posts a lot
*

Cakes 73
Posts: 1427


also banned for baiting another to violate rules


« Reply #8 on: July 08, 2011, 11:41:08 PM »

Of course swaggie.
Take, here is some bread:

Logged

Todo: Walk the cat.
Peter Silie
Member


Cakes 2008
Posts: 610



« Reply #9 on: July 09, 2011, 04:02:47 PM »

looks like that you even made cacatoes angry Grin
scnr caca Smiley
Logged
swaggerall
Member


Cakes -58
Posts: 263


Mega|^AIM


WWW
« Reply #10 on: July 09, 2011, 05:25:42 PM »

Of course swaggie.
Take, here is some bread:



Yumm
Logged

Mega Rules The World ! Mega Rules The World
Pages: [1]
  Print  
 
Jump to: