Quantcast
Channel: EmuTalk.net
Viewing all articles
Browse latest Browse all 2617

What to alter in padDemul.ini from P1 to P2?

$
0
0
Hello. Like many, I'm having a terrible time setting my controls in Demul because of some analog value that's constantly firing and not allowing me to assign my inputs properly. I don't know whether this is vJoy's fault, or the fact that I'm trying to go through the Wii U GameCube adapter, but I've read that DualShock 4 has a similar problem, so whatever.

I did manage to get player 1 all set up and working properly, but I can't get Demul to read from any other controller because of the analog issue. So I figured: all I really need to do is hack the padDemul.ini file and write in the values that would be correct for J1 instead of J0. Here is my Joy0 set up. Please let me know how to alter the values from J0 to J1. I realize that these are hex values being represented in dec. I see that the upper byte for the buttons is 0x0100 and for the analogs is 0x0200. Is it enough to change those to 0x0300 and 0x0400 respectively, or is there more to it? Thanks very much.

Code:

[JOY0_0]
UP = 16777224
DOWN = 16777225
LEFT = 16777226
RIGHT = 16777227
A = 16777216
B = 16777218
C = 0
D = 0
X = 16777217
Y = 16777219
Z = 0
LTRIG = 16777222
RTRIG = 16777221
START = 16777223
S1UP = 33554689
S1DOWN = 33554433
S1LEFT = 33554688
S1RIGHT = 33554432
S2UP = 0
S2DOWN = 0
S2LEFT = 0
S2RIGHT = 0
UP2 = 0
DOWN2 = 0
LEFT2 = 0
RIGHT2 = 0


Viewing all articles
Browse latest Browse all 2617

Trending Articles