Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

teeworlds(6) [debian man page]

Teeworlds(6)															      Teeworlds(6)

NAME
teeworlds - Teeworlds Client SYNOPSIS
teeworlds ["option value"]... DESCRIPTION
This manual page documents briefly the teeworlds command. teeworlds is the Teeworlds client. It is an online multi-player platform 2D shooter. OPTIONS
(Note that this is not a full list!) bind key command [value] exec configfile connect server:port player_name <string> password <string> logfile <string> cl_cpu_throttle <binary> cl_editor <binary> b_filter_string <string> b_filter_full <binary> b_filter_empty <binary> b_filter_pw <binary> b_filter_ping <binary> b_filter_gametype <integer> b_filter_compatversion <binary> b_sort <integer> b_sort_order <binary> b_max_requests <integer> snd_rate <integer> snd_enable <binary> snd_volume <integer> snd_noactive_mute <binary> gfx_screen_width <integer> gfx_screen_height <integer> gfx_fullscreen <binary> gfx_color_depth <integer> gfx_clear <binary> gfx_vsync <binary> gfx_display_all_modes <binary> gfx_texture_compression <binary> gfx_high_detail <binary> gfx_texture_quality <binary> gfx_fsaa_samples <integer> gfx_refresh_rate <integer> gfx_debug_resizable <binary> inp_mousesens <integer> debug <binary> cl_predict <binary> cl_nameplates <binary> cl_nameplates_always <binary> cl_autoswitch_weapons <binary> cl_showfps <binary> cl_airjumpindicator <binary> cl_threadsoundloading <binary> cl_warning_tuning <binary> cl_mouse_deadzone <integer> cl_mouse_followfactor <integer> cl_mouse_max_distance <integer> cl_motd_time <integer> ed_showkeys <binary> cl_flow <binary> cl_show_welcome <binary> player_user_custom_color <binary> player_color_body <integer> player_color_feet <integer> player_skin <integer> dbg_tuning <binary> ui_page <integer> ui_server_addess <string> ui_scale <integer> ui_color_hue <integer> ui_color_sat <integer> ui_color_lht <integer> ui_color_alpha <integer> SEE ALSO
teeworlds-server(6) AUTHOR
Teeworlds was written by Magnus Auvinen. This manual page was written by Jack "jscinoz" Coulter <jscinoz@gmail.com> for the Debian project (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2. April 14 , 2008 Teeworlds(6)

Check Out this Related Man Page

INSTALL_NAME_TOOL(1)					      General Commands Manual					      INSTALL_NAME_TOOL(1)

NAME
install_name_tool - change dynamic shared library install names SYNOPSIS
install_name_tool [-change old new ] ... [-rpath old new ] ... [-add_rpath new ] ... [-delete_rpath new ] ... [-id name] file DESCRIPTION
Install_name_tool changes the dynamic shared library install names and or adds, changes or deletes the rpaths recorded in a Mach-O binary. For this tool to work when the install names or rpaths are larger the binary should be built with the ld(1) -headerpad_max_install_names option. -change old new Changes the dependent shared library install name old to new in the specified Mach-O binary. More than one of these options can be specified. If the Mach-O binary does not contain the old install name in a specified -change option the option is ignored. -id name Changes the shared library identification name of a dynamic shared library to name. If the Mach-O binary is not a dynamic shared library and the -id option is specified it is ignored. -rpath old new Changes the rpath path name old to new in the specified Mach-O binary. More than one of these options can be specified. If the Mach-O binary does not contain the old rpath path name in a specified -rpath it is an error. -add_rpath new Adds the rpath path name new in the specified Mach-O binary. More than one of these options can be specified. If the Mach-O binary already contains the new rpath path name specified in -add_rpath it is an error. -delete_rpath old deletes the rpath path name old in the specified Mach-O binary. More than one of these options can be specified. If the Mach-O binary does not contains the old rpath path name specified in -delete_rpath it is an error. SEE ALSO
ld(1) Apple, Inc. March 4, 2009 INSTALL_NAME_TOOL(1)
Man Page