How to reset joystick settings

edited 2016 Aug 11 in DOOM
Hi!
I was setting Doom 2 (from Steam) to be played with my XBox 360 controller. It was OK until I assigned the left stick to "MENU UP".
Now the menu cursor is crazy. It doesn't stop moving. I can't choose anything, unless I turn off the controller. It's happening with all Doom versions. Heretic is OK.

I've already uninstalled/reintalled Doomsday and the games, but it didn't work.

How do I reset the settings? :-/

Comments

  • Which version of Doomsday are you running? If you can locate your runtime folder (where doomsday.out and your savegames are written), you could delete the file "configs/doom/player/bindings.cfg". That is where your keyboard/controller bindings are kept.

    Alternatively when Doomsday is running you can open the console (Shift+Esc) and type "clearbindings", and then "defaultbindings". This will reset all your bindings also.
  • Thanks for your help, skyjake!
    Clearbindings and defaultbindings did the trick, but I don't know why I can't get Doom to work with my wireless XBox 360 controller.

    I go to the menu and when I hit ENTER to select the new key, then it automatically assigns JOY-W. It happens with every options.
    For instance, I wanted to fire the gun with the controller right trigger, but when I hit ENTER, JOY-W is selected.

    I know it's possible to play Doom with this controller because I've played it with GZDoom, but I wanted to use it with Doomsday.

    zwx20n.jpg
  • Jorge Junior,
    It's doing that because your controller needs to have a deadzone defined. the Horizontal access on your Left stick is a little bit + or - in value when your controller is in the neutral position. Usually setting a deadzone permits for a little bit of that twitchy or worn-out controller dead-zoneing. Some controllers, just come with lower quality potentiometers, and have a mild zeroing issue normally.

    Most game software TENDS to compensate for this known issue, by requiring a higher floating point value from the controller before accepting it a user input. But I with my 10-min of experience using the Doomsday ~ (emulator?), i don't see anything in the doomday-engine for setting a deadzone for our controllers.

    In game, my character is slowly twirling, and slowly looking Up. I'd like to set a deadzone value to prevent this spinning. but i cant find one in any settings.

    I also cant bind "Scroll Wheel UP/DOWN" to anything,
    and i cant bind any POV/HAT directions to any Menu option.

    I'm windows7ultamate, 1.15.?? of doomsday, using the doom 2 wad files from Steam. my controller is a Razor Saber-tooth, and my other controller is a wireless xbox 360 controller. both using the default xbox 360 wired and wireless drivers respectively.

    its ridiculous but I'm using AUTOHOTKEY scripting language to convert those controller and mouse functions into keyboard-keys from outside the Doomsday application. and I'm not happy that i have to do so.... :/
  • Yeah, Doomsday's joystick support is somewhat lacking... We have a bunch of tracker items for improving this but no one has worked on them yet: http://tracker.dengine.net/versions/65

    There are console variables for changing the deadzones, but they are not available via the GUI or menus anywhere. For instance, you could try setting "input-joy-w-deadzone" to something larger than the default 0.05, for instance 0.2.

    (You can see all the joystick cvars in the autocompletion popup if you type "input-joy-" followed by Tab in the console.)
  • skyjake! Seriously thank you for your input!! that's really helpful and not talked about anyplace else i can find! and i searched from google!

    I might be typing it wrong but can i assign the Hat positions that way? or is there still issue with detecting any hat data other then "True" I read that the Hat/POV' thingie only gets detected as True because it sends data windows-messages rather then separate buttons, it's supposedly more like an analog then a button. but not like an analog in that it's messages instead of a floating point value?

    The scroll wheel does that too, sending windows-messages i mean.

    Are you able to see if you can bind those pov directions to menu navigation using the console? please?

    please pretty please could you post here for everyone to see, what some examples of those command lines will look like? So google-searchers can land here for the solution to this hatty pov problem, (like i did)



    following your advice, I've set all, my deadzones a little larger, as a few axis on my pad are just a tick deady.
    so heres what i put into console and it's worked for the analogs all across the board so far:

    input-joy-w-deadzone 0.15
    input-joy-x-deadzone 0.15
    input-joy-y-deadzone 0.15
    input-joy-z-deadzone 0.15
    input-joy-axis05-deadzone 0.15
    input-joy-axis06-deadzone 0.15
    input-joy-axis07-deadzone 0.15
    input-joy-axis08-deadzone 0.15
    input-joy-axis09-deadzone 0.15
    input-joy-axis10-deadzone 0.15
    input-joy-axis11-deadzone 0.15
    input-joy-axis12-deadzone 0.15
    input-joy-axis13-deadzone 0.15
    input-joy-axis14-deadzone 0.15
    input-joy-axis15-deadzone 0.15
    input-joy-axis16-deadzone 0.15
    input-joy-axis17-deadzone 0.15
    input-joy-axis18-deadzone 0.15
    input-joy-axis19-deadzone 0.15
    input-joy-axis20-deadzone 0.15
    input-joy-axis21-deadzone 0.15
    input-joy-axis22-deadzone 0.15
    input-joy-axis23-deadzone 0.15
    input-joy-axis24-deadzone 0.15
    input-joy-axis25-deadzone 0.15
    input-joy-axis26-deadzone 0.15
    input-joy-axis27-deadzone 0.15
    input-joy-axis28-deadzone 0.15
    input-joy-axis29-deadzone 0.15
    input-joy-axis30-deadzone 0.15
    input-joy-axis31-deadzone 0.15
    input-joy-axis32-deadzone 0.15
    
    This has worked to dead-zone all my analog axis!

    but in typing "input-joy-" and pressing [tab] key, (((Or even typing "input-" and pressing [tab] key))) i see lots of info about axis, but i don't see anything at all about the Hat/pov? or am i reading it wrong? can you explain the hats pretty please? what can i input to assigning the hat/pov directions to the menu movement bindings?

    also the term "help bindcontrol" is terribly ambiguious what control strings can i imput?
    it only says "bindcontrol <string> <string>" what strings can i use? whats the list of things i can type in there as a string? how do i learn that "bindcontrol bigbird snuffelupagus" is not something that will work, but "bindcontrol menuUp joy1hatUP" might be?

    for example:
    bindcontrol speed joy+z
    bindcontrol attack/fire joy-z
    result in: ''Axis "" not defined in device joy bind control failed''
    So i really don't know what I'm doing.

    on a wild guess, i assumed "attack/fire" might be addressed just by the word "attack", and gave it a few tries.

    bindcontrol attack joy-z+ //is an unknown axis
    bindcontrol attack joy-z- //is an unknown axis
    bindcontrol attack joy-z //syntax passed,
    but now attacks if Z axis (the triggers) are positive(R) OR negative(L)...

    so theres a LOT of mystery here for me... bindcontrol itself should -say in it's help- what the labels of it's controling strings accept.
    <String1> accepts these values:
    <string 2> accepts these values:
    That would REALLY help things.


    Lastly, I'm curious if there might be built in functionality for setting sense-zones or -actual- analog input for the analog movement?? i have written an auto-hotkey script ((Presently used only for Alice:MadnessReturns)) to send "shift+W" "shift+A" "shift+S" "shift+D" when analog-axis is tipped more then 50% in each direction. and just "W A S D" when tipped less then 50% (and nothing, when at 20% making it like a dead-zone) but i am just hoping for doomsday native analog support, specifically with doom and doom2 at the moment. is that in-there already??
  • I might be typing it wrong but can i assign the Hat positions that way? or is there still issue with detecting any hat data other then "True" I read that the Hat/POV' thingie only gets detected as True because it sends data windows-messages rather then separate buttons, it's supposedly more like an analog then a button. but not like an analog in that it's messages instead of a floating point value?
    I have not personally used an Xbox 360 controller with Doomsday, so I can't say whether the hat control will work. I will look into it.
    Are you able to see if you can bind those pov directions to menu navigation using the console? please?
    Doomsday can tell you what it knows about input devices with the command "listinputdevices". The bindable controls can be listed with "listcontrols".

    Have you checked out these wiki pages?
    but in typing "input-joy-" and pressing [tab] key, (((Or even typing "input-" and pressing [tab] key))) i see lots of info about axis, but i don't see anything at all about the Hat/pov?
    Hats don't have any console variables, IIRC they are handled via input events only.
    also the term "help bindcontrol" is terribly ambiguious what control strings can i imput?
    Perhaps the best place to see some bindings examples if your "bindings.cfg" file that is written by Doomsday inside your runtime folder, for instance:
    bindcontrol local1-attack "key-ctrl"
    bindcontrol local1-speed "key-shift"
    bindcontrol local1-strafe "key-alt"
    bindcontrol local1-walk "key-up"
    bindcontrol local1-walk "key-w"
    bindcontrol local1-walk "key-down-inverse"
    bindcontrol local1-walk "key-s-inverse"
    bindcontrol local1-sidestep "key-period"
    bindcontrol local1-sidestep "key-d"
    bindcontrol local1-sidestep "key-right + modifier-1-down"
    bindcontrol local1-sidestep "key-comma-inverse"
    bindcontrol local1-sidestep "key-a-inverse"
    bindcontrol local1-sidestep "key-left-inverse + modifier-1-down"
    bindcontrol local1-zfly "key-pageup-staged"
    bindcontrol local1-zfly "key-e-staged"
    bindcontrol local1-zfly "key-insert-staged-inverse"
    bindcontrol local1-zfly "key-q-staged-inverse"
    bindcontrol local1-turn "key-left-staged-inverse + modifier-1-up"
    bindcontrol local1-turn "key-right-staged + modifier-1-up"
    bindcontrol local1-look "key-delete-staged-inverse"
    bindcontrol local1-look "key-pagedown-staged"
    bindcontrol local1-turn "mouse-x + modifier-1-up"
    bindcontrol local1-sidestep "mouse-x + modifier-1-down"
    bindcontrol local1-look "mouse-y"
    bindcontrol local1-attack "mouse-left"
    bindcontrol local1-turn "joy-x + modifier-1-up"
    bindcontrol local1-sidestep "joy-x + modifier-1-down"
    bindcontrol local1-walk "joy-y-inverse"
    

    Note that the "local1-" prefix is the default, so if it's omitted Doomsday will treat is as "local1" anyway.
    Lastly, I'm curious if there might be built in functionality for setting sense-zones or -actual- analog input for the analog movement?? i have written an auto-hotkey script ((Presently used only for Alice:MadnessReturns)) to send "shift+W" "shift+A" "shift+S" "shift+D" when analog-axis is tipped more then 50% in each direction. and just "W A S D" when tipped less then 50% (and nothing, when at 20% making it like a dead-zone) but i am just hoping for doomsday native analog support, specifically with doom and doom2 at the moment. is that in-there already??
    This functionality should exist, however I'm not certain whether it works fully at the moment. There are a couple of examples in the "Event bindings" wiki page I mentioned above. I'll give it a shot when I can grab hold of an Xbox 360 controller.
  • ok I've really tried tons of stuff at this point, I've tried reading all the links you sent me to, and things don't work how they desplay themselves to eork nothing is intuitive even for a command line style or terminal style. I'm really, really giving it my all here...


    i used bindevent, i used it 5 times and was able to have each hat direction get called on and output a printed word or text to the console terminal log thingie...

    but after asigning all 5, (including center) it ___ONLY___ responds to whatever the last bind-event was. Why would it do that instead of keeping all the boundevents??


    bindevent sems to have no corispondance with how bindcontrol works at all calling on the same labeled devices as outlind in listdevicesdoesnt work unilaterally between bindcontrol and bindevent this is all just so BORKED. everything about this is wrong.

    Further more when i call to list the controls events, damnit i don't even remember what now... when i do the call to list the available control things, it doesn't list any of the menu up menu down menu left and menu right, even though i can clearly see them in the controls menu of the game and bind them there (but only one, as it erases any other instances of them if i try to bind a different direction.

    This is some seriously lousing codeing under the hood here. i mean really. overhaul drastically required. not just for xbox controlers, just in general for anyone with more then a keyboard and mouse in their hands. This is bad. Heres my Log and the mess of failure and tiny successes. all the names it says it can list, all the options missing from the list are obviously missing, and the failures it has when i call those things it says i can call. lastly the hat-play some where in the middle, where bindevent only recognized 1 element, the last element, of anything i set it to bind. and erased all other bindevents in the process.... it's all listen in my output log... resetting the joystick is this topic, and I've sorta hijacked the OP's topic. but i see now that on the Devs side, Resetting the joystick handelers, and re-writing the code from scratch with some intuitive effort, is entirely manditory at this point. it's holding this emulator back while other emulators are on-and-beyond- this with properly functioning joystick support. this thing is maddeningly frustrating, when theres tons of other opensourse emulators out there that got this working with other things, Doom included. *clueless* Is Mame opensource? oy.

    FEDUP.LOG
    Application path: C:\games\emu\DOS\Doomsday\Bin\Doomsday.exe
    Created a new 32.0 MB memory volume.
    Config::read: modules/Config matches version &#91; 2, 0, 0, 1857 &#93;
    Executable: Doomsday Engine 1.15.8 (Stable 32-bit #1857) Feb  1 2016 03:42:49
    Command line options:
      0: ..\Bin\Doomsday.exe
      1: -basedir
      2: C:\games\emu\DOS\Doomsday/
      3: -sfxchan
      4: 16
      5: -notexcomp
      6: -game
      7: doom2
      8: -iwad
      9: C:\Games\utilities\Steam\steamapps\common\Doom 2\base\DOOM2.WAD
      10: -wnd
      11: -userdir
      12: C:\Users\Eve\Documents\Doomsday Frontend\runtime/
    RenderSystem: Loading shader definitions from read-only archive entry "renderer.pack/
                  shaders.dei" &#91;path "/data/net.dengine.client.pack/renderer.pack/
                  shaders.dei"&#93; from archive in read-only "(basedir)\data\
                  net.dengine.client.pack"
    ^ : Loading shader definitions from read-only archive entry "renderer.pack/
        lensflares.pack/shaders.dei" &#91;path "/data/net.dengine.client.pack/renderer.pack/
        lensflares.pack/shaders.dei"&#93; from archive in read-only "(basedir)\data\
        net.dengine.client.pack"
    Joystick_Init: Joystick name: 3339624
    OpenGL 3.3 supported
    Sys_GLInitialize: OpenGL information:
      Version:  4.4.13283 Compatibility Profile Context 14.501.1003.0
      Renderer: AMD Radeon HD 6800 Series
      Vendor:   ATI Technologies Inc.
    Capabilities:
      Compressed texture formats: 18
      Use texture compression:    no
      Available texture units:    8
      Maximum texture anisotropy: 16
      Maximum texture size:       16384
      Line width granularity:     0.125
      Line width range:           1...63
    ^ : OpenGL Extensions:
    ^ :     AMD extensions:
            conservative_depth, debug_output, depth_clamp_separate, draw_buffers_blend,
            multi_draw_indirect, name_gen_delete, performance_monitor, pinned_memory,
            query_buffer_object, sample_positions, seamless_cubemap_per_texture,
            shader_stencil_export, shader_trace, texture_cube_map_array, texture_texture4,
            transform_feedback3_lines_triangles, vertex_shader_layer,
            vertex_shader_tessellator, vertex_shader_viewport_index
    ^ :     AMDX extensions:
            debug_output, vertex_shader_tessellator
    ^ :     ARB extensions:
            ES2_compatibility, ES3_compatibility, arrays_of_arrays, base_instance,
            blend_func_extended, buffer_storage, clear_buffer_object, clear_texture,
            clip_control, color_buffer_float, compatibility,
            compressed_texture_pixel_storage, compute_shader, conditional_render_inverted,
            conservative_depth, copy_buffer, copy_image, debug_output, depth_buffer_float,
            depth_clamp, depth_texture, derivative_control, draw_buffers, draw_buffers_blend,
            draw_elements_base_vertex, draw_indirect, draw_instanced, enhanced_layouts,
            explicit_attrib_location, explicit_uniform_location, fragment_coord_conventions,
            fragment_layer_viewport, fragment_program, fragment_program_shadow,
            fragment_shader, framebuffer_no_attachments, framebuffer_object,
            framebuffer_sRGB, geometry_shader4, get_program_binary, get_texture_sub_image,
            gpu_shader5, gpu_shader_fp64, half_float_pixel, half_float_vertex, imaging,
            instanced_arrays, internalformat_query, internalformat_query2,
            invalidate_subdata, map_buffer_alignment, map_buffer_range, multi_bind,
            multi_draw_indirect, multisample, multitexture, occlusion_query,
            occlusion_query2, pixel_buffer_object, point_parameters, point_sprite,
            program_interface_query, provoking_vertex, query_buffer_object, sample_shading,
            sampler_objects, seamless_cube_map, seamless_cubemap_per_texture,
            separate_shader_objects, shader_atomic_counters, shader_bit_encoding,
            shader_image_load_store, shader_image_size, shader_objects, shader_precision,
            shader_stencil_export, shader_storage_buffer_object, shader_subroutine,
            shader_texture_lod, shading_language_100, shading_language_420pack,
            shading_language_packing, shadow, shadow_ambient, stencil_texturing, sync,
            tessellation_shader, texture_barrier, texture_border_clamp,
            texture_buffer_object, texture_buffer_object_rgb32, texture_buffer_range,
            texture_compression, texture_compression_bptc, texture_compression_rgtc,
            texture_cube_map, texture_cube_map_array, texture_env_add, texture_env_combine,
            texture_env_crossbar, texture_env_dot3, texture_float, texture_gather,
            texture_mirror_clamp_to_edge, texture_mirrored_repeat, texture_multisample,
            texture_non_power_of_two, texture_query_levels, texture_query_lod,
            texture_rectangle, texture_rg, texture_rgb10_a2ui, texture_snorm,
            texture_stencil8, texture_storage, texture_storage_multisample, texture_swizzle,
            texture_view, timer_query, transform_feedback2, transform_feedback3,
            transform_feedback_instanced, transpose_matrix, uniform_buffer_object,
            vertex_array_bgra, vertex_array_object, vertex_attrib_64bit,
            vertex_attrib_binding, vertex_buffer_object, vertex_program, vertex_shader,
            vertex_type_10f_11f_11f_rev, vertex_type_2_10_10_10_rev, viewport_array,
            window_pos
    ^ :     ATI extensions:
            draw_buffers, envmap_bumpmap, fragment_shader, separate_stencil,
            texture_compression_3dc, texture_env_combine3, texture_float, texture_mirror_once
    ^ :     EXT extensions:
            abgr, bgra, bindable_uniform, blend_color, blend_equation_separate,
            blend_func_separate, blend_minmax, blend_subtract, compiled_vertex_array,
            copy_buffer, copy_texture, direct_state_access, draw_buffers2, draw_instanced,
            draw_range_elements, fog_coord, framebuffer_blit, framebuffer_multisample,
            framebuffer_object, framebuffer_sRGB, geometry_shader4, gpu_program_parameters,
            gpu_shader4, histogram, multi_draw_arrays, packed_depth_stencil, packed_float,
            packed_pixels, pixel_buffer_object, point_parameters, polygon_offset_clamp,
            provoking_vertex, rescale_normal, secondary_color, separate_specular_color,
            shader_image_load_store, shader_integer_mix, shadow_funcs, stencil_wrap,
            subtexture, texgen_reflection, texture3D, texture_array, texture_buffer_object,
            texture_compression_bptc, texture_compression_latc, texture_compression_rgtc,
            texture_compression_s3tc, texture_cube_map, texture_edge_clamp, texture_env_add,
            texture_env_combine, texture_env_dot3, texture_filter_anisotropic,
            texture_integer, texture_lod, texture_lod_bias, texture_mirror_clamp,
            texture_object, texture_rectangle, texture_sRGB, texture_sRGB_decode,
            texture_shared_exponent, texture_snorm, texture_storage, texture_swizzle,
            timer_query, transform_feedback, vertex_array, vertex_array_bgra,
            vertex_attrib_64bit
    ^ :     IBM extensions:
            texture_mirrored_repeat
    ^ :     KHR extensions:
            debug
    ^ :     KTX extensions:
            buffer_region
    ^ :     NV extensions:
            blend_square, conditional_render, copy_depth_to_color, copy_image,
            depth_buffer_float, explicit_multisample, float_buffer, half_float,
            primitive_restart, texgen_reflection, texture_barrier
    ^ :     SGIS extensions:
            generate_mipmap, texture_edge_clamp, texture_lod
    ^ :     SUN extensions:
            multi_draw_arrays
    ^ :     WGL extensions:
            EXT_swap_control
    ^ :     WIN extensions:
            swap_hint
    ^ :   Extensions (WGL):
    ^ :     WGL extensions:
            AMDX_gpu_association, AMD_gpu_association, ARB_buffer_region, ARB_create_context,
            ARB_create_context_profile, ARB_extensions_string, ARB_make_current_read,
            ARB_multisample, ARB_pbuffer, ARB_pixel_format, ARB_pixel_format_float,
            ARB_render_texture, ATI_pixel_format_float, ATI_render_texture_rectangle,
            EXT_extensions_string, EXT_framebuffer_sRGB, EXT_pixel_format_packed_float,
            EXT_swap_control, EXT_swap_control_tear, I3D_genlock, NV_DX_interop,
            NV_DX_interop2, NV_float_buffer, NV_swap_group
    FMOD Sound System (c) Firelight Technologies Pty, Ltd., 1994-2013
    Audio configuration:
      CD:    FMOD/CD
      Music: FMOD/Ext
      SFX:   FMOD
    Initialized 16 sound effect channels
    Using SteamApps path: c:\games\utilities\steam\SteamApps\common
    User-supplied IWAD path: "C:/Games/utilities/Steam/steamapps/common/Doom 2/base/"
    Locating "HACX - Twitch 'n Kill"...
     ! hacx.wad: missing 
     - libdoom.pk3: "(basedir)\data\jdoom\libdoom.pk3"
     =&gt; Not playable (incomplete resources)
    Locating "Chex(R) Quest"...
     ! chex.wad: missing 
     - libdoom.pk3: "(basedir)\data\jdoom\libdoom.pk3"
     =&gt; Not playable (incomplete resources)
    Locating "Final DOOM: TNT: Evilution"...
     - tnt.wad: "c:\games\utilities\steam\SteamApps\common\final doom\base\TNT.WAD"
     - libdoom.pk3: "(basedir)\data\jdoom\libdoom.pk3"
     =&gt; Playable
    Locating "Final DOOM: The Plutonia Experiment"...
     - plutonia.wad: "c:\games\utilities\steam\SteamApps\common\final doom\base\PLUTONIA.WAD"
     - libdoom.pk3: "(basedir)\data\jdoom\libdoom.pk3"
     =&gt; Playable
    Locating "FreeDM"...
     ! freedm.wad: missing 
     - libdoom.pk3: "(basedir)\data\jdoom\libdoom.pk3"
     =&gt; Not playable (incomplete resources)
    Locating "DOOM 2: Hell on Earth"...
     - doom2.wad or doom2f.wad: "c:\games\utilities\steam\SteamApps\common\doom 2\base\
                                DOOM2.WAD"
     - libdoom.pk3: "(basedir)\data\jdoom\libdoom.pk3"
     =&gt; Playable
    Locating "Ultimate DOOM"...
     - doom.wad or doomu.wad: "c:\games\utilities\steam\SteamApps\common\DOOM 3 BFG Edition\
                              base\wads\DOOM.WAD"
     - libdoom.pk3: "(basedir)\data\jdoom\libdoom.pk3"
     =&gt; Playable
    Locating "DOOM Registered"...
     - doom.wad: "c:\games\utilities\steam\SteamApps\common\DOOM 3 BFG Edition\base\wads\
                 DOOM.WAD"
     - libdoom.pk3: "(basedir)\data\jdoom\libdoom.pk3"
     =&gt; Playable
    Locating "DOOM Shareware"...
     ! doom1.wad: missing 
     - libdoom.pk3: "(basedir)\data\jdoom\libdoom.pk3"
     =&gt; Not playable (incomplete resources)
    Locating "Heretic: Shadow of the Serpent Riders"...
     ! heretic.wad: missing 
     - libheretic.pk3: "(basedir)\data\jheretic\libheretic.pk3"
     =&gt; Not playable (incomplete resources)
    Locating "Heretic Registered"...
     ! heretic.wad: missing 
     - libheretic.pk3: "(basedir)\data\jheretic\libheretic.pk3"
     =&gt; Not playable (incomplete resources)
    Locating "Heretic Shareware"...
     ! heretic1.wad: missing 
     - libheretic.pk3: "(basedir)\data\jheretic\libheretic.pk3"
     =&gt; Not playable (incomplete resources)
    Locating "Hexen: Deathkings of the Dark Citadel"...
     ! hexen.wad: missing 
     ! hexdd.wad: missing 
     - libhexen.pk3: "(basedir)\data\jhexen\libhexen.pk3"
     =&gt; Not playable (incomplete resources)
    Locating "Hexen"...
     - libhexen.pk3: "(basedir)\data\jhexen\libhexen.pk3"
     ! hexen.wad: missing 
     =&gt; Not playable (incomplete resources)
    Locating "Hexen v1.0"...
     ! hexen.wad: missing 
     - libhexen.pk3: "(basedir)\data\jhexen\libhexen.pk3"
     =&gt; Not playable (incomplete resources)
    Locating "Hexen 4-map Demo"...
     ! hexen.wad or machexendemo.wad or hexendemo.wad: missing 
     - libhexen.pk3: "(basedir)\data\jhexen\libhexen.pk3"
     =&gt; Not playable (incomplete resources)
    Locating "Hexen 4-map Beta Demo"...
     ! hexen.wad or hexenbeta.wad or machexendemo.wad or hexendemo.wad: missing 
     - libhexen.pk3: "(basedir)\data\jhexen\libhexen.pk3"
     =&gt; Not playable (incomplete resources)
    Selecting game 'doom2'...
    Path "auto" now mapped to "data\jdoom\auto"
    Path "auto" now mapped to "defs\jdoom\auto"
    Loading game resources...
    IWAD identification: 0x10424c4
    ResourceSystem &gt; loadCompositeTextureDefs:
        Loaded all 428 texture definitions from "c:\games\utilities\steam\SteamApps\common\
        doom 2\base\DOOM2.WAD:(basedir)\TEXTURE1.lmp"
    Parsing primary config "configs\doom\game.cfg"...
    Def_Read: Parsing definition files...
    ^ : Definitions:
    ^ :   1   episodes
          30  animation groups
          6   composite fonts
          10  finales
          9   lights
          33  map infos
          7   materials
          27  particle generators
          3   skies
          68  songs
          110 sound effects
          138 sprite names
          974 states
          51  surface decorations
          368 text strings
          11  texture environments
          140 things
    ResourceSystem: Model init completed in 0.00 seconds
    Known maps:
        0: MAP01          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
        1: MAP02          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
        2: MAP03          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
        3: MAP04          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
        4: MAP05          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
        5: MAP06          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
        6: MAP07          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
        7: MAP08          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
        8: MAP09          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
        9: MAP10          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       10: MAP11          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       11: MAP12          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       12: MAP13          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       13: MAP14          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       14: MAP15          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       15: MAP16          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       16: MAP17          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       17: MAP18          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       18: MAP19          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       19: MAP20          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       20: MAP21          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       21: MAP22          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       22: MAP23          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       23: MAP24          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       24: MAP25          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       25: MAP26          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       26: MAP27          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       27: MAP28          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       28: MAP29          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       29: MAP30          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       30: MAP31          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
       31: MAP32          "c:\games\utilities\steam\SteamApps\common\doom 2\base\DOOM2.WAD"
    
    Found 32 maps in total.
    
    
    DOOM 2: Hell on Earth
    
    
    InFineSystem &gt; FinaleInterpreter &gt; S_StartMusic:
        Starting music 'dm2ttl'
    MasterWorker: Received 6 servers from master
    InFineSystem &gt; FinaleInterpreter &gt; S_StartMusic:
        Starting music 'dm2ttl'
    ^ : Starting music 'dm2ttl'
    ^ : Starting music 'dm2ttl'
    ^ : Starting music 'dm2ttl'
    ^ : Starting music 'dm2ttl'
    ^ : Starting music 'dm2ttl'
    ^ : Starting music 'dm2ttl'
    ^ : Starting music 'dm2ttl'
    &gt; bindevent joy-hat-angle3 "print {angle 3}"
    &gt; bindevent joy-hat-angle2 "print {angle 2}"
    InFineSystem &gt; FinaleInterpreter &gt; S_StartMusic:
        Starting music 'dm2ttl'
    &gt; bindevent joy-hat-angle1 "print {angle 1}"
    InFineSystem &gt; FinaleInterpreter &gt; S_StartMusic:
        Starting music 'dm2ttl'
    &gt; bindevent joy-hat-angle4 "print {angle 4}"
    InFineSystem &gt; FinaleInterpreter &gt; S_StartMusic:
        Starting music 'dm2ttl'
    ^ : Starting music 'dm2ttl'
    &gt; bindevent joy-hat-center "print center"
    InFineSystem &gt; FinaleInterpreter &gt; S_StartMusic:
        Starting music 'dm2ttl'
    Game begins...
    
    Episode: Hell On Earth (Singleplayer)
    
    S_StartMusic: Starting music 'runnin'
    Loading map "MAP01"...
    Current map elements:
      370 Lines
      59  Sectors
      447 Vertexes
    Forced pause for 28 tics
    
    Map: Entryway (Uri: Maps:MAP01, warp: 1)
     - Author: id Software
    
    GameSession: Updating archive in "%HOMEPATH%\Documents\Doomsday Frontend\runtime\cache\
                 internal.save" from directory "%HOMEPATH%\Documents\Doomsday Frontend\
                 runtime\cache"
    BindContext: center
    ^ : center
    ^ : center
    ^ : center
    ^ : center
    ^ : center
    ^ : center
    ^ : center
    ^ : center
    ^ : center
    ^ : center
    ^ : center
    &gt; bindevent joy-hat-center "print center"
    BindContext: center
    ^ : center
    ^ : center
    ^ : center
    &gt; bindevent joy-hat-angle4 "print {angle 4}"
    &gt; bindevent joy-hat-angle1 "print {angle 1}"
    &gt; bindevent joy-hat-angle2 "print {angle 2}"
    &gt; bindevent joy-hat-angle3 "print {angle 3}"
    &gt; bindevent joy-hat-center "print center"
    BindContext: center
    ^ : center
    ^ : center
    ^ : center
    &gt; bindevent joy-hat-angle3 "print angle 3"
    BindContext: angle
    ^ : 3
    &gt; bindevent joy-hat-angle3 "print hat3"
    &gt; bindevent joy-hat-angle2 "print hat2"
    &gt; bindevent joy-hat-angle1 "print hat1"
    &gt; bindevent joy-hat-angle0 "print hat0"
    &gt; bindevent joy-hat-center "print hat_"
    BindContext: hat_
    ^ : hat_
    ^ : hat_
    ^ : hat_
    ^ : hat_
    ^ : hat_
    ^ : hat_
    ^ : hat_
    ^ : hat_
    &gt; bindevent joy-hat-angle0 "print hat0"
    BindContext: hat0
    ^ : hat0
    ^ : hat0
    ^ : hat0
    ^ : hat0
    &gt; listinputdevices
    7 input devices initalized:
    Keyboard - key (active)
      256 buttons:
        &#91;  0&#93; key-&lt;unnamed&gt; (Button)
        &#91;  1&#93; key-&lt;unnamed&gt; (Button)
        &#91;  2&#93; key-&lt;unnamed&gt; (Button)
        &#91;  3&#93; key-&lt;unnamed&gt; (Button)
        &#91;  4&#93; key-&lt;unnamed&gt; (Button)
        &#91;  5&#93; key-&lt;unnamed&gt; (Button)
        &#91;  6&#93; key-&lt;unnamed&gt; (Button)
        &#91;  7&#93; key-&lt;unnamed&gt; (Button)
        &#91;  8&#93; key-&lt;unnamed&gt; (Button)
        &#91;  9&#93; key-&lt;unnamed&gt; (Button)
        &#91; 10&#93; key-&lt;unnamed&gt; (Button)
        &#91; 11&#93; key-&lt;unnamed&gt; (Button)
        &#91; 12&#93; key-&lt;unnamed&gt; (Button)
        &#91; 13&#93; key-&lt;unnamed&gt; (Button)
        &#91; 14&#93; key-&lt;unnamed&gt; (Button)
        &#91; 15&#93; key-&lt;unnamed&gt; (Button)
        &#91; 16&#93; key-&lt;unnamed&gt; (Button)
        &#91; 17&#93; key-&lt;unnamed&gt; (Button)
        &#91; 18&#93; key-&lt;unnamed&gt; (Button)
        &#91; 19&#93; key-&lt;unnamed&gt; (Button)
        &#91; 20&#93; key-&lt;unnamed&gt; (Button)
        &#91; 21&#93; key-&lt;unnamed&gt; (Button)
        &#91; 22&#93; key-&lt;unnamed&gt; (Button)
        &#91; 23&#93; key-&lt;unnamed&gt; (Button)
        &#91; 24&#93; key-&lt;unnamed&gt; (Button)
        &#91; 25&#93; key-&lt;unnamed&gt; (Button)
        &#91; 26&#93; key-&lt;unnamed&gt; (Button)
        &#91; 27&#93; key-&lt;unnamed&gt; (Button)
        &#91; 28&#93; key-&lt;unnamed&gt; (Button)
        &#91; 29&#93; key-&lt;unnamed&gt; (Button)
        &#91; 30&#93; key-&lt;unnamed&gt; (Button)
        &#91; 31&#93; key-&lt;unnamed&gt; (Button)
        &#91; 32&#93; key-&lt;unnamed&gt; (Button)
        &#91; 33&#93; key-&lt;unnamed&gt; (Button)
        &#91; 34&#93; key-&lt;unnamed&gt; (Button)
        &#91; 35&#93; key-&lt;unnamed&gt; (Button)
        &#91; 36&#93; key-&lt;unnamed&gt; (Button)
        &#91; 37&#93; key-&lt;unnamed&gt; (Button)
        &#91; 38&#93; key-&lt;unnamed&gt; (Button)
        &#91; 39&#93; key-&lt;unnamed&gt; (Button)
        &#91; 40&#93; key-&lt;unnamed&gt; (Button)
        &#91; 41&#93; key-&lt;unnamed&gt; (Button)
        &#91; 42&#93; key-&lt;unnamed&gt; (Button)
        &#91; 43&#93; key-&lt;unnamed&gt; (Button)
        &#91; 44&#93; key-&lt;unnamed&gt; (Button)
        &#91; 45&#93; key-&lt;unnamed&gt; (Button)
        &#91; 46&#93; key-&lt;unnamed&gt; (Button)
        &#91; 47&#93; key-&lt;unnamed&gt; (Button)
        &#91; 48&#93; key-&lt;unnamed&gt; (Button)
        &#91; 49&#93; key-&lt;unnamed&gt; (Button)
        &#91; 50&#93; key-&lt;unnamed&gt; (Button)
        &#91; 51&#93; key-&lt;unnamed&gt; (Button)
        &#91; 52&#93; key-&lt;unnamed&gt; (Button)
        &#91; 53&#93; key-&lt;unnamed&gt; (Button)
        &#91; 54&#93; key-&lt;unnamed&gt; (Button)
        &#91; 55&#93; key-&lt;unnamed&gt; (Button)
        &#91; 56&#93; key-&lt;unnamed&gt; (Button)
        &#91; 57&#93; key-&lt;unnamed&gt; (Button)
        &#91; 58&#93; key-&lt;unnamed&gt; (Button)
        &#91; 59&#93; key-&lt;unnamed&gt; (Button)
        &#91; 60&#93; key-&lt;unnamed&gt; (Button)
        &#91; 61&#93; key-&lt;unnamed&gt; (Button)
        &#91; 62&#93; key-&lt;unnamed&gt; (Button)
        &#91; 63&#93; key-&lt;unnamed&gt; (Button)
        &#91; 64&#93; key-&lt;unnamed&gt; (Button)
        &#91; 65&#93; key-&lt;unnamed&gt; (Button)
        &#91; 66&#93; key-&lt;unnamed&gt; (Button)
        &#91; 67&#93; key-&lt;unnamed&gt; (Button)
        &#91; 68&#93; key-&lt;unnamed&gt; (Button)
        &#91; 69&#93; key-&lt;unnamed&gt; (Button)
        &#91; 70&#93; key-&lt;unnamed&gt; (Button)
        &#91; 71&#93; key-&lt;unnamed&gt; (Button)
        &#91; 72&#93; key-&lt;unnamed&gt; (Button)
        &#91; 73&#93; key-&lt;unnamed&gt; (Button)
        &#91; 74&#93; key-&lt;unnamed&gt; (Button)
        &#91; 75&#93; key-&lt;unnamed&gt; (Button)
        &#91; 76&#93; key-&lt;unnamed&gt; (Button)
        &#91; 77&#93; key-&lt;unnamed&gt; (Button)
        &#91; 78&#93; key-&lt;unnamed&gt; (Button)
        &#91; 79&#93; key-&lt;unnamed&gt; (Button)
        &#91; 80&#93; key-&lt;unnamed&gt; (Button)
        &#91; 81&#93; key-&lt;unnamed&gt; (Button)
        &#91; 82&#93; key-&lt;unnamed&gt; (Button)
        &#91; 83&#93; key-&lt;unnamed&gt; (Button)
        &#91; 84&#93; key-&lt;unnamed&gt; (Button)
        &#91; 85&#93; key-&lt;unnamed&gt; (Button)
        &#91; 86&#93; key-&lt;unnamed&gt; (Button)
        &#91; 87&#93; key-&lt;unnamed&gt; (Button)
        &#91; 88&#93; key-&lt;unnamed&gt; (Button)
        &#91; 89&#93; key-&lt;unnamed&gt; (Button)
        &#91; 90&#93; key-&lt;unnamed&gt; (Button)
        &#91; 91&#93; key-&lt;unnamed&gt; (Button)
        &#91; 92&#93; key-&lt;unnamed&gt; (Button)
        &#91; 93&#93; key-&lt;unnamed&gt; (Button)
        &#91; 94&#93; key-&lt;unnamed&gt; (Button)
        &#91; 95&#93; key-&lt;unnamed&gt; (Button)
        &#91; 96&#93; key-&lt;unnamed&gt; (Button)
        &#91; 97&#93; key-&lt;unnamed&gt; (Button)
        &#91; 98&#93; key-&lt;unnamed&gt; (Button)
        &#91; 99&#93; key-&lt;unnamed&gt; (Button)
        &#91;100&#93; key-&lt;unnamed&gt; (Button)
        &#91;101&#93; key-&lt;unnamed&gt; (Button)
        &#91;102&#93; key-&lt;unnamed&gt; (Button)
        &#91;103&#93; key-&lt;unnamed&gt; (Button)
        &#91;104&#93; key-&lt;unnamed&gt; (Button)
        &#91;105&#93; key-&lt;unnamed&gt; (Button)
        &#91;106&#93; key-&lt;unnamed&gt; (Button)
        &#91;107&#93; key-&lt;unnamed&gt; (Button)
        &#91;108&#93; key-&lt;unnamed&gt; (Button)
        &#91;109&#93; key-&lt;unnamed&gt; (Button)
        &#91;110&#93; key-&lt;unnamed&gt; (Button)
        &#91;111&#93; key-&lt;unnamed&gt; (Button)
        &#91;112&#93; key-&lt;unnamed&gt; (Button)
        &#91;113&#93; key-&lt;unnamed&gt; (Button)
        &#91;114&#93; key-&lt;unnamed&gt; (Button)
        &#91;115&#93; key-&lt;unnamed&gt; (Button)
        &#91;116&#93; key-&lt;unnamed&gt; (Button)
        &#91;117&#93; key-&lt;unnamed&gt; (Button)
        &#91;118&#93; key-&lt;unnamed&gt; (Button)
        &#91;119&#93; key-&lt;unnamed&gt; (Button)
        &#91;120&#93; key-&lt;unnamed&gt; (Button)
        &#91;121&#93; key-&lt;unnamed&gt; (Button)
        &#91;122&#93; key-&lt;unnamed&gt; (Button)
        &#91;123&#93; key-&lt;unnamed&gt; (Button)
        &#91;124&#93; key-&lt;unnamed&gt; (Button)
        &#91;125&#93; key-&lt;unnamed&gt; (Button)
        &#91;126&#93; key-&lt;unnamed&gt; (Button)
        &#91;127&#93; key-&lt;unnamed&gt; (Button)
        &#91;128&#93; key-&lt;unnamed&gt; (Button)
        &#91;129&#93; key-&lt;unnamed&gt; (Button)
        &#91;130&#93; key-&lt;unnamed&gt; (Button)
        &#91;131&#93; key-&lt;unnamed&gt; (Button)
        &#91;132&#93; key-&lt;unnamed&gt; (Button)
        &#91;133&#93; key-&lt;unnamed&gt; (Button)
        &#91;134&#93; key-&lt;unnamed&gt; (Button)
        &#91;135&#93; key-&lt;unnamed&gt; (Button)
        &#91;136&#93; key-&lt;unnamed&gt; (Button)
        &#91;137&#93; key-&lt;unnamed&gt; (Button)
        &#91;138&#93; key-&lt;unnamed&gt; (Button)
        &#91;139&#93; key-&lt;unnamed&gt; (Button)
        &#91;140&#93; key-&lt;unnamed&gt; (Button)
        &#91;141&#93; key-&lt;unnamed&gt; (Button)
        &#91;142&#93; key-&lt;unnamed&gt; (Button)
        &#91;143&#93; key-&lt;unnamed&gt; (Button)
        &#91;144&#93; key-&lt;unnamed&gt; (Button)
        &#91;145&#93; key-&lt;unnamed&gt; (Button)
        &#91;146&#93; key-&lt;unnamed&gt; (Button)
        &#91;147&#93; key-&lt;unnamed&gt; (Button)
        &#91;148&#93; key-&lt;unnamed&gt; (Button)
        &#91;149&#93; key-&lt;unnamed&gt; (Button)
        &#91;150&#93; key-&lt;unnamed&gt; (Button)
        &#91;151&#93; key-&lt;unnamed&gt; (Button)
        &#91;152&#93; key-&lt;unnamed&gt; (Button)
        &#91;153&#93; key-&lt;unnamed&gt; (Button)
        &#91;154&#93; key-&lt;unnamed&gt; (Button)
        &#91;155&#93; key-&lt;unnamed&gt; (Button)
        &#91;156&#93; key-&lt;unnamed&gt; (Button)
        &#91;157&#93; key-&lt;unnamed&gt; (Button)
        &#91;158&#93; key-&lt;unnamed&gt; (Button)
        &#91;159&#93; key-&lt;unnamed&gt; (Button)
        &#91;160&#93; key-&lt;unnamed&gt; (Button)
        &#91;161&#93; key-&lt;unnamed&gt; (Button)
        &#91;162&#93; key-&lt;unnamed&gt; (Button)
        &#91;163&#93; key-&lt;unnamed&gt; (Button)
        &#91;164&#93; key-&lt;unnamed&gt; (Button)
        &#91;165&#93; key-&lt;unnamed&gt; (Button)
        &#91;166&#93; key-&lt;unnamed&gt; (Button)
        &#91;167&#93; key-&lt;unnamed&gt; (Button)
        &#91;168&#93; key-&lt;unnamed&gt; (Button)
        &#91;169&#93; key-&lt;unnamed&gt; (Button)
        &#91;170&#93; key-&lt;unnamed&gt; (Button)
        &#91;171&#93; key-&lt;unnamed&gt; (Button)
        &#91;172&#93; key-&lt;unnamed&gt; (Button)
        &#91;173&#93; key-&lt;unnamed&gt; (Button)
        &#91;174&#93; key-&lt;unnamed&gt; (Button)
        &#91;175&#93; key-&lt;unnamed&gt; (Button)
        &#91;176&#93; key-&lt;unnamed&gt; (Button)
        &#91;177&#93; key-&lt;unnamed&gt; (Button)
        &#91;178&#93; key-&lt;unnamed&gt; (Button)
        &#91;179&#93; key-&lt;unnamed&gt; (Button)
        &#91;180&#93; key-&lt;unnamed&gt; (Button)
        &#91;181&#93; key-&lt;unnamed&gt; (Button)
        &#91;182&#93; key-&lt;unnamed&gt; (Button)
        &#91;183&#93; key-&lt;unnamed&gt; (Button)
        &#91;184&#93; key-&lt;unnamed&gt; (Button)
        &#91;185&#93; key-&lt;unnamed&gt; (Button)
        &#91;186&#93; key-&lt;unnamed&gt; (Button)
        &#91;187&#93; key-&lt;unnamed&gt; (Button)
        &#91;188&#93; key-&lt;unnamed&gt; (Button)
        &#91;189&#93; key-&lt;unnamed&gt; (Button)
        &#91;190&#93; key-&lt;unnamed&gt; (Button)
        &#91;191&#93; key-&lt;unnamed&gt; (Button)
        &#91;192&#93; key-&lt;unnamed&gt; (Button)
        &#91;193&#93; key-&lt;unnamed&gt; (Button)
        &#91;194&#93; key-&lt;unnamed&gt; (Button)
        &#91;195&#93; key-&lt;unnamed&gt; (Button)
        &#91;196&#93; key-&lt;unnamed&gt; (Button)
        &#91;197&#93; key-&lt;unnamed&gt; (Button)
        &#91;198&#93; key-&lt;unnamed&gt; (Button)
        &#91;199&#93; key-&lt;unnamed&gt; (Button)
        &#91;200&#93; key-&lt;unnamed&gt; (Button)
        &#91;201&#93; key-&lt;unnamed&gt; (Button)
        &#91;202&#93; key-&lt;unnamed&gt; (Button)
        &#91;203&#93; key-&lt;unnamed&gt; (Button)
        &#91;204&#93; key-&lt;unnamed&gt; (Button)
        &#91;205&#93; key-&lt;unnamed&gt; (Button)
        &#91;206&#93; key-&lt;unnamed&gt; (Button)
        &#91;207&#93; key-&lt;unnamed&gt; (Button)
        &#91;208&#93; key-&lt;unnamed&gt; (Button)
        &#91;209&#93; key-&lt;unnamed&gt; (Button)
        &#91;210&#93; key-&lt;unnamed&gt; (Button)
        &#91;211&#93; key-&lt;unnamed&gt; (Button)
        &#91;212&#93; key-&lt;unnamed&gt; (Button)
        &#91;213&#93; key-&lt;unnamed&gt; (Button)
        &#91;214&#93; key-&lt;unnamed&gt; (Button)
        &#91;215&#93; key-&lt;unnamed&gt; (Button)
        &#91;216&#93; key-&lt;unnamed&gt; (Button)
        &#91;217&#93; key-&lt;unnamed&gt; (Button)
        &#91;218&#93; key-&lt;unnamed&gt; (Button)
        &#91;219&#93; key-&lt;unnamed&gt; (Button)
        &#91;220&#93; key-&lt;unnamed&gt; (Button)
        &#91;221&#93; key-&lt;unnamed&gt; (Button)
        &#91;222&#93; key-&lt;unnamed&gt; (Button)
        &#91;223&#93; key-&lt;unnamed&gt; (Button)
        &#91;224&#93; key-&lt;unnamed&gt; (Button)
        &#91;225&#93; key-&lt;unnamed&gt; (Button)
        &#91;226&#93; key-&lt;unnamed&gt; (Button)
        &#91;227&#93; key-&lt;unnamed&gt; (Button)
        &#91;228&#93; key-&lt;unnamed&gt; (Button)
        &#91;229&#93; key-&lt;unnamed&gt; (Button)
        &#91;230&#93; key-&lt;unnamed&gt; (Button)
        &#91;231&#93; key-&lt;unnamed&gt; (Button)
        &#91;232&#93; key-&lt;unnamed&gt; (Button)
        &#91;233&#93; key-&lt;unnamed&gt; (Button)
        &#91;234&#93; key-&lt;unnamed&gt; (Button)
        &#91;235&#93; key-&lt;unnamed&gt; (Button)
        &#91;236&#93; key-&lt;unnamed&gt; (Button)
        &#91;237&#93; key-&lt;unnamed&gt; (Button)
        &#91;238&#93; key-&lt;unnamed&gt; (Button)
        &#91;239&#93; key-&lt;unnamed&gt; (Button)
        &#91;240&#93; key-&lt;unnamed&gt; (Button)
        &#91;241&#93; key-&lt;unnamed&gt; (Button)
        &#91;242&#93; key-&lt;unnamed&gt; (Button)
        &#91;243&#93; key-&lt;unnamed&gt; (Button)
        &#91;244&#93; key-&lt;unnamed&gt; (Button)
        &#91;245&#93; key-&lt;unnamed&gt; (Button)
        &#91;246&#93; key-&lt;unnamed&gt; (Button)
        &#91;247&#93; key-&lt;unnamed&gt; (Button)
        &#91;248&#93; key-&lt;unnamed&gt; (Button)
        &#91;249&#93; key-&lt;unnamed&gt; (Button)
        &#91;250&#93; key-&lt;unnamed&gt; (Button)
        &#91;251&#93; key-&lt;unnamed&gt; (Button)
        &#91;252&#93; key-&lt;unnamed&gt; (Button)
        &#91;253&#93; key-&lt;unnamed&gt; (Button)
        &#91;254&#93; key-&lt;unnamed&gt; (Button)
        &#91;255&#93; key-&lt;unnamed&gt; (Button)
    Mouse - mouse (active)
      2 axes:
        &#91;  0&#93; mouse-x (Axis-Pointer) Dead Zone: 0 Scale: 0.001
        &#91;  1&#93; mouse-y (Axis-Pointer) Dead Zone: 0 Scale: 0.001
      16 buttons:
        &#91;  0&#93; mouse-left (Button)
        &#91;  1&#93; mouse-middle (Button)
        &#91;  2&#93; mouse-right (Button)
        &#91;  3&#93; mouse-wheelup (Button)
        &#91;  4&#93; mouse-wheeldown (Button)
        &#91;  5&#93; mouse-&lt;unnamed&gt; (Button)
        &#91;  6&#93; mouse-&lt;unnamed&gt; (Button)
        &#91;  7&#93; mouse-&lt;unnamed&gt; (Button)
        &#91;  8&#93; mouse-&lt;unnamed&gt; (Button)
        &#91;  9&#93; mouse-&lt;unnamed&gt; (Button)
        &#91; 10&#93; mouse-&lt;unnamed&gt; (Button)
        &#91; 11&#93; mouse-&lt;unnamed&gt; (Button)
        &#91; 12&#93; mouse-&lt;unnamed&gt; (Button)
        &#91; 13&#93; mouse-&lt;unnamed&gt; (Button)
        &#91; 14&#93; mouse-wheelleft (Button)
        &#91; 15&#93; mouse-wheelright (Button)
    Joystick - joy (active)
      32 axes:
        &#91;  0&#93; joy-x (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91;  1&#93; joy-y (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91;  2&#93; joy-z (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91;  3&#93; joy-w (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91;  4&#93; joy-axis05 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91;  5&#93; joy-axis06 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91;  6&#93; joy-axis07 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91;  7&#93; joy-axis08 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91;  8&#93; joy-axis09 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91;  9&#93; joy-axis10 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 10&#93; joy-axis11 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 11&#93; joy-axis12 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 12&#93; joy-axis13 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 13&#93; joy-axis14 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 14&#93; joy-axis15 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 15&#93; joy-axis16 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 16&#93; joy-axis17 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 17&#93; joy-axis18 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 18&#93; joy-axis19 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 19&#93; joy-axis20 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 20&#93; joy-axis21 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 21&#93; joy-axis22 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 22&#93; joy-axis23 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 23&#93; joy-axis24 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 24&#93; joy-axis25 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 25&#93; joy-axis26 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 26&#93; joy-axis27 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 27&#93; joy-axis28 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 28&#93; joy-axis29 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 29&#93; joy-axis30 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 30&#93; joy-axis31 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 31&#93; joy-axis32 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
      32 buttons:
        &#91;  0&#93; joy-&lt;unnamed&gt; (Button)
        &#91;  1&#93; joy-&lt;unnamed&gt; (Button)
        &#91;  2&#93; joy-&lt;unnamed&gt; (Button)
        &#91;  3&#93; joy-&lt;unnamed&gt; (Button)
        &#91;  4&#93; joy-&lt;unnamed&gt; (Button)
        &#91;  5&#93; joy-&lt;unnamed&gt; (Button)
        &#91;  6&#93; joy-&lt;unnamed&gt; (Button)
        &#91;  7&#93; joy-&lt;unnamed&gt; (Button)
        &#91;  8&#93; joy-&lt;unnamed&gt; (Button)
        &#91;  9&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 10&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 11&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 12&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 13&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 14&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 15&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 16&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 17&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 18&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 19&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 20&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 21&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 22&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 23&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 24&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 25&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 26&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 27&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 28&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 29&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 30&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 31&#93; joy-&lt;unnamed&gt; (Button)
      4 hats:
        &#91;  0&#93; joy-&lt;unnamed&gt; (Hat)
        &#91;  1&#93; joy-&lt;unnamed&gt; (Hat)
        &#91;  2&#93; joy-&lt;unnamed&gt; (Hat)
        &#91;  3&#93; joy-&lt;unnamed&gt; (Hat)
    joy2 (inactive)
    joy3 (inactive)
    joy4 (inactive)
    Head Tracker - head (inactive)
      3 axes:
        &#91;  0&#93; head-yaw (Axis-Stick) Dead Zone: 0 Scale: 1
        &#91;  1&#93; head-pitch (Axis-Stick) Dead Zone: 0 Scale: 1
        &#91;  2&#93; head-roll (Axis-Stick) Dead Zone: 0 Scale: 1
    &gt; listcontrols
    Player impulses
    There are 39 impulses, in 3 contexts
    game context: (31)
      &#91;1007&#93; attack analog, triggerable
      &#91;1021&#93; automap binary, triggerable
      &#91;1005&#93; falldown binary, triggerable
      &#91;1008&#93; jump binary, triggerable
      &#91;   5&#93; look analog
      &#91;1001&#93; lookcenter binary, triggerable
      &#91;1002&#93; lookpitch analog
      &#91;1032&#93; msgrefresh binary, triggerable
      &#91;1019&#93; nextweapon binary, triggerable
      &#91;1020&#93; prevweapon binary, triggerable
      &#91;1030&#93; showhud binary, triggerable
      &#91;1031&#93; showscore binary, triggerable
      &#91;   2&#93; sidestep analog
      &#91;1000&#93; speed analog
      &#91;   6&#93; strafe analog
      &#91;   4&#93; turn analog
      &#91;1006&#93; use binary, triggerable
      &#91;   1&#93; walk analog
      &#91;1018&#93; weapon0 binary, triggerable
      &#91;1009&#93; weapon1 binary, triggerable
      &#91;1010&#93; weapon2 binary, triggerable
      &#91;1011&#93; weapon3 binary, triggerable
      &#91;1012&#93; weapon4 binary, triggerable
      &#91;1013&#93; weapon5 binary, triggerable
      &#91;1014&#93; weapon6 binary, triggerable
      &#91;1015&#93; weapon7 binary, triggerable
      &#91;1016&#93; weapon8 binary, triggerable
      &#91;1017&#93; weapon9 binary, triggerable
      &#91;1004&#93; yawbody analog
      &#91;1003&#93; yawhead analog
      &#91;   3&#93; zfly analog
    map context: (6)
      &#91;1028&#93; addmark binary, triggerable
      &#91;1029&#93; clearmarks binary, triggerable
      &#91;1026&#93; follow binary, triggerable
      &#91;1024&#93; mapzoom analog
      &#91;1027&#93; rotate binary, triggerable
      &#91;1025&#93; zoommax binary, triggerable
    map-freepan context: (2)
      &#91;1022&#93; mappanx analog
      &#91;1023&#93; mappany analog
    &gt; listmenu
    listmenu: unknown identifier
    &gt; list
    list: unknown identifier
    &gt; bindcontrol joy-hat-angle0 menuUp
    InputSystem: Player impulse "joy" not defined
    'bindcontrol' failed
    &gt; bindevent joy-hat-angle0 menuUp
    &gt; bindevent joy-hat-angle0 menuUp
    &gt; bindevent joy-hat-angle0 menuup
    &gt; bindCONTROL joy-hat-angle0 menuup
    InputSystem: Player impulse "joy" not defined
    'bindCONTROL' failed
    &gt; bindCONTROL hat-angle0 menuup
    InputSystem: Player impulse "hat" not defined
    'bindCONTROL' failed
    &gt; bindCONTROL angle0 menuup
    InputSystem: Player impulse "angle0" not defined
    'bindCONTROL' failed
    &gt; bindCONTROL joy-hat0 menuup
    InputSystem: Player impulse "joy" not defined
    'bindCONTROL' failed
    &gt; bindcontrol joy-hat0 menuup
    InputSystem: Player impulse "joy" not defined
    'bindcontrol' failed
    &gt; bindcontrol joy1-hat0 menuup
    InputSystem: Player impulse "joy1" not defined
    'bindcontrol' failed
    &gt; bindcontrol joy-angle0 menuup
    InputSystem: Player impulse "joy" not defined
    'bindcontrol' failed
    &gt; listcontrols
    Player impulses
    There are 39 impulses, in 3 contexts
    game context: (31)
      &#91;1007&#93; attack analog, triggerable
      &#91;1021&#93; automap binary, triggerable
      &#91;1005&#93; falldown binary, triggerable
      &#91;1008&#93; jump binary, triggerable
      &#91;   5&#93; look analog
      &#91;1001&#93; lookcenter binary, triggerable
      &#91;1002&#93; lookpitch analog
      &#91;1032&#93; msgrefresh binary, triggerable
      &#91;1019&#93; nextweapon binary, triggerable
      &#91;1020&#93; prevweapon binary, triggerable
      &#91;1030&#93; showhud binary, triggerable
      &#91;1031&#93; showscore binary, triggerable
      &#91;   2&#93; sidestep analog
      &#91;1000&#93; speed analog
      &#91;   6&#93; strafe analog
      &#91;   4&#93; turn analog
      &#91;1006&#93; use binary, triggerable
      &#91;   1&#93; walk analog
      &#91;1018&#93; weapon0 binary, triggerable
      &#91;1009&#93; weapon1 binary, triggerable
      &#91;1010&#93; weapon2 binary, triggerable
      &#91;1011&#93; weapon3 binary, triggerable
      &#91;1012&#93; weapon4 binary, triggerable
      &#91;1013&#93; weapon5 binary, triggerable
      &#91;1014&#93; weapon6 binary, triggerable
      &#91;1015&#93; weapon7 binary, triggerable
      &#91;1016&#93; weapon8 binary, triggerable
      &#91;1017&#93; weapon9 binary, triggerable
      &#91;1004&#93; yawbody analog
      &#91;1003&#93; yawhead analog
      &#91;   3&#93; zfly analog
    map context: (6)
      &#91;1028&#93; addmark binary, triggerable
      &#91;1029&#93; clearmarks binary, triggerable
      &#91;1026&#93; follow binary, triggerable
      &#91;1024&#93; mapzoom analog
      &#91;1027&#93; rotate binary, triggerable
      &#91;1025&#93; zoommax binary, triggerable
    map-freepan context: (2)
      &#91;1022&#93; mappanx analog
      &#91;1023&#93; mappany analog
    &gt; bindcontrol joy-angle0 menuup
    InputSystem: Player impulse "joy" not defined
    'bindcontrol' failed
    &gt; bindcontrol
    Usage:
      bindcontrol (string) (string)
    bindcontrol: command arguments invalid
    bindcontrol (Command)
    Bind an input device to a player control.
    Usage:
      bindcontrol (string) (string)
    &gt; bindlist
    bindlist: unknown identifier
    &gt; listinputdevices
    7 input devices initalized:
    Keyboard - key (active)
      256 buttons:
        &#91;  0&#93; key-&lt;unnamed&gt; (Button)
        &#91;  1&#93; key-&lt;unnamed&gt; (Button)
        &#91;  2&#93; key-&lt;unnamed&gt; (Button)
        &#91;  3&#93; key-&lt;unnamed&gt; (Button)
        &#91;  4&#93; key-&lt;unnamed&gt; (Button)
        &#91;  5&#93; key-&lt;unnamed&gt; (Button)
        &#91;  6&#93; key-&lt;unnamed&gt; (Button)
        &#91;  7&#93; key-&lt;unnamed&gt; (Button)
        &#91;  8&#93; key-&lt;unnamed&gt; (Button)
        &#91;  9&#93; key-&lt;unnamed&gt; (Button)
        &#91; 10&#93; key-&lt;unnamed&gt; (Button)
        &#91; 11&#93; key-&lt;unnamed&gt; (Button)
        &#91; 12&#93; key-&lt;unnamed&gt; (Button)
        &#91; 13&#93; key-&lt;unnamed&gt; (Button)
        &#91; 14&#93; key-&lt;unnamed&gt; (Button)
        &#91; 15&#93; key-&lt;unnamed&gt; (Button)
        &#91; 16&#93; key-&lt;unnamed&gt; (Button)
        &#91; 17&#93; key-&lt;unnamed&gt; (Button)
        &#91; 18&#93; key-&lt;unnamed&gt; (Button)
        &#91; 19&#93; key-&lt;unnamed&gt; (Button)
        &#91; 20&#93; key-&lt;unnamed&gt; (Button)
        &#91; 21&#93; key-&lt;unnamed&gt; (Button)
        &#91; 22&#93; key-&lt;unnamed&gt; (Button)
        &#91; 23&#93; key-&lt;unnamed&gt; (Button)
        &#91; 24&#93; key-&lt;unnamed&gt; (Button)
        &#91; 25&#93; key-&lt;unnamed&gt; (Button)
        &#91; 26&#93; key-&lt;unnamed&gt; (Button)
        &#91; 27&#93; key-&lt;unnamed&gt; (Button)
        &#91; 28&#93; key-&lt;unnamed&gt; (Button)
        &#91; 29&#93; key-&lt;unnamed&gt; (Button)
        &#91; 30&#93; key-&lt;unnamed&gt; (Button)
        &#91; 31&#93; key-&lt;unnamed&gt; (Button)
        &#91; 32&#93; key-&lt;unnamed&gt; (Button)
        &#91; 33&#93; key-&lt;unnamed&gt; (Button)
        &#91; 34&#93; key-&lt;unnamed&gt; (Button)
        &#91; 35&#93; key-&lt;unnamed&gt; (Button)
        &#91; 36&#93; key-&lt;unnamed&gt; (Button)
        &#91; 37&#93; key-&lt;unnamed&gt; (Button)
        &#91; 38&#93; key-&lt;unnamed&gt; (Button)
        &#91; 39&#93; key-&lt;unnamed&gt; (Button)
        &#91; 40&#93; key-&lt;unnamed&gt; (Button)
        &#91; 41&#93; key-&lt;unnamed&gt; (Button)
        &#91; 42&#93; key-&lt;unnamed&gt; (Button)
        &#91; 43&#93; key-&lt;unnamed&gt; (Button)
        &#91; 44&#93; key-&lt;unnamed&gt; (Button)
        &#91; 45&#93; key-&lt;unnamed&gt; (Button)
        &#91; 46&#93; key-&lt;unnamed&gt; (Button)
        &#91; 47&#93; key-&lt;unnamed&gt; (Button)
        &#91; 48&#93; key-&lt;unnamed&gt; (Button)
        &#91; 49&#93; key-&lt;unnamed&gt; (Button)
        &#91; 50&#93; key-&lt;unnamed&gt; (Button)
        &#91; 51&#93; key-&lt;unnamed&gt; (Button)
        &#91; 52&#93; key-&lt;unnamed&gt; (Button)
        &#91; 53&#93; key-&lt;unnamed&gt; (Button)
        &#91; 54&#93; key-&lt;unnamed&gt; (Button)
        &#91; 55&#93; key-&lt;unnamed&gt; (Button)
        &#91; 56&#93; key-&lt;unnamed&gt; (Button)
        &#91; 57&#93; key-&lt;unnamed&gt; (Button)
        &#91; 58&#93; key-&lt;unnamed&gt; (Button)
        &#91; 59&#93; key-&lt;unnamed&gt; (Button)
        &#91; 60&#93; key-&lt;unnamed&gt; (Button)
        &#91; 61&#93; key-&lt;unnamed&gt; (Button)
        &#91; 62&#93; key-&lt;unnamed&gt; (Button)
        &#91; 63&#93; key-&lt;unnamed&gt; (Button)
        &#91; 64&#93; key-&lt;unnamed&gt; (Button)
        &#91; 65&#93; key-&lt;unnamed&gt; (Button)
        &#91; 66&#93; key-&lt;unnamed&gt; (Button)
        &#91; 67&#93; key-&lt;unnamed&gt; (Button)
        &#91; 68&#93; key-&lt;unnamed&gt; (Button)
        &#91; 69&#93; key-&lt;unnamed&gt; (Button)
        &#91; 70&#93; key-&lt;unnamed&gt; (Button)
        &#91; 71&#93; key-&lt;unnamed&gt; (Button)
        &#91; 72&#93; key-&lt;unnamed&gt; (Button)
        &#91; 73&#93; key-&lt;unnamed&gt; (Button)
        &#91; 74&#93; key-&lt;unnamed&gt; (Button)
        &#91; 75&#93; key-&lt;unnamed&gt; (Button)
        &#91; 76&#93; key-&lt;unnamed&gt; (Button)
        &#91; 77&#93; key-&lt;unnamed&gt; (Button)
        &#91; 78&#93; key-&lt;unnamed&gt; (Button)
        &#91; 79&#93; key-&lt;unnamed&gt; (Button)
        &#91; 80&#93; key-&lt;unnamed&gt; (Button)
        &#91; 81&#93; key-&lt;unnamed&gt; (Button)
        &#91; 82&#93; key-&lt;unnamed&gt; (Button)
        &#91; 83&#93; key-&lt;unnamed&gt; (Button)
        &#91; 84&#93; key-&lt;unnamed&gt; (Button)
        &#91; 85&#93; key-&lt;unnamed&gt; (Button)
        &#91; 86&#93; key-&lt;unnamed&gt; (Button)
        &#91; 87&#93; key-&lt;unnamed&gt; (Button)
        &#91; 88&#93; key-&lt;unnamed&gt; (Button)
        &#91; 89&#93; key-&lt;unnamed&gt; (Button)
        &#91; 90&#93; key-&lt;unnamed&gt; (Button)
        &#91; 91&#93; key-&lt;unnamed&gt; (Button)
        &#91; 92&#93; key-&lt;unnamed&gt; (Button)
        &#91; 93&#93; key-&lt;unnamed&gt; (Button)
        &#91; 94&#93; key-&lt;unnamed&gt; (Button)
        &#91; 95&#93; key-&lt;unnamed&gt; (Button)
        &#91; 96&#93; key-&lt;unnamed&gt; (Button)
        &#91; 97&#93; key-&lt;unnamed&gt; (Button)
        &#91; 98&#93; key-&lt;unnamed&gt; (Button)
        &#91; 99&#93; key-&lt;unnamed&gt; (Button)
        &#91;100&#93; key-&lt;unnamed&gt; (Button)
        &#91;101&#93; key-&lt;unnamed&gt; (Button)
        &#91;102&#93; key-&lt;unnamed&gt; (Button)
        &#91;103&#93; key-&lt;unnamed&gt; (Button)
        &#91;104&#93; key-&lt;unnamed&gt; (Button)
        &#91;105&#93; key-&lt;unnamed&gt; (Button)
        &#91;106&#93; key-&lt;unnamed&gt; (Button)
        &#91;107&#93; key-&lt;unnamed&gt; (Button)
        &#91;108&#93; key-&lt;unnamed&gt; (Button)
        &#91;109&#93; key-&lt;unnamed&gt; (Button)
        &#91;110&#93; key-&lt;unnamed&gt; (Button)
        &#91;111&#93; key-&lt;unnamed&gt; (Button)
        &#91;112&#93; key-&lt;unnamed&gt; (Button)
        &#91;113&#93; key-&lt;unnamed&gt; (Button)
        &#91;114&#93; key-&lt;unnamed&gt; (Button)
        &#91;115&#93; key-&lt;unnamed&gt; (Button)
        &#91;116&#93; key-&lt;unnamed&gt; (Button)
        &#91;117&#93; key-&lt;unnamed&gt; (Button)
        &#91;118&#93; key-&lt;unnamed&gt; (Button)
        &#91;119&#93; key-&lt;unnamed&gt; (Button)
        &#91;120&#93; key-&lt;unnamed&gt; (Button)
        &#91;121&#93; key-&lt;unnamed&gt; (Button)
        &#91;122&#93; key-&lt;unnamed&gt; (Button)
        &#91;123&#93; key-&lt;unnamed&gt; (Button)
        &#91;124&#93; key-&lt;unnamed&gt; (Button)
        &#91;125&#93; key-&lt;unnamed&gt; (Button)
        &#91;126&#93; key-&lt;unnamed&gt; (Button)
        &#91;127&#93; key-&lt;unnamed&gt; (Button)
        &#91;128&#93; key-&lt;unnamed&gt; (Button)
        &#91;129&#93; key-&lt;unnamed&gt; (Button)
        &#91;130&#93; key-&lt;unnamed&gt; (Button)
        &#91;131&#93; key-&lt;unnamed&gt; (Button)
        &#91;132&#93; key-&lt;unnamed&gt; (Button)
        &#91;133&#93; key-&lt;unnamed&gt; (Button)
        &#91;134&#93; key-&lt;unnamed&gt; (Button)
        &#91;135&#93; key-&lt;unnamed&gt; (Button)
        &#91;136&#93; key-&lt;unnamed&gt; (Button)
        &#91;137&#93; key-&lt;unnamed&gt; (Button)
        &#91;138&#93; key-&lt;unnamed&gt; (Button)
        &#91;139&#93; key-&lt;unnamed&gt; (Button)
        &#91;140&#93; key-&lt;unnamed&gt; (Button)
        &#91;141&#93; key-&lt;unnamed&gt; (Button)
        &#91;142&#93; key-&lt;unnamed&gt; (Button)
        &#91;143&#93; key-&lt;unnamed&gt; (Button)
        &#91;144&#93; key-&lt;unnamed&gt; (Button)
        &#91;145&#93; key-&lt;unnamed&gt; (Button)
        &#91;146&#93; key-&lt;unnamed&gt; (Button)
        &#91;147&#93; key-&lt;unnamed&gt; (Button)
        &#91;148&#93; key-&lt;unnamed&gt; (Button)
        &#91;149&#93; key-&lt;unnamed&gt; (Button)
        &#91;150&#93; key-&lt;unnamed&gt; (Button)
        &#91;151&#93; key-&lt;unnamed&gt; (Button)
        &#91;152&#93; key-&lt;unnamed&gt; (Button)
        &#91;153&#93; key-&lt;unnamed&gt; (Button)
        &#91;154&#93; key-&lt;unnamed&gt; (Button)
        &#91;155&#93; key-&lt;unnamed&gt; (Button)
        &#91;156&#93; key-&lt;unnamed&gt; (Button)
        &#91;157&#93; key-&lt;unnamed&gt; (Button)
        &#91;158&#93; key-&lt;unnamed&gt; (Button)
        &#91;159&#93; key-&lt;unnamed&gt; (Button)
        &#91;160&#93; key-&lt;unnamed&gt; (Button)
        &#91;161&#93; key-&lt;unnamed&gt; (Button)
        &#91;162&#93; key-&lt;unnamed&gt; (Button)
        &#91;163&#93; key-&lt;unnamed&gt; (Button)
        &#91;164&#93; key-&lt;unnamed&gt; (Button)
        &#91;165&#93; key-&lt;unnamed&gt; (Button)
        &#91;166&#93; key-&lt;unnamed&gt; (Button)
        &#91;167&#93; key-&lt;unnamed&gt; (Button)
        &#91;168&#93; key-&lt;unnamed&gt; (Button)
        &#91;169&#93; key-&lt;unnamed&gt; (Button)
        &#91;170&#93; key-&lt;unnamed&gt; (Button)
        &#91;171&#93; key-&lt;unnamed&gt; (Button)
        &#91;172&#93; key-&lt;unnamed&gt; (Button)
        &#91;173&#93; key-&lt;unnamed&gt; (Button)
        &#91;174&#93; key-&lt;unnamed&gt; (Button)
        &#91;175&#93; key-&lt;unnamed&gt; (Button)
        &#91;176&#93; key-&lt;unnamed&gt; (Button)
        &#91;177&#93; key-&lt;unnamed&gt; (Button)
        &#91;178&#93; key-&lt;unnamed&gt; (Button)
        &#91;179&#93; key-&lt;unnamed&gt; (Button)
        &#91;180&#93; key-&lt;unnamed&gt; (Button)
        &#91;181&#93; key-&lt;unnamed&gt; (Button)
        &#91;182&#93; key-&lt;unnamed&gt; (Button)
        &#91;183&#93; key-&lt;unnamed&gt; (Button)
        &#91;184&#93; key-&lt;unnamed&gt; (Button)
        &#91;185&#93; key-&lt;unnamed&gt; (Button)
        &#91;186&#93; key-&lt;unnamed&gt; (Button)
        &#91;187&#93; key-&lt;unnamed&gt; (Button)
        &#91;188&#93; key-&lt;unnamed&gt; (Button)
        &#91;189&#93; key-&lt;unnamed&gt; (Button)
        &#91;190&#93; key-&lt;unnamed&gt; (Button)
        &#91;191&#93; key-&lt;unnamed&gt; (Button)
        &#91;192&#93; key-&lt;unnamed&gt; (Button)
        &#91;193&#93; key-&lt;unnamed&gt; (Button)
        &#91;194&#93; key-&lt;unnamed&gt; (Button)
        &#91;195&#93; key-&lt;unnamed&gt; (Button)
        &#91;196&#93; key-&lt;unnamed&gt; (Button)
        &#91;197&#93; key-&lt;unnamed&gt; (Button)
        &#91;198&#93; key-&lt;unnamed&gt; (Button)
        &#91;199&#93; key-&lt;unnamed&gt; (Button)
        &#91;200&#93; key-&lt;unnamed&gt; (Button)
        &#91;201&#93; key-&lt;unnamed&gt; (Button)
        &#91;202&#93; key-&lt;unnamed&gt; (Button)
        &#91;203&#93; key-&lt;unnamed&gt; (Button)
        &#91;204&#93; key-&lt;unnamed&gt; (Button)
        &#91;205&#93; key-&lt;unnamed&gt; (Button)
        &#91;206&#93; key-&lt;unnamed&gt; (Button)
        &#91;207&#93; key-&lt;unnamed&gt; (Button)
        &#91;208&#93; key-&lt;unnamed&gt; (Button)
        &#91;209&#93; key-&lt;unnamed&gt; (Button)
        &#91;210&#93; key-&lt;unnamed&gt; (Button)
        &#91;211&#93; key-&lt;unnamed&gt; (Button)
        &#91;212&#93; key-&lt;unnamed&gt; (Button)
        &#91;213&#93; key-&lt;unnamed&gt; (Button)
        &#91;214&#93; key-&lt;unnamed&gt; (Button)
        &#91;215&#93; key-&lt;unnamed&gt; (Button)
        &#91;216&#93; key-&lt;unnamed&gt; (Button)
        &#91;217&#93; key-&lt;unnamed&gt; (Button)
        &#91;218&#93; key-&lt;unnamed&gt; (Button)
        &#91;219&#93; key-&lt;unnamed&gt; (Button)
        &#91;220&#93; key-&lt;unnamed&gt; (Button)
        &#91;221&#93; key-&lt;unnamed&gt; (Button)
        &#91;222&#93; key-&lt;unnamed&gt; (Button)
        &#91;223&#93; key-&lt;unnamed&gt; (Button)
        &#91;224&#93; key-&lt;unnamed&gt; (Button)
        &#91;225&#93; key-&lt;unnamed&gt; (Button)
        &#91;226&#93; key-&lt;unnamed&gt; (Button)
        &#91;227&#93; key-&lt;unnamed&gt; (Button)
        &#91;228&#93; key-&lt;unnamed&gt; (Button)
        &#91;229&#93; key-&lt;unnamed&gt; (Button)
        &#91;230&#93; key-&lt;unnamed&gt; (Button)
        &#91;231&#93; key-&lt;unnamed&gt; (Button)
        &#91;232&#93; key-&lt;unnamed&gt; (Button)
        &#91;233&#93; key-&lt;unnamed&gt; (Button)
        &#91;234&#93; key-&lt;unnamed&gt; (Button)
        &#91;235&#93; key-&lt;unnamed&gt; (Button)
        &#91;236&#93; key-&lt;unnamed&gt; (Button)
        &#91;237&#93; key-&lt;unnamed&gt; (Button)
        &#91;238&#93; key-&lt;unnamed&gt; (Button)
        &#91;239&#93; key-&lt;unnamed&gt; (Button)
        &#91;240&#93; key-&lt;unnamed&gt; (Button)
        &#91;241&#93; key-&lt;unnamed&gt; (Button)
        &#91;242&#93; key-&lt;unnamed&gt; (Button)
        &#91;243&#93; key-&lt;unnamed&gt; (Button)
        &#91;244&#93; key-&lt;unnamed&gt; (Button)
        &#91;245&#93; key-&lt;unnamed&gt; (Button)
        &#91;246&#93; key-&lt;unnamed&gt; (Button)
        &#91;247&#93; key-&lt;unnamed&gt; (Button)
        &#91;248&#93; key-&lt;unnamed&gt; (Button)
        &#91;249&#93; key-&lt;unnamed&gt; (Button)
        &#91;250&#93; key-&lt;unnamed&gt; (Button)
        &#91;251&#93; key-&lt;unnamed&gt; (Button)
        &#91;252&#93; key-&lt;unnamed&gt; (Button)
        &#91;253&#93; key-&lt;unnamed&gt; (Button)
        &#91;254&#93; key-&lt;unnamed&gt; (Button)
        &#91;255&#93; key-&lt;unnamed&gt; (Button)
    Mouse - mouse (active)
      2 axes:
        &#91;  0&#93; mouse-x (Axis-Pointer) Dead Zone: 0 Scale: 0.001
        &#91;  1&#93; mouse-y (Axis-Pointer) Dead Zone: 0 Scale: 0.001
      16 buttons:
        &#91;  0&#93; mouse-left (Button)
        &#91;  1&#93; mouse-middle (Button)
        &#91;  2&#93; mouse-right (Button)
        &#91;  3&#93; mouse-wheelup (Button)
        &#91;  4&#93; mouse-wheeldown (Button)
        &#91;  5&#93; mouse-&lt;unnamed&gt; (Button)
        &#91;  6&#93; mouse-&lt;unnamed&gt; (Button)
        &#91;  7&#93; mouse-&lt;unnamed&gt; (Button)
        &#91;  8&#93; mouse-&lt;unnamed&gt; (Button)
        &#91;  9&#93; mouse-&lt;unnamed&gt; (Button)
        &#91; 10&#93; mouse-&lt;unnamed&gt; (Button)
        &#91; 11&#93; mouse-&lt;unnamed&gt; (Button)
        &#91; 12&#93; mouse-&lt;unnamed&gt; (Button)
        &#91; 13&#93; mouse-&lt;unnamed&gt; (Button)
        &#91; 14&#93; mouse-wheelleft (Button)
        &#91; 15&#93; mouse-wheelright (Button)
    Joystick - joy (active)
      32 axes:
        &#91;  0&#93; joy-x (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91;  1&#93; joy-y (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91;  2&#93; joy-z (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91;  3&#93; joy-w (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91;  4&#93; joy-axis05 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91;  5&#93; joy-axis06 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91;  6&#93; joy-axis07 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91;  7&#93; joy-axis08 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91;  8&#93; joy-axis09 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91;  9&#93; joy-axis10 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 10&#93; joy-axis11 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 11&#93; joy-axis12 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 12&#93; joy-axis13 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 13&#93; joy-axis14 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 14&#93; joy-axis15 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 15&#93; joy-axis16 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 16&#93; joy-axis17 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 17&#93; joy-axis18 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 18&#93; joy-axis19 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 19&#93; joy-axis20 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 20&#93; joy-axis21 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 21&#93; joy-axis22 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 22&#93; joy-axis23 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 23&#93; joy-axis24 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 24&#93; joy-axis25 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 25&#93; joy-axis26 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 26&#93; joy-axis27 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 27&#93; joy-axis28 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 28&#93; joy-axis29 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 29&#93; joy-axis30 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 30&#93; joy-axis31 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
        &#91; 31&#93; joy-axis32 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001
      32 buttons:
        &#91;  0&#93; joy-&lt;unnamed&gt; (Button)
        &#91;  1&#93; joy-&lt;unnamed&gt; (Button)
        &#91;  2&#93; joy-&lt;unnamed&gt; (Button)
        &#91;  3&#93; joy-&lt;unnamed&gt; (Button)
        &#91;  4&#93; joy-&lt;unnamed&gt; (Button)
        &#91;  5&#93; joy-&lt;unnamed&gt; (Button)
        &#91;  6&#93; joy-&lt;unnamed&gt; (Button)
        &#91;  7&#93; joy-&lt;unnamed&gt; (Button)
        &#91;  8&#93; joy-&lt;unnamed&gt; (Button)
        &#91;  9&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 10&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 11&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 12&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 13&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 14&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 15&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 16&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 17&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 18&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 19&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 20&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 21&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 22&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 23&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 24&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 25&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 26&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 27&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 28&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 29&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 30&#93; joy-&lt;unnamed&gt; (Button)
        &#91; 31&#93; joy-&lt;unnamed&gt; (Button)
      4 hats:
        &#91;  0&#93; joy-&lt;unnamed&gt; (Hat)
        &#91;  1&#93; joy-&lt;unnamed&gt; (Hat)
        &#91;  2&#93; joy-&lt;unnamed&gt; (Hat)
        &#91;  3&#93; joy-&lt;unnamed&gt; (Hat)
    joy2 (inactive)
    joy3 (inactive)
    joy4 (inactive)
    Head Tracker - head (inactive)
      3 axes:
        &#91;  0&#93; head-yaw (Axis-Stick) Dead Zone: 0 Scale: 1
        &#91;  1&#93; head-pitch (Axis-Stick) Dead Zone: 0 Scale: 1
        &#91;  2&#93; head-roll (Axis-Stick) Dead Zone: 0 Scale: 1
    &gt; bindcontrol joy-hat1 menuup
    InputSystem: Player impulse "joy" not defined
    'bindcontrol' failed
    &gt; bindcontrol joy1-hat1 menuup
    InputSystem: Player impulse "joy1" not defined
    'bindcontrol' failed
    
  • I fully agree that there needs to be a way to configure joystick/gamepad input in a more user-friendly manner. This is in fact on the roadmap for future work.
    but after asigning all 5, (including center) it ___ONLY___ responds to whatever the last bind-event was. Why would it do that instead of keeping all the boundevents??
    Sounds very much like a bug. I'll submit it to our bug tracker.
  • if the xbox controller is not working for you i suggest use another one that can be configured out side of the game like many of the logitech ones or the steam controller.
  • Gordon wrote:
    if the xbox controller is not working for you i suggest use another one that can be configured out side of the game like many of the logitech ones or the steam controller.

    Lol yes, that's always sound advice.

    My cars not working! I need Advice!
    Advice: buy another car!

    That's practically a troll response.
    But you put in a touch of useful truth,
    let the mapping software of the few controllers designed to be mapped do all the work.

    As mentioned above, I can write in autohotkey.
    So i can, write a program in autohotkey to handle All the buttons and controls from my controller,
    and map them to keyboard outputs for Doomsday, But that's not really the point.
    This is functionality Doomsday has attempted and failed to include in their software.
    So it's a huge Bug within the scope of the doomsday software design.

    In an equally trolling thought:
    Doomsday isn't working! I need Advice!
    Advice: use some other emulator!

    I -could- just use some other emulator engine too,
    but the point is something is wrong with this one,
    and that's what this thread is here to address.

    Doomsday isn't handling it's joysticks right, and Work-arounds, third party software, or other emulators, aren't going to fix the stable releases of Doomsday.

    Other emulators have done it, it works on them. Yay! Doomsday just needs to get it right and get up to speed with the rest.
  • it dose but it's hard when it needs to be more stable of a release to get the updates required even tho it's simple there is a lot more things that get done and push the most needed thing witch is joystick support even tho doom and the rest play better with keyboard and mouse not every one uses that so we need to have support for them. even as you say using a program to emulate keyboard buttons is not a good way your right for the most part. it all depends on the controller. i do hope joystick support is fixed soon so more people can enjoy this wonderful engine.
Sign In or Register to comment.