Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider donating by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

Where in gameex can I set the default gamepad button for Select and Back in the interface? At the moment by default gameex uses the topmost right button (Y on an xbox 360 gamepad, or triangle on ps2 controller) for back and leftmost button (B on xbox, O on ps2 controller).

I'd like to change my default Select in the gameex UI to A on xbox (or X on ps2) instead as is typical for most console games. I just cant find where to set this default in the config tool.

thanks :)

Posted

Sorry I just went to Advanced Configuration > Input Settings > Enable Custom Joystick Controls > Edit and then it crashed on me.

So I found custominput.ini but what do I change ? and what is the number code for the A button on an xbox game pad ? is there a util that tells me the codes?

thanks :)

Posted

So I found custominput.ini but what do I change ? and what is the number code for the A button on an xbox game pad ?

[JOYSTICK]

# To assign more than 1 button to a control, seperate with |

# Button Number starting a 0

#

# For directions use:

# Left 200

# Right 201

# Up 202

# Down 203

# POV Left 300

# POV Right 301

# POV Up 302

# POV Down 303

Left=200

Right=201

Up=202

Down=203

Select=0

Back=1

Shift1_Paging=3

Shift2_Volume=4

PrevTrack=6

NextTrack=7

StopStartJuke=8

Button A is 0 (zero) and button B is 1. You might want to make sure the blue line is set on a button you like. This will scroll your lists much faster when held. Mine is set on the Y button (3)

  • Like 1
Posted

Sorry I just went to Advanced Configuration > Input Settings > Enable Custom Joystick Controls > Edit and then it crashed on me.

Can you please post the error so we can fix it?

  • 2 weeks later...
Posted

Can you please post the error so we can fix it?

Hi Here is the error:

NG7pyeY.png

See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************

System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.

Parameter name: index

at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)

at System.ThrowHelper.ThrowArgumentOutOfRangeException()

at System.Collections.Generic.List`1.get_Item(Int32 index)

at SetupWizard.XmlSectionArray.ShowSection()

at SetupWizard.XmlSectionArray.ShowCustom(String[] customArray, Boolean hideExtras)

at SetupWizard.frmMain.LoadSetupWizardXml()

at SetupWizard.frmMain.frmMain_Load(Object sender, EventArgs e)

at System.Windows.Forms.Form.OnLoad(EventArgs e)

at System.Windows.Forms.Form.OnCreateControl()

at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)

at System.Windows.Forms.Control.CreateControl()

at System.Windows.Forms.Control.WmShowWindow(Message& m)

at System.Windows.Forms.Control.WndProc(Message& m)

at System.Windows.Forms.ScrollableControl.WndProc(Message& m)

at System.Windows.Forms.ContainerControl.WndProc(Message& m)

at System.Windows.Forms.Form.WmShowWindow(Message& m)

at System.Windows.Forms.Form.WndProc(Message& m)

at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************

mscorlib

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5472 (Win7SP1GDR.050727-5400)

----------------------------------------

SetupWizard

Assembly Version: 1.0.4967.17013

Win32 Version: 1.0.4967.17013

----------------------------------------

System.Windows.Forms

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727-5400)

----------------------------------------

System

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)

----------------------------------------

System.Drawing

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)

----------------------------------------

System.Xml

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400)

----------------------------------------

************** JIT Debugging **************

To enable just-in-time (JIT) debugging, the .config file for this

application or computer (machine.config) must have the

jitDebugging value set in the system.windows.forms section.

The application must also be compiled with debugging

enabled.

For example:

<configuration>

<system.windows.forms jitDebugging="true" />

</configuration>

When JIT debugging is enabled, any unhandled exception

will be sent to the JIT debugger registered on the computer

rather than be handled by this dialog box.

Guest
This topic is now closed to further replies.
×
×
  • Create New...