How to reset joystick settings
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? :-/
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
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.
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.
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....
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.)
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:
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??
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?
- http://wiki.dengine.net/w/Bindings
- http://wiki.dengine.net/w/Event_binding
Hats don't have any console variables, IIRC they are handled via input events only.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:
Note that the "local1-" prefix is the default, so if it's omitted Doomsday will treat is as "local1" anyway.
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.
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 [ 2, 0, 0, 1857 ] 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" [path "/data/net.dengine.client.pack/renderer.pack/ shaders.dei"] 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" [path "/data/net.dengine.client.pack/renderer.pack/ lensflares.pack/shaders.dei"] 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" => Not playable (incomplete resources) Locating "Chex(R) Quest"... ! chex.wad: missing - libdoom.pk3: "(basedir)\data\jdoom\libdoom.pk3" => 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" => 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" => Playable Locating "FreeDM"... ! freedm.wad: missing - libdoom.pk3: "(basedir)\data\jdoom\libdoom.pk3" => 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" => 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" => 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" => Playable Locating "DOOM Shareware"... ! doom1.wad: missing - libdoom.pk3: "(basedir)\data\jdoom\libdoom.pk3" => Not playable (incomplete resources) Locating "Heretic: Shadow of the Serpent Riders"... ! heretic.wad: missing - libheretic.pk3: "(basedir)\data\jheretic\libheretic.pk3" => Not playable (incomplete resources) Locating "Heretic Registered"... ! heretic.wad: missing - libheretic.pk3: "(basedir)\data\jheretic\libheretic.pk3" => Not playable (incomplete resources) Locating "Heretic Shareware"... ! heretic1.wad: missing - libheretic.pk3: "(basedir)\data\jheretic\libheretic.pk3" => Not playable (incomplete resources) Locating "Hexen: Deathkings of the Dark Citadel"... ! hexen.wad: missing ! hexdd.wad: missing - libhexen.pk3: "(basedir)\data\jhexen\libhexen.pk3" => Not playable (incomplete resources) Locating "Hexen"... - libhexen.pk3: "(basedir)\data\jhexen\libhexen.pk3" ! hexen.wad: missing => Not playable (incomplete resources) Locating "Hexen v1.0"... ! hexen.wad: missing - libhexen.pk3: "(basedir)\data\jhexen\libhexen.pk3" => 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" => 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" => 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 > 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 > FinaleInterpreter > S_StartMusic: Starting music 'dm2ttl' MasterWorker: Received 6 servers from master InFineSystem > FinaleInterpreter > 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' > bindevent joy-hat-angle3 "print {angle 3}" > bindevent joy-hat-angle2 "print {angle 2}" InFineSystem > FinaleInterpreter > S_StartMusic: Starting music 'dm2ttl' > bindevent joy-hat-angle1 "print {angle 1}" InFineSystem > FinaleInterpreter > S_StartMusic: Starting music 'dm2ttl' > bindevent joy-hat-angle4 "print {angle 4}" InFineSystem > FinaleInterpreter > S_StartMusic: Starting music 'dm2ttl' ^ : Starting music 'dm2ttl' > bindevent joy-hat-center "print center" InFineSystem > FinaleInterpreter > 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 > bindevent joy-hat-center "print center" BindContext: center ^ : center ^ : center ^ : center > bindevent joy-hat-angle4 "print {angle 4}" > bindevent joy-hat-angle1 "print {angle 1}" > bindevent joy-hat-angle2 "print {angle 2}" > bindevent joy-hat-angle3 "print {angle 3}" > bindevent joy-hat-center "print center" BindContext: center ^ : center ^ : center ^ : center > bindevent joy-hat-angle3 "print angle 3" BindContext: angle ^ : 3 > bindevent joy-hat-angle3 "print hat3" > bindevent joy-hat-angle2 "print hat2" > bindevent joy-hat-angle1 "print hat1" > bindevent joy-hat-angle0 "print hat0" > bindevent joy-hat-center "print hat_" BindContext: hat_ ^ : hat_ ^ : hat_ ^ : hat_ ^ : hat_ ^ : hat_ ^ : hat_ ^ : hat_ ^ : hat_ > bindevent joy-hat-angle0 "print hat0" BindContext: hat0 ^ : hat0 ^ : hat0 ^ : hat0 ^ : hat0 > listinputdevices 7 input devices initalized: Keyboard - key (active) 256 buttons: [ 0] key-<unnamed> (Button) [ 1] key-<unnamed> (Button) [ 2] key-<unnamed> (Button) [ 3] key-<unnamed> (Button) [ 4] key-<unnamed> (Button) [ 5] key-<unnamed> (Button) [ 6] key-<unnamed> (Button) [ 7] key-<unnamed> (Button) [ 8] key-<unnamed> (Button) [ 9] key-<unnamed> (Button) [ 10] key-<unnamed> (Button) [ 11] key-<unnamed> (Button) [ 12] key-<unnamed> (Button) [ 13] key-<unnamed> (Button) [ 14] key-<unnamed> (Button) [ 15] key-<unnamed> (Button) [ 16] key-<unnamed> (Button) [ 17] key-<unnamed> (Button) [ 18] key-<unnamed> (Button) [ 19] key-<unnamed> (Button) [ 20] key-<unnamed> (Button) [ 21] key-<unnamed> (Button) [ 22] key-<unnamed> (Button) [ 23] key-<unnamed> (Button) [ 24] key-<unnamed> (Button) [ 25] key-<unnamed> (Button) [ 26] key-<unnamed> (Button) [ 27] key-<unnamed> (Button) [ 28] key-<unnamed> (Button) [ 29] key-<unnamed> (Button) [ 30] key-<unnamed> (Button) [ 31] key-<unnamed> (Button) [ 32] key-<unnamed> (Button) [ 33] key-<unnamed> (Button) [ 34] key-<unnamed> (Button) [ 35] key-<unnamed> (Button) [ 36] key-<unnamed> (Button) [ 37] key-<unnamed> (Button) [ 38] key-<unnamed> (Button) [ 39] key-<unnamed> (Button) [ 40] key-<unnamed> (Button) [ 41] key-<unnamed> (Button) [ 42] key-<unnamed> (Button) [ 43] key-<unnamed> (Button) [ 44] key-<unnamed> (Button) [ 45] key-<unnamed> (Button) [ 46] key-<unnamed> (Button) [ 47] key-<unnamed> (Button) [ 48] key-<unnamed> (Button) [ 49] key-<unnamed> (Button) [ 50] key-<unnamed> (Button) [ 51] key-<unnamed> (Button) [ 52] key-<unnamed> (Button) [ 53] key-<unnamed> (Button) [ 54] key-<unnamed> (Button) [ 55] key-<unnamed> (Button) [ 56] key-<unnamed> (Button) [ 57] key-<unnamed> (Button) [ 58] key-<unnamed> (Button) [ 59] key-<unnamed> (Button) [ 60] key-<unnamed> (Button) [ 61] key-<unnamed> (Button) [ 62] key-<unnamed> (Button) [ 63] key-<unnamed> (Button) [ 64] key-<unnamed> (Button) [ 65] key-<unnamed> (Button) [ 66] key-<unnamed> (Button) [ 67] key-<unnamed> (Button) [ 68] key-<unnamed> (Button) [ 69] key-<unnamed> (Button) [ 70] key-<unnamed> (Button) [ 71] key-<unnamed> (Button) [ 72] key-<unnamed> (Button) [ 73] key-<unnamed> (Button) [ 74] key-<unnamed> (Button) [ 75] key-<unnamed> (Button) [ 76] key-<unnamed> (Button) [ 77] key-<unnamed> (Button) [ 78] key-<unnamed> (Button) [ 79] key-<unnamed> (Button) [ 80] key-<unnamed> (Button) [ 81] key-<unnamed> (Button) [ 82] key-<unnamed> (Button) [ 83] key-<unnamed> (Button) [ 84] key-<unnamed> (Button) [ 85] key-<unnamed> (Button) [ 86] key-<unnamed> (Button) [ 87] key-<unnamed> (Button) [ 88] key-<unnamed> (Button) [ 89] key-<unnamed> (Button) [ 90] key-<unnamed> (Button) [ 91] key-<unnamed> (Button) [ 92] key-<unnamed> (Button) [ 93] key-<unnamed> (Button) [ 94] key-<unnamed> (Button) [ 95] key-<unnamed> (Button) [ 96] key-<unnamed> (Button) [ 97] key-<unnamed> (Button) [ 98] key-<unnamed> (Button) [ 99] key-<unnamed> (Button) [100] key-<unnamed> (Button) [101] key-<unnamed> (Button) [102] key-<unnamed> (Button) [103] key-<unnamed> (Button) [104] key-<unnamed> (Button) [105] key-<unnamed> (Button) [106] key-<unnamed> (Button) [107] key-<unnamed> (Button) [108] key-<unnamed> (Button) [109] key-<unnamed> (Button) [110] key-<unnamed> (Button) [111] key-<unnamed> (Button) [112] key-<unnamed> (Button) [113] key-<unnamed> (Button) [114] key-<unnamed> (Button) [115] key-<unnamed> (Button) [116] key-<unnamed> (Button) [117] key-<unnamed> (Button) [118] key-<unnamed> (Button) [119] key-<unnamed> (Button) [120] key-<unnamed> (Button) [121] key-<unnamed> (Button) [122] key-<unnamed> (Button) [123] key-<unnamed> (Button) [124] key-<unnamed> (Button) [125] key-<unnamed> (Button) [126] key-<unnamed> (Button) [127] key-<unnamed> (Button) [128] key-<unnamed> (Button) [129] key-<unnamed> (Button) [130] key-<unnamed> (Button) [131] key-<unnamed> (Button) [132] key-<unnamed> (Button) [133] key-<unnamed> (Button) [134] key-<unnamed> (Button) [135] key-<unnamed> (Button) [136] key-<unnamed> (Button) [137] key-<unnamed> (Button) [138] key-<unnamed> (Button) [139] key-<unnamed> (Button) [140] key-<unnamed> (Button) [141] key-<unnamed> (Button) [142] key-<unnamed> (Button) [143] key-<unnamed> (Button) [144] key-<unnamed> (Button) [145] key-<unnamed> (Button) [146] key-<unnamed> (Button) [147] key-<unnamed> (Button) [148] key-<unnamed> (Button) [149] key-<unnamed> (Button) [150] key-<unnamed> (Button) [151] key-<unnamed> (Button) [152] key-<unnamed> (Button) [153] key-<unnamed> (Button) [154] key-<unnamed> (Button) [155] key-<unnamed> (Button) [156] key-<unnamed> (Button) [157] key-<unnamed> (Button) [158] key-<unnamed> (Button) [159] key-<unnamed> (Button) [160] key-<unnamed> (Button) [161] key-<unnamed> (Button) [162] key-<unnamed> (Button) [163] key-<unnamed> (Button) [164] key-<unnamed> (Button) [165] key-<unnamed> (Button) [166] key-<unnamed> (Button) [167] key-<unnamed> (Button) [168] key-<unnamed> (Button) [169] key-<unnamed> (Button) [170] key-<unnamed> (Button) [171] key-<unnamed> (Button) [172] key-<unnamed> (Button) [173] key-<unnamed> (Button) [174] key-<unnamed> (Button) [175] key-<unnamed> (Button) [176] key-<unnamed> (Button) [177] key-<unnamed> (Button) [178] key-<unnamed> (Button) [179] key-<unnamed> (Button) [180] key-<unnamed> (Button) [181] key-<unnamed> (Button) [182] key-<unnamed> (Button) [183] key-<unnamed> (Button) [184] key-<unnamed> (Button) [185] key-<unnamed> (Button) [186] key-<unnamed> (Button) [187] key-<unnamed> (Button) [188] key-<unnamed> (Button) [189] key-<unnamed> (Button) [190] key-<unnamed> (Button) [191] key-<unnamed> (Button) [192] key-<unnamed> (Button) [193] key-<unnamed> (Button) [194] key-<unnamed> (Button) [195] key-<unnamed> (Button) [196] key-<unnamed> (Button) [197] key-<unnamed> (Button) [198] key-<unnamed> (Button) [199] key-<unnamed> (Button) [200] key-<unnamed> (Button) [201] key-<unnamed> (Button) [202] key-<unnamed> (Button) [203] key-<unnamed> (Button) [204] key-<unnamed> (Button) [205] key-<unnamed> (Button) [206] key-<unnamed> (Button) [207] key-<unnamed> (Button) [208] key-<unnamed> (Button) [209] key-<unnamed> (Button) [210] key-<unnamed> (Button) [211] key-<unnamed> (Button) [212] key-<unnamed> (Button) [213] key-<unnamed> (Button) [214] key-<unnamed> (Button) [215] key-<unnamed> (Button) [216] key-<unnamed> (Button) [217] key-<unnamed> (Button) [218] key-<unnamed> (Button) [219] key-<unnamed> (Button) [220] key-<unnamed> (Button) [221] key-<unnamed> (Button) [222] key-<unnamed> (Button) [223] key-<unnamed> (Button) [224] key-<unnamed> (Button) [225] key-<unnamed> (Button) [226] key-<unnamed> (Button) [227] key-<unnamed> (Button) [228] key-<unnamed> (Button) [229] key-<unnamed> (Button) [230] key-<unnamed> (Button) [231] key-<unnamed> (Button) [232] key-<unnamed> (Button) [233] key-<unnamed> (Button) [234] key-<unnamed> (Button) [235] key-<unnamed> (Button) [236] key-<unnamed> (Button) [237] key-<unnamed> (Button) [238] key-<unnamed> (Button) [239] key-<unnamed> (Button) [240] key-<unnamed> (Button) [241] key-<unnamed> (Button) [242] key-<unnamed> (Button) [243] key-<unnamed> (Button) [244] key-<unnamed> (Button) [245] key-<unnamed> (Button) [246] key-<unnamed> (Button) [247] key-<unnamed> (Button) [248] key-<unnamed> (Button) [249] key-<unnamed> (Button) [250] key-<unnamed> (Button) [251] key-<unnamed> (Button) [252] key-<unnamed> (Button) [253] key-<unnamed> (Button) [254] key-<unnamed> (Button) [255] key-<unnamed> (Button) Mouse - mouse (active) 2 axes: [ 0] mouse-x (Axis-Pointer) Dead Zone: 0 Scale: 0.001 [ 1] mouse-y (Axis-Pointer) Dead Zone: 0 Scale: 0.001 16 buttons: [ 0] mouse-left (Button) [ 1] mouse-middle (Button) [ 2] mouse-right (Button) [ 3] mouse-wheelup (Button) [ 4] mouse-wheeldown (Button) [ 5] mouse-<unnamed> (Button) [ 6] mouse-<unnamed> (Button) [ 7] mouse-<unnamed> (Button) [ 8] mouse-<unnamed> (Button) [ 9] mouse-<unnamed> (Button) [ 10] mouse-<unnamed> (Button) [ 11] mouse-<unnamed> (Button) [ 12] mouse-<unnamed> (Button) [ 13] mouse-<unnamed> (Button) [ 14] mouse-wheelleft (Button) [ 15] mouse-wheelright (Button) Joystick - joy (active) 32 axes: [ 0] joy-x (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 1] joy-y (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 2] joy-z (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 3] joy-w (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 4] joy-axis05 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 5] joy-axis06 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 6] joy-axis07 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 7] joy-axis08 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 8] joy-axis09 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 9] joy-axis10 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 10] joy-axis11 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 11] joy-axis12 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 12] joy-axis13 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 13] joy-axis14 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 14] joy-axis15 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 15] joy-axis16 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 16] joy-axis17 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 17] joy-axis18 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 18] joy-axis19 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 19] joy-axis20 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 20] joy-axis21 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 21] joy-axis22 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 22] joy-axis23 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 23] joy-axis24 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 24] joy-axis25 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 25] joy-axis26 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 26] joy-axis27 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 27] joy-axis28 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 28] joy-axis29 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 29] joy-axis30 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 30] joy-axis31 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 31] joy-axis32 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 32 buttons: [ 0] joy-<unnamed> (Button) [ 1] joy-<unnamed> (Button) [ 2] joy-<unnamed> (Button) [ 3] joy-<unnamed> (Button) [ 4] joy-<unnamed> (Button) [ 5] joy-<unnamed> (Button) [ 6] joy-<unnamed> (Button) [ 7] joy-<unnamed> (Button) [ 8] joy-<unnamed> (Button) [ 9] joy-<unnamed> (Button) [ 10] joy-<unnamed> (Button) [ 11] joy-<unnamed> (Button) [ 12] joy-<unnamed> (Button) [ 13] joy-<unnamed> (Button) [ 14] joy-<unnamed> (Button) [ 15] joy-<unnamed> (Button) [ 16] joy-<unnamed> (Button) [ 17] joy-<unnamed> (Button) [ 18] joy-<unnamed> (Button) [ 19] joy-<unnamed> (Button) [ 20] joy-<unnamed> (Button) [ 21] joy-<unnamed> (Button) [ 22] joy-<unnamed> (Button) [ 23] joy-<unnamed> (Button) [ 24] joy-<unnamed> (Button) [ 25] joy-<unnamed> (Button) [ 26] joy-<unnamed> (Button) [ 27] joy-<unnamed> (Button) [ 28] joy-<unnamed> (Button) [ 29] joy-<unnamed> (Button) [ 30] joy-<unnamed> (Button) [ 31] joy-<unnamed> (Button) 4 hats: [ 0] joy-<unnamed> (Hat) [ 1] joy-<unnamed> (Hat) [ 2] joy-<unnamed> (Hat) [ 3] joy-<unnamed> (Hat) joy2 (inactive) joy3 (inactive) joy4 (inactive) Head Tracker - head (inactive) 3 axes: [ 0] head-yaw (Axis-Stick) Dead Zone: 0 Scale: 1 [ 1] head-pitch (Axis-Stick) Dead Zone: 0 Scale: 1 [ 2] head-roll (Axis-Stick) Dead Zone: 0 Scale: 1 > listcontrols Player impulses There are 39 impulses, in 3 contexts game context: (31) [1007] attack analog, triggerable [1021] automap binary, triggerable [1005] falldown binary, triggerable [1008] jump binary, triggerable [ 5] look analog [1001] lookcenter binary, triggerable [1002] lookpitch analog [1032] msgrefresh binary, triggerable [1019] nextweapon binary, triggerable [1020] prevweapon binary, triggerable [1030] showhud binary, triggerable [1031] showscore binary, triggerable [ 2] sidestep analog [1000] speed analog [ 6] strafe analog [ 4] turn analog [1006] use binary, triggerable [ 1] walk analog [1018] weapon0 binary, triggerable [1009] weapon1 binary, triggerable [1010] weapon2 binary, triggerable [1011] weapon3 binary, triggerable [1012] weapon4 binary, triggerable [1013] weapon5 binary, triggerable [1014] weapon6 binary, triggerable [1015] weapon7 binary, triggerable [1016] weapon8 binary, triggerable [1017] weapon9 binary, triggerable [1004] yawbody analog [1003] yawhead analog [ 3] zfly analog map context: (6) [1028] addmark binary, triggerable [1029] clearmarks binary, triggerable [1026] follow binary, triggerable [1024] mapzoom analog [1027] rotate binary, triggerable [1025] zoommax binary, triggerable map-freepan context: (2) [1022] mappanx analog [1023] mappany analog > listmenu listmenu: unknown identifier > list list: unknown identifier > bindcontrol joy-hat-angle0 menuUp InputSystem: Player impulse "joy" not defined 'bindcontrol' failed > bindevent joy-hat-angle0 menuUp > bindevent joy-hat-angle0 menuUp > bindevent joy-hat-angle0 menuup > bindCONTROL joy-hat-angle0 menuup InputSystem: Player impulse "joy" not defined 'bindCONTROL' failed > bindCONTROL hat-angle0 menuup InputSystem: Player impulse "hat" not defined 'bindCONTROL' failed > bindCONTROL angle0 menuup InputSystem: Player impulse "angle0" not defined 'bindCONTROL' failed > bindCONTROL joy-hat0 menuup InputSystem: Player impulse "joy" not defined 'bindCONTROL' failed > bindcontrol joy-hat0 menuup InputSystem: Player impulse "joy" not defined 'bindcontrol' failed > bindcontrol joy1-hat0 menuup InputSystem: Player impulse "joy1" not defined 'bindcontrol' failed > bindcontrol joy-angle0 menuup InputSystem: Player impulse "joy" not defined 'bindcontrol' failed > listcontrols Player impulses There are 39 impulses, in 3 contexts game context: (31) [1007] attack analog, triggerable [1021] automap binary, triggerable [1005] falldown binary, triggerable [1008] jump binary, triggerable [ 5] look analog [1001] lookcenter binary, triggerable [1002] lookpitch analog [1032] msgrefresh binary, triggerable [1019] nextweapon binary, triggerable [1020] prevweapon binary, triggerable [1030] showhud binary, triggerable [1031] showscore binary, triggerable [ 2] sidestep analog [1000] speed analog [ 6] strafe analog [ 4] turn analog [1006] use binary, triggerable [ 1] walk analog [1018] weapon0 binary, triggerable [1009] weapon1 binary, triggerable [1010] weapon2 binary, triggerable [1011] weapon3 binary, triggerable [1012] weapon4 binary, triggerable [1013] weapon5 binary, triggerable [1014] weapon6 binary, triggerable [1015] weapon7 binary, triggerable [1016] weapon8 binary, triggerable [1017] weapon9 binary, triggerable [1004] yawbody analog [1003] yawhead analog [ 3] zfly analog map context: (6) [1028] addmark binary, triggerable [1029] clearmarks binary, triggerable [1026] follow binary, triggerable [1024] mapzoom analog [1027] rotate binary, triggerable [1025] zoommax binary, triggerable map-freepan context: (2) [1022] mappanx analog [1023] mappany analog > bindcontrol joy-angle0 menuup InputSystem: Player impulse "joy" not defined 'bindcontrol' failed > bindcontrol Usage: bindcontrol (string) (string) bindcontrol: command arguments invalid bindcontrol (Command) Bind an input device to a player control. Usage: bindcontrol (string) (string) > bindlist bindlist: unknown identifier > listinputdevices 7 input devices initalized: Keyboard - key (active) 256 buttons: [ 0] key-<unnamed> (Button) [ 1] key-<unnamed> (Button) [ 2] key-<unnamed> (Button) [ 3] key-<unnamed> (Button) [ 4] key-<unnamed> (Button) [ 5] key-<unnamed> (Button) [ 6] key-<unnamed> (Button) [ 7] key-<unnamed> (Button) [ 8] key-<unnamed> (Button) [ 9] key-<unnamed> (Button) [ 10] key-<unnamed> (Button) [ 11] key-<unnamed> (Button) [ 12] key-<unnamed> (Button) [ 13] key-<unnamed> (Button) [ 14] key-<unnamed> (Button) [ 15] key-<unnamed> (Button) [ 16] key-<unnamed> (Button) [ 17] key-<unnamed> (Button) [ 18] key-<unnamed> (Button) [ 19] key-<unnamed> (Button) [ 20] key-<unnamed> (Button) [ 21] key-<unnamed> (Button) [ 22] key-<unnamed> (Button) [ 23] key-<unnamed> (Button) [ 24] key-<unnamed> (Button) [ 25] key-<unnamed> (Button) [ 26] key-<unnamed> (Button) [ 27] key-<unnamed> (Button) [ 28] key-<unnamed> (Button) [ 29] key-<unnamed> (Button) [ 30] key-<unnamed> (Button) [ 31] key-<unnamed> (Button) [ 32] key-<unnamed> (Button) [ 33] key-<unnamed> (Button) [ 34] key-<unnamed> (Button) [ 35] key-<unnamed> (Button) [ 36] key-<unnamed> (Button) [ 37] key-<unnamed> (Button) [ 38] key-<unnamed> (Button) [ 39] key-<unnamed> (Button) [ 40] key-<unnamed> (Button) [ 41] key-<unnamed> (Button) [ 42] key-<unnamed> (Button) [ 43] key-<unnamed> (Button) [ 44] key-<unnamed> (Button) [ 45] key-<unnamed> (Button) [ 46] key-<unnamed> (Button) [ 47] key-<unnamed> (Button) [ 48] key-<unnamed> (Button) [ 49] key-<unnamed> (Button) [ 50] key-<unnamed> (Button) [ 51] key-<unnamed> (Button) [ 52] key-<unnamed> (Button) [ 53] key-<unnamed> (Button) [ 54] key-<unnamed> (Button) [ 55] key-<unnamed> (Button) [ 56] key-<unnamed> (Button) [ 57] key-<unnamed> (Button) [ 58] key-<unnamed> (Button) [ 59] key-<unnamed> (Button) [ 60] key-<unnamed> (Button) [ 61] key-<unnamed> (Button) [ 62] key-<unnamed> (Button) [ 63] key-<unnamed> (Button) [ 64] key-<unnamed> (Button) [ 65] key-<unnamed> (Button) [ 66] key-<unnamed> (Button) [ 67] key-<unnamed> (Button) [ 68] key-<unnamed> (Button) [ 69] key-<unnamed> (Button) [ 70] key-<unnamed> (Button) [ 71] key-<unnamed> (Button) [ 72] key-<unnamed> (Button) [ 73] key-<unnamed> (Button) [ 74] key-<unnamed> (Button) [ 75] key-<unnamed> (Button) [ 76] key-<unnamed> (Button) [ 77] key-<unnamed> (Button) [ 78] key-<unnamed> (Button) [ 79] key-<unnamed> (Button) [ 80] key-<unnamed> (Button) [ 81] key-<unnamed> (Button) [ 82] key-<unnamed> (Button) [ 83] key-<unnamed> (Button) [ 84] key-<unnamed> (Button) [ 85] key-<unnamed> (Button) [ 86] key-<unnamed> (Button) [ 87] key-<unnamed> (Button) [ 88] key-<unnamed> (Button) [ 89] key-<unnamed> (Button) [ 90] key-<unnamed> (Button) [ 91] key-<unnamed> (Button) [ 92] key-<unnamed> (Button) [ 93] key-<unnamed> (Button) [ 94] key-<unnamed> (Button) [ 95] key-<unnamed> (Button) [ 96] key-<unnamed> (Button) [ 97] key-<unnamed> (Button) [ 98] key-<unnamed> (Button) [ 99] key-<unnamed> (Button) [100] key-<unnamed> (Button) [101] key-<unnamed> (Button) [102] key-<unnamed> (Button) [103] key-<unnamed> (Button) [104] key-<unnamed> (Button) [105] key-<unnamed> (Button) [106] key-<unnamed> (Button) [107] key-<unnamed> (Button) [108] key-<unnamed> (Button) [109] key-<unnamed> (Button) [110] key-<unnamed> (Button) [111] key-<unnamed> (Button) [112] key-<unnamed> (Button) [113] key-<unnamed> (Button) [114] key-<unnamed> (Button) [115] key-<unnamed> (Button) [116] key-<unnamed> (Button) [117] key-<unnamed> (Button) [118] key-<unnamed> (Button) [119] key-<unnamed> (Button) [120] key-<unnamed> (Button) [121] key-<unnamed> (Button) [122] key-<unnamed> (Button) [123] key-<unnamed> (Button) [124] key-<unnamed> (Button) [125] key-<unnamed> (Button) [126] key-<unnamed> (Button) [127] key-<unnamed> (Button) [128] key-<unnamed> (Button) [129] key-<unnamed> (Button) [130] key-<unnamed> (Button) [131] key-<unnamed> (Button) [132] key-<unnamed> (Button) [133] key-<unnamed> (Button) [134] key-<unnamed> (Button) [135] key-<unnamed> (Button) [136] key-<unnamed> (Button) [137] key-<unnamed> (Button) [138] key-<unnamed> (Button) [139] key-<unnamed> (Button) [140] key-<unnamed> (Button) [141] key-<unnamed> (Button) [142] key-<unnamed> (Button) [143] key-<unnamed> (Button) [144] key-<unnamed> (Button) [145] key-<unnamed> (Button) [146] key-<unnamed> (Button) [147] key-<unnamed> (Button) [148] key-<unnamed> (Button) [149] key-<unnamed> (Button) [150] key-<unnamed> (Button) [151] key-<unnamed> (Button) [152] key-<unnamed> (Button) [153] key-<unnamed> (Button) [154] key-<unnamed> (Button) [155] key-<unnamed> (Button) [156] key-<unnamed> (Button) [157] key-<unnamed> (Button) [158] key-<unnamed> (Button) [159] key-<unnamed> (Button) [160] key-<unnamed> (Button) [161] key-<unnamed> (Button) [162] key-<unnamed> (Button) [163] key-<unnamed> (Button) [164] key-<unnamed> (Button) [165] key-<unnamed> (Button) [166] key-<unnamed> (Button) [167] key-<unnamed> (Button) [168] key-<unnamed> (Button) [169] key-<unnamed> (Button) [170] key-<unnamed> (Button) [171] key-<unnamed> (Button) [172] key-<unnamed> (Button) [173] key-<unnamed> (Button) [174] key-<unnamed> (Button) [175] key-<unnamed> (Button) [176] key-<unnamed> (Button) [177] key-<unnamed> (Button) [178] key-<unnamed> (Button) [179] key-<unnamed> (Button) [180] key-<unnamed> (Button) [181] key-<unnamed> (Button) [182] key-<unnamed> (Button) [183] key-<unnamed> (Button) [184] key-<unnamed> (Button) [185] key-<unnamed> (Button) [186] key-<unnamed> (Button) [187] key-<unnamed> (Button) [188] key-<unnamed> (Button) [189] key-<unnamed> (Button) [190] key-<unnamed> (Button) [191] key-<unnamed> (Button) [192] key-<unnamed> (Button) [193] key-<unnamed> (Button) [194] key-<unnamed> (Button) [195] key-<unnamed> (Button) [196] key-<unnamed> (Button) [197] key-<unnamed> (Button) [198] key-<unnamed> (Button) [199] key-<unnamed> (Button) [200] key-<unnamed> (Button) [201] key-<unnamed> (Button) [202] key-<unnamed> (Button) [203] key-<unnamed> (Button) [204] key-<unnamed> (Button) [205] key-<unnamed> (Button) [206] key-<unnamed> (Button) [207] key-<unnamed> (Button) [208] key-<unnamed> (Button) [209] key-<unnamed> (Button) [210] key-<unnamed> (Button) [211] key-<unnamed> (Button) [212] key-<unnamed> (Button) [213] key-<unnamed> (Button) [214] key-<unnamed> (Button) [215] key-<unnamed> (Button) [216] key-<unnamed> (Button) [217] key-<unnamed> (Button) [218] key-<unnamed> (Button) [219] key-<unnamed> (Button) [220] key-<unnamed> (Button) [221] key-<unnamed> (Button) [222] key-<unnamed> (Button) [223] key-<unnamed> (Button) [224] key-<unnamed> (Button) [225] key-<unnamed> (Button) [226] key-<unnamed> (Button) [227] key-<unnamed> (Button) [228] key-<unnamed> (Button) [229] key-<unnamed> (Button) [230] key-<unnamed> (Button) [231] key-<unnamed> (Button) [232] key-<unnamed> (Button) [233] key-<unnamed> (Button) [234] key-<unnamed> (Button) [235] key-<unnamed> (Button) [236] key-<unnamed> (Button) [237] key-<unnamed> (Button) [238] key-<unnamed> (Button) [239] key-<unnamed> (Button) [240] key-<unnamed> (Button) [241] key-<unnamed> (Button) [242] key-<unnamed> (Button) [243] key-<unnamed> (Button) [244] key-<unnamed> (Button) [245] key-<unnamed> (Button) [246] key-<unnamed> (Button) [247] key-<unnamed> (Button) [248] key-<unnamed> (Button) [249] key-<unnamed> (Button) [250] key-<unnamed> (Button) [251] key-<unnamed> (Button) [252] key-<unnamed> (Button) [253] key-<unnamed> (Button) [254] key-<unnamed> (Button) [255] key-<unnamed> (Button) Mouse - mouse (active) 2 axes: [ 0] mouse-x (Axis-Pointer) Dead Zone: 0 Scale: 0.001 [ 1] mouse-y (Axis-Pointer) Dead Zone: 0 Scale: 0.001 16 buttons: [ 0] mouse-left (Button) [ 1] mouse-middle (Button) [ 2] mouse-right (Button) [ 3] mouse-wheelup (Button) [ 4] mouse-wheeldown (Button) [ 5] mouse-<unnamed> (Button) [ 6] mouse-<unnamed> (Button) [ 7] mouse-<unnamed> (Button) [ 8] mouse-<unnamed> (Button) [ 9] mouse-<unnamed> (Button) [ 10] mouse-<unnamed> (Button) [ 11] mouse-<unnamed> (Button) [ 12] mouse-<unnamed> (Button) [ 13] mouse-<unnamed> (Button) [ 14] mouse-wheelleft (Button) [ 15] mouse-wheelright (Button) Joystick - joy (active) 32 axes: [ 0] joy-x (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 1] joy-y (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 2] joy-z (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 3] joy-w (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 4] joy-axis05 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 5] joy-axis06 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 6] joy-axis07 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 7] joy-axis08 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 8] joy-axis09 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 9] joy-axis10 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 10] joy-axis11 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 11] joy-axis12 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 12] joy-axis13 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 13] joy-axis14 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 14] joy-axis15 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 15] joy-axis16 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 16] joy-axis17 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 17] joy-axis18 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 18] joy-axis19 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 19] joy-axis20 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 20] joy-axis21 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 21] joy-axis22 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 22] joy-axis23 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 23] joy-axis24 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 24] joy-axis25 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 25] joy-axis26 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 26] joy-axis27 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 27] joy-axis28 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 28] joy-axis29 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 29] joy-axis30 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 30] joy-axis31 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 [ 31] joy-axis32 (Axis-Stick) Dead Zone: 0.15 Scale: 0.0001 32 buttons: [ 0] joy-<unnamed> (Button) [ 1] joy-<unnamed> (Button) [ 2] joy-<unnamed> (Button) [ 3] joy-<unnamed> (Button) [ 4] joy-<unnamed> (Button) [ 5] joy-<unnamed> (Button) [ 6] joy-<unnamed> (Button) [ 7] joy-<unnamed> (Button) [ 8] joy-<unnamed> (Button) [ 9] joy-<unnamed> (Button) [ 10] joy-<unnamed> (Button) [ 11] joy-<unnamed> (Button) [ 12] joy-<unnamed> (Button) [ 13] joy-<unnamed> (Button) [ 14] joy-<unnamed> (Button) [ 15] joy-<unnamed> (Button) [ 16] joy-<unnamed> (Button) [ 17] joy-<unnamed> (Button) [ 18] joy-<unnamed> (Button) [ 19] joy-<unnamed> (Button) [ 20] joy-<unnamed> (Button) [ 21] joy-<unnamed> (Button) [ 22] joy-<unnamed> (Button) [ 23] joy-<unnamed> (Button) [ 24] joy-<unnamed> (Button) [ 25] joy-<unnamed> (Button) [ 26] joy-<unnamed> (Button) [ 27] joy-<unnamed> (Button) [ 28] joy-<unnamed> (Button) [ 29] joy-<unnamed> (Button) [ 30] joy-<unnamed> (Button) [ 31] joy-<unnamed> (Button) 4 hats: [ 0] joy-<unnamed> (Hat) [ 1] joy-<unnamed> (Hat) [ 2] joy-<unnamed> (Hat) [ 3] joy-<unnamed> (Hat) joy2 (inactive) joy3 (inactive) joy4 (inactive) Head Tracker - head (inactive) 3 axes: [ 0] head-yaw (Axis-Stick) Dead Zone: 0 Scale: 1 [ 1] head-pitch (Axis-Stick) Dead Zone: 0 Scale: 1 [ 2] head-roll (Axis-Stick) Dead Zone: 0 Scale: 1 > bindcontrol joy-hat1 menuup InputSystem: Player impulse "joy" not defined 'bindcontrol' failed > bindcontrol joy1-hat1 menuup InputSystem: Player impulse "joy1" not defined 'bindcontrol' failedSounds very much like a bug. I'll submit it to our bug tracker.
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.