Difference between revisions of "Console"

From Wurmpedia
Jump to navigation Jump to search
m (Breadcrumbs)
m (Remove old toolbelt commands)
 
Line 19: Line 19:
 
; 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.
 
; 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.
+
<!-- ; loadtoolbelt <0-9> : Loads the toolbelt of the specified number.
 
; nexttoolbelt : Loads the next toolbelt.
 
; nexttoolbelt : Loads the next toolbelt.
; prevtoolbelt : Loads the previous 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.
 
; 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.
+
<!-- ; 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 player's screenshot directory)
 
; screenshot : Creates a screenshot (in the player's screenshot directory)
Line 32: Line 32:
 
; setoption <string> : Displays a list of options whose name matches the string.
 
; 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.
 
; 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.
+
<!-- ; 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.
 
; 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.
+
; toggle ( [[compass]]* | characterwindow | console | debug | fightspam | [[friend|friends]] | gui | health | improve | inventory | mainmenu | menubar | mouselook | selected | skills | spelleffects | stats | target | 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.
  

Latest revision as of 21:31, 25 June 2024

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.
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.
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.
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 | 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