Difference between revisions of "Console"

From Wurmpedia
Jump to navigation Jump to search
m (more)
m (Breadcrumbs)
 
(46 intermediate revisions by 25 users not shown)
Line 1: Line 1:
[[Main Page]] :: [[Console]]
+
[[CDB|Main]] / [[:Category:Technical Details|Technical Details]] / '''{{PAGENAME}}'''
  
The console is a window for entering text commands to the client. It can be opened using {{key|F1}} in the default key bindings. Console commands are different from [[chat commands]], which are typed in the chat and sent directly to the server.
+
The '''console''' is a window for entering text commands to the [[Basic Knowledge|Wurm]] [[client]]. It can be opened using {{key|F1}} in the default key bindings ({{key|F9}} in the current unstable client). Console commands should not be confused with [[chat commands]] or [[action]]s.
  
== List of commands ==
+
== Commands ==
  
Console commands are small commands to use in the console, to change settings. These commands can also be used in [[Client Key Bindings|autorun.txt for defining key bindings]].
+
Legend: <name> is a mandatory argument, [name] is an optional argument, (name|other) is an argument which requires one of the listed values. <br>
 +
Commands being bound with bind <key> toggle with the * mark indicate that the quotes are required. Example: bind j "toggle journal".
  
; bind <key> <action> : Binds the key to the specified action. See the [[#Key binds|key section]] for <key> and <action> values.
+
; bind <key> : Shows the current binding for the given key.
; bind <key> "<text>" : Binds the key to a console command. Pressing the key will act as if you had typed the text into the console.
+
; bind <key> "" : Removes the current binding for the given key.
; cmd <num> : Raw fight commands, use with care.
+
; bind <key> <action> : Binds the key to the specified action. See [[key bindings]] for more information on <key> and <action> values.
; dump (skills) : Saves the specified data to a file in the wurm directory.
+
; bind <key> "<text>" : Binds the key to a console command. Pressing the key will act as if you had typed the text into the console. See [[key bindings]] for more information.
 +
; findbind <action> : Returns the keys bound to an action.
 +
; dump (debug | skills) : Saves the specified data to a file in the [[player]]'s dumps directory.
 +
; dump (binds | options) : Dumps the specified data to the console.
 
; exec <filename> : Executes each line in the file as a console command.
 
; exec <filename> : Executes each line in the file as a console command.
; fightmove<1-5> : Use fight special move 1-5. (No space in the command.)
+
; irc [server] [port] : Connects to the specified [[IRC]] network. Defaults are irc.rizon.net and 6667. <br> If the defaults are used, the client also autoconnects to #wurm
; irc [server] [port] : Connects to the specified [[IRC]] network. Defaults are irc.heavenlyplace.net and 6667.
+
; firepillar : Creates a short flame animation on the player's current tile, similar to the [[Fire pillar]] spell, and changes the tile's texture to that of a lava tile for the rest of the play session. When used underground, the tile changed is the corresponding above-ground tile at that location. This is a visual effect only, and does not affect what is seen by other players.
 
; ircsay <text> : Sends the text to the topmost IRC window.
 
; ircsay <text> : Sends the text to the topmost IRC window.
 +
; loadtoolbelt <0-9> : Loads the toolbelt of the specified number.
 +
; nexttoolbelt : Loads the next toolbelt.
 +
; prevtoolbelt : Loads the previous toolbelt.
 
; quit : Opens the quit dialog
 
; quit : Opens the quit dialog
 
; reallyquit : Quits the client without asking for confirmation
 
; reallyquit : Quits the client without asking for confirmation
 
; refresh: Reloads the game graphics
 
; refresh: Reloads the game graphics
 +
; resize (fullscreen | maximized | windowed | resizable) width height [refreshrate] : Changes the window mode and resolution.
 +
; savetoolbelt <0-9> : Saves the current toolbelt in the specified toolbelt configuration.
 
; say <text> : Sends the specified text to the local chat window. (Access other chat windows using /tell, /shout, /village)
 
; say <text> : Sends the specified text to the local chat window. (Access other chat windows using /tell, /shout, /village)
; screenshot : Creates a screenshot (in the screenshot folder)
+
; screenshot : Creates a screenshot (in the player's screenshot directory)
 
; sensitivity <0-10> : Changes mouse sensitivity to the given value. Note that this only changes the senstivity when looking around.
 
; sensitivity <0-10> : Changes mouse sensitivity to the given value. Note that this only changes the senstivity when looking around.
; showbml <filename> : Parses the file as [[BML]] and displays it
+
; setoption <string> : Displays a list of options whose name matches the string.
; switchlight : toggles between old and new light code
+
; setoption <option_name> <option_value> : Changes a game option without restarting. Not all options can be changed while playing. Look in gamesettings.txt for option names and value hints.
; toggle (console | inventory | keyboard_hints | skills | stats | gui | fps) : Toggles display of the specified [[HUD]] component
+
; settoolbelt <objectid> <slotid> : Set toolbelt slot. Item ids can be determined via looking into the ''"playerdata.txt"'' file after you log off.
 +
; timelapse <seconds> : Starts taking screenshots automatically at every interval that you inputted with <seconds>. Type timelapse in the console and hit enter to turn the timelapse off.
 +
; toggle ( [[compass]]* | characterwindow | console | debug | fightspam | [[friend|friends]] | gui | health | improve | inventory | mainmenu | menubar | mouselook | selected | skills | spelleffects | stats | target | [[toolbelt]]* | wikisearch* | support* | freelookmode* | [[cookbook]]* | [[journal]]*) : Toggles the specified feature. Most control display of [[HUD]] components.
 
; wiki <title> : Opens a window with the specified wiki page.
 
; wiki <title> : Opens a window with the specified wiki page.
  
Legend: <name> is a mandatory argument, [name] is an optional argument, (name|other) is an argument which requires one of the listed values.
+
== Options ==
 
+
{{Spoilerheader|Options with example values|
== Key binds ==
+
* <nowiki> animation_playback_self = 0 </nowiki><br>
 
+
* <nowiki> ao_level = 1 </nowiki><br>
The bind commands require special values as input.
+
* <nowiki> auto_mipmaps_enabled = 1 </nowiki><br>
 
+
* <nowiki> auto_run_source = 0 </nowiki><br>
<key> is based on Java key constants. Letters and numbers represent themselves. For other keys, search [http://java.sun.com/j2se/1.5.0/docs/api/java/awt/event/KeyEvent.html the full KeyEvent list] if you can't guess the correct name.
+
* <nowiki> cartography_indicator_distance = 8 </nowiki><br>
 
+
* <nowiki> cartography_on_compass = false </nowiki><br>
<action> is based on an internal client list. The known values are based on autorun.txt. They are: <tt>NEXT_TAB, TOGGLE_CHAT, AUTORUN, CENTER_VIEW, TURN_DOWN, TURN_UP, TURN_LEFT, TURN_RIGHT, MOVE_FORWARD, MOVE_BACK, MOVE_LEFT, MOVE_RIGHT, STRAFE</tt>
+
* <nowiki> cavedetail = 2 </nowiki><br>
 
+
* <nowiki> censor_chat = true </nowiki><br>
In November 2007, more "keys" were added: <tt>FIGHT_DEFENSIVE, FIGHT_NORMAL, FIGHT_AGGRESSIVELY, TOGGLE_CLIMB, TOGGLE_FAITHFUL, TOGGLE_LAWFUL</tt> (there is no key option for spam mode)
+
* <nowiki> collada_animations = 3 </nowiki><br>
 
+
* <nowiki> colorItemsDamage = true </nowiki><br>
In March 2008, more "keys" were added: <tt>GLANCE_LEFT, GLANCE_RIGHT, NO_TARGET, PREVIOUS_TAB, NEXT_WINDOW, PREVIOUS_WINDOW</tt>
+
* <nowiki> color_Item_Grey = 0.9,0.9,0.9,1.0 </nowiki><br>
 +
* <nowiki> color_PM = 0.5686275,1.0,0.61960787,1.0 </nowiki><br>
 +
* <nowiki> color_black = 0.0,0.0,0.0,1.0 </nowiki><br>
 +
* <nowiki> color_cyan = 0.0,1.0,1.0,1.0 </nowiki><br>
 +
* <nowiki> color_enchant_desc = 0.5,0.5,1.0,1.0 </nowiki><br>
 +
* <nowiki> color_enchant_name = 0.0,0.5,0.5,1.0 </nowiki><br>
 +
* <nowiki> color_enchant_power = 0.0,1.0,1.0,1.0 </nowiki><br>
 +
* <nowiki> color_error = 1.0,0.3,0.3,1.0 </nowiki><br>
 +
* <nowiki> color_fuchsia = 1.0,0.0,1.0,1.0 </nowiki><br>
 +
* <nowiki> color_green = 0.4,0.72,0.47,1.0 </nowiki><br>
 +
* <nowiki> color_grey = 0.5,0.75,1.0,1.0 </nowiki><br>
 +
* <nowiki> color_lime = 0.5,1.0,0.5,1.0 </nowiki><br>
 +
* <nowiki> color_maroon = 0.5,0.0,0.0,1.0 </nowiki><br>
 +
* <nowiki> color_navy_blue = 0.23,0.39,1.0,1.0 </nowiki><br>
 +
* <nowiki> color_orange = 1.0,0.58,0.04,1.0 </nowiki><br>
 +
* <nowiki> color_outline_ally = 0.5,1.0,0.5,1.0 </nowiki><br>
 +
* <nowiki> color_outline_friend = 0.5,0.75,1.0,1.0 </nowiki><br>
 +
* <nowiki> color_outline_hostile = 1.0,0.0,0.0,1.0 </nowiki><br>
 +
* <nowiki> color_outline_neutral = 0.5,0.5,1.0,1.0 </nowiki><br>
 +
* <nowiki> color_purple = 0.5,0.0,0.5,1.0 </nowiki><br>
 +
* <nowiki> color_red = 1.0,0.0,0.0,1.0 </nowiki><br>
 +
* <nowiki> color_royal_blue = 0.5,0.5,1.0,1.0 </nowiki><br>
 +
* <nowiki> color_salve_acid = 1.0,1.0,0.0,1.0 </nowiki><br>
 +
* <nowiki> color_salve_fire = 1.0,0.0,0.0,1.0 </nowiki><br>
 +
* <nowiki> color_salve_frost = 0.0,0.0,1.0,1.0 </nowiki><br>
 +
* <nowiki> color_silver = 0.75,0.75,0.75,1.0 </nowiki><br>
 +
* <nowiki> color_system = 0.5,1.0,0.5,1.0 </nowiki><br>
 +
* <nowiki> color_teal = 0.0,0.5,0.5,1.0 </nowiki><br>
 +
* <nowiki> color_white = 1.0,1.0,1.0,1.0 </nowiki><br>
 +
* <nowiki> color_yellow = 1.0,1.0,0.0,1.0 </nowiki><br>
 +
* <nowiki> combat_world_text = true </nowiki><br>
 +
* <nowiki> compressed_textures = false </nowiki><br>
 +
* <nowiki> compressed_textures_S3TC = true </nowiki><br>
 +
* <nowiki> contribution_culling = 200 </nowiki><br>
 +
* <nowiki> custim_timer_source = 1 </nowiki><br>
 +
* <nowiki> customTimer1 = -1|-1 </nowiki><br>
 +
* <nowiki> customTimer2 = -1|-1 </nowiki><br>
 +
* <nowiki> customTimer3 = -1|-1 </nowiki><br>
 +
* <nowiki> customTimer4 = -1|-1 </nowiki><br>
 +
* <nowiki> customTimer5 = -1|-1 </nowiki><br>
 +
* <nowiki> debug_mode = false </nowiki><br>
 +
* <nowiki> defaultActions_source = 0 </nowiki><br>
 +
* <nowiki> depth_clamp_enabled = 2 </nowiki><br>
 +
* <nowiki> disable_select_all_shortcut = false </nowiki><br>
 +
* <nowiki> display_settings = false:false:0:1024:768:32:-1:false:true </nowiki><br>
 +
* <nowiki> enable_contribution_culling = false </nowiki><br>
 +
* <nowiki> enable_debugs = false </nowiki><br>
 +
* <nowiki> enable_ingame_wurmpedia = true </nowiki><br>
 +
* <nowiki> enable_lod = true </nowiki><br>
 +
* <nowiki> enable_seasonal_mappings = true </nowiki><br>
 +
* <nowiki> enable_shift_drag = true </nowiki><br>
 +
* <nowiki> enable_volumetric_fog = true </nowiki><br>
 +
* <nowiki> enable_vsync = false </nowiki><br>
 +
* <nowiki> enable_world_drag = true </nowiki><br>
 +
* <nowiki> event_log_rotation = 2 </nowiki><br>
 +
* <nowiki> exec_source = 0 </nowiki><br>
 +
* <nowiki> fast_yield = false </nowiki><br>
 +
* <nowiki> fbo_enabled = 2 </nowiki><br>
 +
* <nowiki> flashAssist_climbing = true </nowiki><br>
 +
* <nowiki> flashAssist_inventory = true </nowiki><br>
 +
* <nowiki> flashAssist_stamina_low = true </nowiki><br>
 +
* <nowiki> flashAssist_stamina_water = true </nowiki><br>
 +
* <nowiki> fog_coord_src = 0 </nowiki><br>
 +
* <nowiki> font_antialias = 2 </nowiki><br>
 +
* <nowiki> font_bold = 11 </nowiki><br>
 +
* <nowiki> font_default = 11 </nowiki><br>
 +
* <nowiki> font_header = 24 </nowiki><br>
 +
* <nowiki> font_italian = 11 </nowiki><br>
 +
* <nowiki> font_monospaced = 11 </nowiki><br>
 +
* <nowiki> font_static = 11 </nowiki><br>
 +
* <nowiki> fov_horizontal = 110 </nowiki><br>
 +
* <nowiki> fps_limit = 60 </nowiki><br>
 +
* <nowiki> fps_limit_background = 30 </nowiki><br>
 +
* <nowiki> fps_limit_enabled = true </nowiki><br>
 +
* <nowiki> fps_ui_buffer = 30 </nowiki><br>
 +
* <nowiki> fps_uilimit_enabled = false </nowiki><br>
 +
* <nowiki> free_look_mode_disable_on_close_component = false </nowiki><br>
 +
* <nowiki> free_look_mode_disable_on_combat = false </nowiki><br>
 +
* <nowiki> free_look_mode_disable_on_open_component = false </nowiki><br>
 +
* <nowiki> free_look_mode_sensitivity = 10 </nowiki><br>
 +
* <nowiki> game_client_thread_priority = 2 </nowiki><br>
 +
* <nowiki> glsl_debug_loading = false </nowiki><br>
 +
* <nowiki> glsl_enabled = 2 </nowiki><br>
 +
* <nowiki> gpu_skinning = true </nowiki><br>
 +
* <nowiki> graphics_profile = 2 </nowiki><br>
 +
* <nowiki> gui_opacity = 3 </nowiki><br>
 +
* <nowiki> gui_skin = 1 </nowiki><br>
 +
* <nowiki> hard_mode = false </nowiki><br>
 +
* <nowiki> has_read_eula = true </nowiki><br>
 +
* <nowiki> head_bob = false </nowiki><br>
 +
* <nowiki> hiddenServerControlledTimers =  </nowiki><br>
 +
* <nowiki> hide_cursor_with_ui = false </nowiki><br>
 +
* <nowiki> hide_inactive_friends = false </nowiki><br>
 +
* <nowiki> hide_menu_examine = false </nowiki><br>
 +
* <nowiki> hide_menu_no_target = false </nowiki><br>
 +
* <nowiki> hide_menu_spam_mode = true </nowiki><br>
 +
* <nowiki> hide_menu_stop = false </nowiki><br>
 +
* <nowiki> hide_onscreen_fail_messages = false </nowiki><br>
 +
* <nowiki> hide_onscreen_hostile_messages = false </nowiki><br>
 +
* <nowiki> hide_onscreen_info_messages = false </nowiki><br>
 +
* <nowiki> hide_personal_goal = false </nowiki><br>
 +
* <nowiki> high_res_binoculars = true </nowiki><br>
 +
* <nowiki> hint_texture_scaling = 2 </nowiki><br>
 +
* <nowiki> impColumn = true </nowiki><br>
 +
* <nowiki> inverse_mouse = false </nowiki><br>
 +
* <nowiki> irc_log_rotation = 2 </nowiki><br>
 +
* <nowiki> irc_notif = 0 </nowiki><br>
 +
* <nowiki> item_creature_render_distance = 3 </nowiki><br>
 +
* <nowiki> itemtag_color = true </nowiki><br>
 +
* <nowiki> itemtag_keybind = 0 </nowiki><br>
 +
* <nowiki> keep_fightwindow_hidden = false </nowiki><br>
 +
* <nowiki> key_bindings_source = 0 </nowiki><br>
 +
* <nowiki> keyboard_layout = 0 </nowiki><br>
 +
* <nowiki> limit_dynamic_lights = true </nowiki><br>
 +
* <nowiki> loadInventoryStartup = true </nowiki><br>
 +
* <nowiki> local_list_in_event = false </nowiki><br>
 +
* <nowiki> lod = 1 </nowiki><br>
 +
* <nowiki> log_extra_errors = false </nowiki><br>
 +
* <nowiki> log_gl_errors = false </nowiki><br>
 +
* <nowiki> mark_text_read = true </nowiki><br>
 +
* <nowiki> material_as_suffix = true </nowiki><br>
 +
* <nowiki> max_dynamic_lights = 8 </nowiki><br>
 +
* <nowiki> max_shader_lights = 8 </nowiki><br>
 +
* <nowiki> max_texture_size = 2 </nowiki><br>
 +
* <nowiki> mega_texture_size = 5 </nowiki><br>
 +
* <nowiki> model_loader_thread_priority = 2 </nowiki><br>
 +
* <nowiki> model_loading_threads = 3 </nowiki><br>
 +
* <nowiki> mount_control_mode = 1 </nowiki><br>
 +
* <nowiki> mount_rotation = false </nowiki><br>
 +
* <nowiki> mouse_camera_sensitivity = 10.0 </nowiki><br>
 +
* <nowiki> mouse_smoothing = 0.0 </nowiki><br>
 +
* <nowiki> multicolor_usage = 1 </nowiki><br>
 +
* <nowiki> multidraw_enabled = 1 </nowiki><br>
 +
* <nowiki> no_brightness = false </nowiki><br>
 +
* <nowiki> no_terrain_render = false </nowiki><br>
 +
* <nowiki> no_world_render = false </nowiki><br>
 +
* <nowiki> non_power_of_two = 1 </nowiki><br>
 +
* <nowiki> normal_maps = true </nowiki><br>
 +
* <nowiki> occlusion_queries_enabled = 2 </nowiki><br>
 +
* <nowiki> offscreen_texture_size = 2 </nowiki><br>
 +
* <nowiki> other_log_rotation = 2 </nowiki><br>
 +
* <nowiki> outline_picking = true </nowiki><br>
 +
* <nowiki> placement_rotation = 0 </nowiki><br>
 +
* <nowiki> player_texture_size = 2 </nowiki><br>
 +
* <nowiki> quick_keybinds = true </nowiki><br>
 +
* <nowiki> reflection_texture_size = 2 </nowiki><br>
 +
* <nowiki> reflections = 2 </nowiki><br>
 +
* <nowiki> remember_password = true </nowiki><br>
 +
* <nowiki> render_bloom = false </nowiki><br>
 +
* <nowiki> render_distant_terrain = true </nowiki><br>
 +
* <nowiki> render_fxaa = true </nowiki><br>
 +
* <nowiki> render_sun_glare = false </nowiki><br>
 +
* <nowiki> render_vignette = false </nowiki><br>
 +
* <nowiki> renderer_type = 1 </nowiki><br>
 +
* <nowiki> resident_models = false </nowiki><br>
 +
* <nowiki> save_skills_on_quit = true </nowiki><br>
 +
* <nowiki> screen_brightness = 1.0 </nowiki><br>
 +
* <nowiki> screen_shake = true </nowiki><br>
 +
* <nowiki> screenshot_file_format = 1 </nowiki><br>
 +
* <nowiki> season_override = 0 </nowiki><br>
 +
* <nowiki> send_extra_tile_data = false </nowiki><br>
 +
* <nowiki> setting_timestamps = true </nowiki><br>
 +
* <nowiki> settings_version = 15 </nowiki><br>
 +
* <nowiki> shadow_level = 0 </nowiki><br>
 +
* <nowiki> shadow_mapsize = 1 </nowiki><br>
 +
* <nowiki> shift_drag_default = 1 </nowiki><br>
 +
* <nowiki> showKChat = true </nowiki><br>
 +
* <nowiki> show_body_in_inventory = false </nowiki><br>
 +
* <nowiki> show_creature_overlay = true </nowiki><br>
 +
* <nowiki> show_detailed_hover = true </nowiki><br>
 +
* <nowiki> show_examine_world_text = true </nowiki><br>
 +
* <nowiki> show_hit_direction_indicator = true </nowiki><br>
 +
* <nowiki> show_inventory_filters = true </nowiki><br>
 +
* <nowiki> show_local_world_text = true </nowiki><br>
 +
* <nowiki> show_old_menu = false </nowiki><br>
 +
* <nowiki> show_old_quickbar = false </nowiki><br>
 +
* <nowiki> show_tab_blinking = true </nowiki><br>
 +
* <nowiki> silent_friends_update = false </nowiki><br>
 +
* <nowiki> skillgain_minimum = 4 </nowiki><br>
 +
* <nowiki> skillgain_no_alignment = true </nowiki><br>
 +
* <nowiki> skillgain_no_favor = true </nowiki><br>
 +
* <nowiki> skydetail = 1 </nowiki><br>
 +
* <nowiki> sound_al_gain = 2 </nowiki><br>
 +
* <nowiki> sound_buzzlevel = 2 </nowiki><br>
 +
* <nowiki> sound_cache_enabled = true </nowiki><br>
 +
* <nowiki> sound_doppler_enabled = false </nowiki><br>
 +
* <nowiki> sound_engine = 2 </nowiki><br>
 +
* <nowiki> sound_footstepslevel = 10 </nowiki><br>
 +
* <nowiki> sound_music_level = 4 </nowiki><br>
 +
* <nowiki> sound_play_PMAlert = true </nowiki><br>
 +
* <nowiki> sound_play_UIsounds = true </nowiki><br>
 +
* <nowiki> sound_play_ambients = true </nowiki><br>
 +
* <nowiki> sound_play_buzz = true </nowiki><br>
 +
* <nowiki> sound_play_combat = true </nowiki><br>
 +
* <nowiki> sound_play_door = true </nowiki><br>
 +
* <nowiki> sound_play_emotes = true </nowiki><br>
 +
* <nowiki> sound_play_footsteps = true </nowiki><br>
 +
* <nowiki> sound_play_music = false </nowiki><br>
 +
* <nowiki> sound_play_weather = true </nowiki><br>
 +
* <nowiki> sound_play_work = false </nowiki><br>
 +
* <nowiki> structure_render_distance = 3 </nowiki><br>
 +
* <nowiki> submit_client_data = 1 </nowiki><br>
 +
* <nowiki> supersampling = 0 </nowiki><br>
 +
* <nowiki> swap_mouse_buttons = false </nowiki><br>
 +
* <nowiki> terrain_res = 2 </nowiki><br>
 +
* <nowiki> test_attach_equipment = false </nowiki><br>
 +
* <nowiki> test_mode = 0 </nowiki><br>
 +
* <nowiki> thirdPerson = false </nowiki><br>
 +
* <nowiki> tile_transitions = true </nowiki><br>
 +
* <nowiki> tiledecorations = 2 </nowiki><br>
 +
* <nowiki> togglePushToTalk = true </nowiki><br>
 +
* <nowiki> treelist_outline = true </nowiki><br>
 +
* <nowiki> trees = 3 </nowiki><br>
 +
* <nowiki> ui_dir_indicator_scale = 100 </nowiki><br>
 +
* <nowiki> ui_font_scale = 109 </nowiki><br>
 +
* <nowiki> ui_scale = 110 </nowiki><br>
 +
* <nowiki> update_optional = true </nowiki><br>
 +
* <nowiki> use_alpha_particles = true </nowiki><br>
 +
* <nowiki> use_anisotropic_filtering = 4 </nowiki><br>
 +
* <nowiki> use_antialiasing = 1 </nowiki><br>
 +
* <nowiki> use_default_action = true </nowiki><br>
 +
* <nowiki> use_fast_clock_work_around = true </nowiki><br>
 +
* <nowiki> use_nano_timer = false </nowiki><br>
 +
* <nowiki> use_non_alpha_particles = true </nowiki><br>
 +
* <nowiki> use_phobia_models = false </nowiki><br>
 +
* <nowiki> use_tree_models = true </nowiki><br>
 +
* <nowiki> use_weather_particles = true </nowiki><br>
 +
* <nowiki> vbo_enabled = 1 </nowiki><br>
 +
* <nowiki> vg_ui_theme = 1 </nowiki><br>
 +
* <nowiki> viewport_bob = true </nowiki><br>
 +
* <nowiki> water_detail = 2 </nowiki><br>
 +
* <nowiki> water_transparency = false </nowiki><br>
 +
}}
  
 
[[Category:Technical Details]]
 
[[Category:Technical Details]]
 
[[Category:Babel/C]]
 
[[Category:Babel/C]]

Latest revision as of 14:06, 4 August 2023

Main / Technical Details / Console

The console is a window for entering text commands to the Wurm client. It can be opened using F1 in the default key bindings ( F9 in the current unstable client). Console commands should not be confused with chat commands or actions.

Commands

Legend: <name> is a mandatory argument, [name] is an optional argument, (name|other) is an argument which requires one of the listed values.
Commands being bound with bind <key> toggle with the * mark indicate that the quotes are required. Example: bind j "toggle journal".

bind <key> 
Shows the current binding for the given key.
bind <key> "" 
Removes the current binding for the given key.
bind <key> <action> 
Binds the key to the specified action. See key bindings for more information on <key> and <action> values.
bind <key> "<text>" 
Binds the key to a console command. Pressing the key will act as if you had typed the text into the console. See key bindings for more information.
findbind <action> 
Returns the keys bound to an action.
dump (debug | skills) 
Saves the specified data to a file in the player's dumps directory.
dump (binds | options) 
Dumps the specified data to the console.
exec <filename> 
Executes each line in the file as a console command.
irc [server] [port] 
Connects to the specified IRC network. Defaults are irc.rizon.net and 6667.
If the defaults are used, the client also autoconnects to #wurm
firepillar 
Creates a short flame animation on the player's current tile, similar to the Fire pillar spell, and changes the tile's texture to that of a lava tile for the rest of the play session. When used underground, the tile changed is the corresponding above-ground tile at that location. This is a visual effect only, and does not affect what is seen by other players.
ircsay <text> 
Sends the text to the topmost IRC window.
loadtoolbelt <0-9> 
Loads the toolbelt of the specified number.
nexttoolbelt 
Loads the next toolbelt.
prevtoolbelt 
Loads the previous toolbelt.
quit 
Opens the quit dialog
reallyquit 
Quits the client without asking for confirmation
refresh
Reloads the game graphics
resize (fullscreen | maximized | windowed | resizable) width height [refreshrate] 
Changes the window mode and resolution.
savetoolbelt <0-9> 
Saves the current toolbelt in the specified toolbelt configuration.
say <text> 
Sends the specified text to the local chat window. (Access other chat windows using /tell, /shout, /village)
screenshot 
Creates a screenshot (in the player's screenshot directory)
sensitivity <0-10> 
Changes mouse sensitivity to the given value. Note that this only changes the senstivity when looking around.
setoption <string> 
Displays a list of options whose name matches the string.
setoption <option_name> <option_value> 
Changes a game option without restarting. Not all options can be changed while playing. Look in gamesettings.txt for option names and value hints.
settoolbelt <objectid> <slotid> 
Set toolbelt slot. Item ids can be determined via looking into the "playerdata.txt" file after you log off.
timelapse <seconds> 
Starts taking screenshots automatically at every interval that you inputted with <seconds>. Type timelapse in the console and hit enter to turn the timelapse off.
toggle ( compass* | characterwindow | console | debug | fightspam | friends | gui | health | improve | inventory | mainmenu | menubar | mouselook | selected | skills | spelleffects | stats | target | toolbelt* | wikisearch* | support* | freelookmode* | cookbook* | journal*) 
Toggles the specified feature. Most control display of HUD components.
wiki <title> 
Opens a window with the specified wiki page.

Options

Options with example values

  • animation_playback_self = 0
  • ao_level = 1
  • auto_mipmaps_enabled = 1
  • auto_run_source = 0
  • cartography_indicator_distance = 8
  • cartography_on_compass = false
  • cavedetail = 2
  • censor_chat = true
  • collada_animations = 3
  • colorItemsDamage = true
  • color_Item_Grey = 0.9,0.9,0.9,1.0
  • color_PM = 0.5686275,1.0,0.61960787,1.0
  • color_black = 0.0,0.0,0.0,1.0
  • color_cyan = 0.0,1.0,1.0,1.0
  • color_enchant_desc = 0.5,0.5,1.0,1.0
  • color_enchant_name = 0.0,0.5,0.5,1.0
  • color_enchant_power = 0.0,1.0,1.0,1.0
  • color_error = 1.0,0.3,0.3,1.0
  • color_fuchsia = 1.0,0.0,1.0,1.0
  • color_green = 0.4,0.72,0.47,1.0
  • color_grey = 0.5,0.75,1.0,1.0
  • color_lime = 0.5,1.0,0.5,1.0
  • color_maroon = 0.5,0.0,0.0,1.0
  • color_navy_blue = 0.23,0.39,1.0,1.0
  • color_orange = 1.0,0.58,0.04,1.0
  • color_outline_ally = 0.5,1.0,0.5,1.0
  • color_outline_friend = 0.5,0.75,1.0,1.0
  • color_outline_hostile = 1.0,0.0,0.0,1.0
  • color_outline_neutral = 0.5,0.5,1.0,1.0
  • color_purple = 0.5,0.0,0.5,1.0
  • color_red = 1.0,0.0,0.0,1.0
  • color_royal_blue = 0.5,0.5,1.0,1.0
  • color_salve_acid = 1.0,1.0,0.0,1.0
  • color_salve_fire = 1.0,0.0,0.0,1.0
  • color_salve_frost = 0.0,0.0,1.0,1.0
  • color_silver = 0.75,0.75,0.75,1.0
  • color_system = 0.5,1.0,0.5,1.0
  • color_teal = 0.0,0.5,0.5,1.0
  • color_white = 1.0,1.0,1.0,1.0
  • color_yellow = 1.0,1.0,0.0,1.0
  • combat_world_text = true
  • compressed_textures = false
  • compressed_textures_S3TC = true
  • contribution_culling = 200
  • custim_timer_source = 1
  • customTimer1 = -1|-1
  • customTimer2 = -1|-1
  • customTimer3 = -1|-1
  • customTimer4 = -1|-1
  • customTimer5 = -1|-1
  • debug_mode = false
  • defaultActions_source = 0
  • depth_clamp_enabled = 2
  • disable_select_all_shortcut = false
  • display_settings = false:false:0:1024:768:32:-1:false:true
  • enable_contribution_culling = false
  • enable_debugs = false
  • enable_ingame_wurmpedia = true
  • enable_lod = true
  • enable_seasonal_mappings = true
  • enable_shift_drag = true
  • enable_volumetric_fog = true
  • enable_vsync = false
  • enable_world_drag = true
  • event_log_rotation = 2
  • exec_source = 0
  • fast_yield = false
  • fbo_enabled = 2
  • flashAssist_climbing = true
  • flashAssist_inventory = true
  • flashAssist_stamina_low = true
  • flashAssist_stamina_water = true
  • fog_coord_src = 0
  • font_antialias = 2
  • font_bold = 11
  • font_default = 11
  • font_header = 24
  • font_italian = 11
  • font_monospaced = 11
  • font_static = 11
  • fov_horizontal = 110
  • fps_limit = 60
  • fps_limit_background = 30
  • fps_limit_enabled = true
  • fps_ui_buffer = 30
  • fps_uilimit_enabled = false
  • free_look_mode_disable_on_close_component = false
  • free_look_mode_disable_on_combat = false
  • free_look_mode_disable_on_open_component = false
  • free_look_mode_sensitivity = 10
  • game_client_thread_priority = 2
  • glsl_debug_loading = false
  • glsl_enabled = 2
  • gpu_skinning = true
  • graphics_profile = 2
  • gui_opacity = 3
  • gui_skin = 1
  • hard_mode = false
  • has_read_eula = true
  • head_bob = false
  • hiddenServerControlledTimers =
  • hide_cursor_with_ui = false
  • hide_inactive_friends = false
  • hide_menu_examine = false
  • hide_menu_no_target = false
  • hide_menu_spam_mode = true
  • hide_menu_stop = false
  • hide_onscreen_fail_messages = false
  • hide_onscreen_hostile_messages = false
  • hide_onscreen_info_messages = false
  • hide_personal_goal = false
  • high_res_binoculars = true
  • hint_texture_scaling = 2
  • impColumn = true
  • inverse_mouse = false
  • irc_log_rotation = 2
  • irc_notif = 0
  • item_creature_render_distance = 3
  • itemtag_color = true
  • itemtag_keybind = 0
  • keep_fightwindow_hidden = false
  • key_bindings_source = 0
  • keyboard_layout = 0
  • limit_dynamic_lights = true
  • loadInventoryStartup = true
  • local_list_in_event = false
  • lod = 1
  • log_extra_errors = false
  • log_gl_errors = false
  • mark_text_read = true
  • material_as_suffix = true
  • max_dynamic_lights = 8
  • max_shader_lights = 8
  • max_texture_size = 2
  • mega_texture_size = 5
  • model_loader_thread_priority = 2
  • model_loading_threads = 3
  • mount_control_mode = 1
  • mount_rotation = false
  • mouse_camera_sensitivity = 10.0
  • mouse_smoothing = 0.0
  • multicolor_usage = 1
  • multidraw_enabled = 1
  • no_brightness = false
  • no_terrain_render = false
  • no_world_render = false
  • non_power_of_two = 1
  • normal_maps = true
  • occlusion_queries_enabled = 2
  • offscreen_texture_size = 2
  • other_log_rotation = 2
  • outline_picking = true
  • placement_rotation = 0
  • player_texture_size = 2
  • quick_keybinds = true
  • reflection_texture_size = 2
  • reflections = 2
  • remember_password = true
  • render_bloom = false
  • render_distant_terrain = true
  • render_fxaa = true
  • render_sun_glare = false
  • render_vignette = false
  • renderer_type = 1
  • resident_models = false
  • save_skills_on_quit = true
  • screen_brightness = 1.0
  • screen_shake = true
  • screenshot_file_format = 1
  • season_override = 0
  • send_extra_tile_data = false
  • setting_timestamps = true
  • settings_version = 15
  • shadow_level = 0
  • shadow_mapsize = 1
  • shift_drag_default = 1
  • showKChat = true
  • show_body_in_inventory = false
  • show_creature_overlay = true
  • show_detailed_hover = true
  • show_examine_world_text = true
  • show_hit_direction_indicator = true
  • show_inventory_filters = true
  • show_local_world_text = true
  • show_old_menu = false
  • show_old_quickbar = false
  • show_tab_blinking = true
  • silent_friends_update = false
  • skillgain_minimum = 4
  • skillgain_no_alignment = true
  • skillgain_no_favor = true
  • skydetail = 1
  • sound_al_gain = 2
  • sound_buzzlevel = 2
  • sound_cache_enabled = true
  • sound_doppler_enabled = false
  • sound_engine = 2
  • sound_footstepslevel = 10
  • sound_music_level = 4
  • sound_play_PMAlert = true
  • sound_play_UIsounds = true
  • sound_play_ambients = true
  • sound_play_buzz = true
  • sound_play_combat = true
  • sound_play_door = true
  • sound_play_emotes = true
  • sound_play_footsteps = true
  • sound_play_music = false
  • sound_play_weather = true
  • sound_play_work = false
  • structure_render_distance = 3
  • submit_client_data = 1
  • supersampling = 0
  • swap_mouse_buttons = false
  • terrain_res = 2
  • test_attach_equipment = false
  • test_mode = 0
  • thirdPerson = false
  • tile_transitions = true
  • tiledecorations = 2
  • togglePushToTalk = true
  • treelist_outline = true
  • trees = 3
  • ui_dir_indicator_scale = 100
  • ui_font_scale = 109
  • ui_scale = 110
  • update_optional = true
  • use_alpha_particles = true
  • use_anisotropic_filtering = 4
  • use_antialiasing = 1
  • use_default_action = true
  • use_fast_clock_work_around = true
  • use_nano_timer = false
  • use_non_alpha_particles = true
  • use_phobia_models = false
  • use_tree_models = true
  • use_weather_particles = true
  • vbo_enabled = 1
  • vg_ui_theme = 1
  • viewport_bob = true
  • water_detail = 2
  • water_transparency = false