Verfügbare Informationen zu "Consile Comands for every member to use"
Qualität des Beitrags: Beteiligte Poster: blindsniper Forum: Zaitsev DOD - Clan aus dem Unterforum: Server Antworten: 6 Forum gestartet am: Dienstag 13.02.2007 Sprache: englisch Link zum Originaltopic: Consile Comands for every member to use Letzte Antwort: vor 16 Jahren, 28 Tagen, 20 Stunden, 38 Minuten
Alle Beiträge und Antworten zu "Consile Comands for every member to use"
Re: Consile Comands for every member to use
blindsniper - 28.02.2007, 22:30Consile Comands for every member to use
In the console you can change almost all settings. From changing your name to binding keys to altering the 3D engine. Here are some commands that could be useful.
name x
Changes your current player name. If you have died and writes this your name will change when you respawn. x=yourname.
status
Gets information on server and players name, WONid and ping.
bind x y
You use this command to create a keyboard shortcut for an action. It could be that you says a special phrase often. x is the key you want to use for the command and quotation marks around it, like "i". The y is the command you want to perform, this too with quotation marks, like "say Report in troops!" or "say_team Report in troops!". With default key settings, say is the same as pressing y and say_team is the same as u. You can use dynamic text to tell you where you are, how much health you have etc. Here is a few things you can use as a command:
command action
say tell everyone some text.
say_team tell your team some text.
%l writes out your location.
%h writes out your health.
%c writes out your player Class.
%i writes out last person seen.
_ah x
Controls the Auto Helper (the Doggie) on(=1) and off(=0).
cl_chowfps x
Shows the current "frames per second" count in your upper left corner. On=1 Off=0.
fps_max x
Changes the max amount of FPS. If you want more then 60 FPS then you also need to disable the v-sync option for your graphic card and have high refresh rate on your monitor, otherwise you wont notice a diffrence. The MAX is 99 and default is around 60. Change x to whatever number you want to use, but remember 99 is the roof.
cl_rate x
Set rate client sends data to server (bytes/sec). Try 1000-4000 for modem, 6000-9000 cable, up to 20000 if T1. Incorrect values can increase lag dramatically. Defaul is 7500.000000.
cl_cmdrate x
Set number of times per second client updates server. (30 is modem speed; try 50 for LAN or between for cable modems, etc) Default is 30.
cl_updaterate x
Set number of updates the client requests from the server per second. Default is 20.
net_graph x
Shows statistics of the internet connection in different ways. You can use a number from 0 to 3 for this, 0 to disable the view.
net_graphpos x
Position of netgraph on screen if net_graph is active. 1 = right, 2 = center, 3 = left. Defaul is 1.
cl_fog x
If you want to have fog or not and if the server has activated the feature. On (x=1) or Off (x=0).
gamma x
Changes the video gamma of the game. Default is 3.
cl_minimap x
This is for the minimap in your upper right corner. On (x=1) or Off (x=0).
cl_identicon x
Here is the control for showing the identification flags above your teams head. On (x=1) or Off (x=0).
cl_dynamic_xhair x
Changes the cross hairs animation, from being dynamic (x=1) to static (x=0).
cl_particlefx x
Changes the rendering quality of the particle engine. All effects (x=2), No rain (x=1) and No particle effects (x=0).
sensitivity x
Changes the sensitivity of the mouse. Default is 3.
Re: Consile Comands for every member to use
blindsniper - 28.02.2007, 22:34Changelevel command and then some
rcon changelevel dod_map name here
Re: Consile Comands for every member to use
blindsniper - 28.02.2007, 22:35Clan match commands
rcon mp_clan_match 1
rcon mp_timelimit 20
rcon mp_friendlyfire 1
rcon mp_clan_readyrestart 1
Re: Consile Comands for every member to use
blindsniper - 28.02.2007, 22:35Kick players
rcon kick playername
rcon kick players id
Re: Consile Comands for every member to use
blindsniper - 28.02.2007, 22:36Class limits (set to -1 for no limit):
mp_limitallies30cal
mp_limitalliesbar
mp_limitalliescarbine
mp_limitalliesgarand
mp_limitalliesgreasegun
mp_limitalliesspring
mp_limitalliesthompson
mp_limitaxisfg42
mp_limitaxisfg42s
mp_limitaxisk43
mp_limitaxiskar
mp_limitaxismg34
mp_limitaxismg42
mp_limitaxismp40
mp_limitaxismp44
mp_limitaxisscopedkar
mp_limitbritassault
mp_limitbritlight
mp_limitbritmg
mp_limitbritsniper
Re: Consile Comands for every member to use
blindsniper - 28.02.2007, 22:38Clan match codes again
Client Console Commands
There are two types of client console commands. The first type are native to clanmod and can be executed by anybody with the appropriate access level. The second are the aliases defined in cm_aliases.cfg. An alias in ClanMod is a client-side shortcut that maps to a server side command. See cm_alias in the "Server Command Reference" section of the ClanMod Manual for more details on defining your own aliases. See the cm_aliases.cfg file on your server for the exact aliases defined on your system. See the entire "Server Command Reference" section of the ClanMod Manual for details on the server side commands that these aliases are executing.
Below are listed first the native commands available to admins and players and then the aliases. Aliases are broken down into sections based on the mod pack in which the aliases are defined.
The following format is used to describe the native commands:
* client_command
Brief description of the command.
The following format is used to describe the aliases:
Available to <access level>
* client_command = server_command
Brief description of the command.
Console Commands for Admins
These commands can be executed by admins from their client consoles. All files referenced in this section are in <mod_dir>/addons/clanmod.
* clanmodmenu
This command causes the ClanMod menu to be displayed on the client. Make sure you have the correct privileges to display this menu. If you do not have sufficient privileges, it will show only the publicly available functions. If the first page is not available, ClanMod will attempt to show the second page.
* clanmodmenu2
Calls the second page of ClanMod menu. This functions just like clanmodmenu above. If the second menu is not available, it will try to show the first.
* cm <server command>
This is the same as the rcon command but you don't need to set rcon_password. You can issue any command to the server. This command is defined using the cm_alias command in the cm_aliases.cfg file. By default, you must have the "O" flag to use this command.
* cm_demoname <name of prefix>
Set the prefix for the demo names. This is useful if you want to describe demos shortly. The default prefix is cm_demo. The rest of demo name contains the map name, the player's nick, and demo index. See the section "Record Demo Menu" under "Other Menu Items" for more details.
* cm_help
If the player is an admin, this will show the contents of the adminhelp.txt file. Otherwise, it will show the contents of the playerhelp.txt file. Either way, these will be displayed in a graphic window on the client. The files displayed can be set using the cm_adminhelpfile and cm_playerhelpfile cvars. See the cvars section for more details.
* cm_rules
This will display the contents of the file rules.txt in a graphic window on the client.
* say <parameter> <text>
Using the regular client "say" command (by default, bound to "y"), and prefixing your statement with one or more "@" symbols will allow you to take advantage of this feature. For bold text placed at various locations on the screen, use the following:
@ = Left side of screen @@ = Centre of screen @@@ = Bottom centre of screen
To colour the text, add one of the following letters after the "@":
* b = Blue
* g = Green
* j = Brown
* l = Green (light)
* n = Purple
* o = Orange
* p = Purple (light)
* r = Red
* s = Blue (light)
* y = Yellow
If you use @@@@, the text will will appear as regular chat text however, it will not indicate who said the message.
To speak only to a specific player, use @x where "x" is the id of the player want to speak to.
Examples of usage: Say "Hello everyone!" in green at the centre of the screen:
* say @@g Hello everyone!
* say_team <parameter> <text>
For chat between admins use the say_team (or messagemode2) command with an @ at the beginning. This will speak only to admins. If player wants to say something to an admin, he should perform a regular say his text with @ at the beginning.
Console Commands for all Players
These commands can be executed by any player on the server using the client console. They can also be aliased so that the player can just use "say" to execute them.
* clanmod_version
Shows info about ClanMod version and text from cvar cm_info in the player's console.
* cm_forgivetkcmd
Forgives the last teammate who killed you so that he won't be punished for the t/k.
* cm_nextmapcmd
Displays the next map in the mapcycle. Often aliased so that players can say "nextmap" to execute this command.
* cm_thetimecmd
Displays the current real time on the server. Often aliased so that players can say "thetime" to execute this command.
* cm_timeleftcmd
Displays time remaining on the current map. Often aliased so that players can say "timeleft" to execute this command.
* cm_votemapcmd
Displays a menu of all available maps for a vote. If there is more than one page, "9" goes to the next page and "0" returns to a previous page. Select a map by hitting the number next to the map. Often aliased so that players can say "votemap" to execute this command.
Default Aliases
Available to "D" level (cancel voting):
* cvote = cm_cancelvote
Cancels the current vote in progress.
Available to "J" level (clanmodmenu2)
* clanmodmenu = clanmodmenu_cmd2
Will show the second menu to the calling player.
* cm_listplayer = cm_listplayer
Shows a list of players currently on the server. Admins are shown with "@" next to their name.
* menu = clanmodmenu_cmd2
This is a "say" command. If a player says "menu", this will show the second menu to that player.
Available to "K" level (kick)
* lp = cm_listplayer
Shows a list of players currently on the server. Admins are shown with "@" next to their name.
* cm_listplayer = cm_listplayer
Shows a list of players currently on the server. Admins are shown with "@" next to their name.
Available to "M" level (changelevel)
* cl <map> = changelevel <map>
Changes the map to <map>.
Available to "O" level (operators)
* clexec <parameters> = cm_clexec <parameters>
Causes a command to be executed on the targer client(s).
* cm <command> = <command>
Allows for generic commands to be sent to the server.
* cm_banid <mask> = cm_banid <mask>
Bans the player matching <mask>. See cm_banid server command for more info.
* cm_kick <mask> = cm_kick <mask>
Kicks the player matching <mask>. See cm_kick server command for more info.
* cm_listtask = cm_listtask:
Shows all tasks defined on the server.
Available to "S" level (server settings)
* cm_bury/cm_unbury
This will allow you to bury a player in the ground, using cm_unbury will reverse the effect of cm_bury
* cm_listadmin = cm_listadmin
Shows a list of admins with "@" next to those who are currently on the server.
* cm_gag/cm_ungag
Will allow you to gag a player, this will prevent him from using say/team_say, cm_ungang will reverse the effect of cm_gag
* la = cm_listadmin
Shows a list of admins with "@" next to those who are currently on the server.
* lps = cm_listplayer listplayer.txt
Shows a list of players currently on the server. Admins are shown with "@" next to their name. This alias also saves the list of players on the server in <mod_dir>/listplayer.txt.
* lt = cm_listtask
Shows all tasks defined on the server.
* menu = clanmodmenu_cmd2
This is a "say" command. I a player says "menu", this will show the information menu to that player.
* nopass = sv_password ""
Unlocks the server by removing the password
* pa = cm_pause
Pauses the game.
* pw <password> = sv_password <password>
Sets the server password to <password>.
* tl <number> = mp_timelimit <number>
Sets the map timelimit.
Available to "V" level (voting):
* votec <vote options> = cm_vote <vote options>
Starts a generic vote.
* votek <vote options> = cm_votekick <vote options>
Starts a kick vote.
* votem <vote options> = cm_votemap <vote options>
Starts a map vote.
Available to all players through "say"
* myid = say My name is &name&, wonid: &wonid&, and ip: &ip&" alsc
Says name, WON, and IP to everyone.
* timeleft = cm_timeleftcmd
Causes the server to say the timeleft on the current map.
* nextmap = cm_nextmapcmd
Causes the server to say the next map in the cycle.
* thetime = cm_thetimecmd
Causes the server to say the current time (in the server's time zone).
* votemap = cm_votemapcmd
Shows the player a map vote menu.
* clanmod = clanmod
Causes the server to say what version of clanmod is running.
Action Half-Life Aliases
* addbots <number> = mp_bots
Manualy adds a AHL bot
* kickbot <nick/Authid = kickbot
kicks a AHL bot
* addbot = mp_bots
Will add 1 extra AHL Bot, maximum bots are 20
Counter-Strike Alises
* rm <check manual> = cm_restrictmenu
Can be used to restric access to buy menus
Day of Defeat Aliases
* tcm = mp_clan_match
Will turn mp_clan_match on and off
* smc = mp_clan_restartround 1
Will start the Clan match count down
Mit folgendem Code, können Sie den Beitrag ganz bequem auf ihrer Homepage verlinken
Weitere Beiträge aus dem Forum Zaitsev DOD - Clan
amx_ Commands - gepostet von blindsniper am Dienstag 06.03.2007
Ähnliche Beiträge wie "Consile Comands for every member to use"
Rustprotection for the CityBugs - REFZ (Donnerstag 12.07.2007)
For any Star Wars fans out there - lovefridax (Donnerstag 12.07.2007)
Pinless braided bun & Zwei-Zopf-Variation - Sagi (Dienstag 12.10.2010)
Question about the appropriate radio setup for a 1974 LR FFR - Bilbo42 (Freitag 31.08.2007)
Future shop for IS releases... - Helloweenie (Sonntag 26.08.2007)
Timmey for Palalead - Shadowbeast (Freitag 13.07.2007)
For Liberty! Patch 1.80 - psmatt (Freitag 13.07.2007)
ill make this apply for a friend xd - MrFalk^ColdLine (Samstag 14.07.2007)
Need for Speed underground 2 - oguzhan (Mittwoch 08.12.2004)
Need for speed underground 2 - Fatih (Donnerstag 09.12.2004)
