Originally posted by Agent00Kevin:
Here is a list of PB commands I found:
activate_log : Activates a log. Usage: "activate_log <logname>"
call_vote_change_captain : Start a vote to change captain.
call_vote_end_match : Start a vote to end the current match.
call_vote_extend_match : Start a vote to extend the match.
call_vote_kick : Start a vote to kick a client. Usage: "call_vote_kick <player name>".
call_vote_kick_id : Start a vote to kick a client. Usage: "call_vote_kick_id <player id>".
call_vote_restart_match : Start a vote to restart the match.
call_vote_shuffle_teams : Start a vote to shuffle teams.
call_vote_skip_map : Start a vote to skip map.
clear : Clears the console text buffer.
deactivate_log : Deactivates a log. Usage: "deactivate_log <logname>"
evict_resources : Evicts all managed resources (D3D and driver-managed).
exec : Runs a console command "batchfile". Usage: "exec <batchfile>"
gfx_Bloom : Enable/Disable the bloom.
gfx_DisableShadowGeneration : Disable the shadow generation.
gfx_Hdr : Enable/Disable the hdr.
gfx_HemiQuality : Configure ambient quality. 2 = dynamic, 1 = static, 0 = disabled.
gfx_LeavesRatio : Change the leaves ratio.
gfx_LeavesShadowRatio : Change the leaves shadow ratio.
gfx_MaxDecalCount : Max decal count for all types
gfx_MaxDecalCountPerType : Max decal count per type
gfx_MaxFps : Maximum fps.
gfx_MaxHemiMapDistance : Distance at which we stop using the hemi map for clustered objects
gfx_RealTreeCapsMaxDistance : Change Realtree Max Cap Distance.
gfx_ShowConfig : Prints the render configuration in the console.
gfx_SunShadowRange0 : Change shadow range.
gfx_SunShadowRange1 : Change shadow range.
gfx_SunShadowRange2 : Change shadow range.
gfx_TerrainDetailBlendViewDistance : Change the terrain detail blend texture distance.
gfx_TerrainDetailViewDistance : Change the terrain detail texture distance.
gfx_WaterReflectionQuality : Change the water reflection level.
gfx_WaterRefraction : Enable water refraction.
gfx_WidescreenFOV : Enable/Disable computation of widescreen FOV.
help : Shows help on using the console.
look_HelpCrosshair : Enables/disables use of the crosshair to aim.
look_Invert_y : Look sensitivity in y.
net_ChangeCaptain : Change captain. Usage: "net_ChangeCaptain <team name>".
net_CustomMapMaxUploadRateInBitsLan : Total upload rate (bps) used to serve custom maps in LAN.
net_CustomMapMaxUploadRateOnline : Total upload rate (bps) used to serve custom maps online.
net_DownloadCustomMapEnabled : Enable downloading of a custom map when joining a server.
net_DownloadCustomMapFromHostEnabled : Enable to download from the host.
net_DownloadCustomMapFromWebEnabled : Enable to download from the web.
net_EndMatch : End the current match.
net_ExtendMatch : Extend the current match.
net_GetCaptainNames : Get the name of each captain.
net_GetCurrentGameModeName : Displays the current game mode name.
net_GetCurrentMapName : Displays the current map name.
net_GetCurrentSessionMaxPlayer : Displays the maximum number of players for the current session.
net_GetGameScoreStats : Get the current game score statistics.
net_GetHostAddress : Displays the host address.
net_GetHostName : Displays the host name.
net_GetPlayerList : Get the player list.
net_GetPlayerListByTeam : Get the player list by team.
net_KickBanClient : Kick/Ban the specified player. Usage: "net_kickBanClient <player name>".
net_KickBanClientId : Kick/Ban the specified player. Usage: "net_kickBanClientId <player id>".
net_KickClient : Kick the specified player. Usage: "net_kickClient <player name>".
net_KickClientId : Kick the specified player. Usage: "net_kickClientId <player id>".
net_RestartMatch : Restart the current match.
net_ServeCustomMapEnabled : Enable serving of a custom map when hosting a server.
net_ShuffleTeams : Shuffle teams.
net_SkipMap : Skip the current map.
net_TellClientId : Send a message to a given player. Usage: "net_tellClientId <player id> <message>"
quit : Quit game.
quitToMainMenu : Quit to main menu.
ready : Enable/disable ready state.
remove_clan_tag : Remove clan tag.
say : Sends a message of no more than 40 characters to everyone. Usage: "say <message>"
say_team : Sends a message of no more than 40 characters to team members. Usage: "say_team <message>"
screenshot : Captures a screenshot.
SetSetting : Usage: SetSetting <setting name> <numerical value>
showFps : Displays the framerate. Usage: "showFps <value>", where "value" is 0 (on) or 1 (off).
tell : Sends a message of no more than 40 characters to a given player. Usage: "tell <player name> <message>"
use_clan_tag : Prefix your name with a clan tag.
vote : Usage: "vote <yes/no>"
I dont know how many of these still work...