![]() |
|
Dolphin Piping System C Stick Issue - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion) +--- Thread: Dolphin Piping System C Stick Issue (/Thread-dolphin-piping-system-c-stick-issue) |
Dolphin Piping System C Stick Issue - maxsei - 07-28-2019 I have been echoing commands to move the c stick to not much use. Every time I echo in commands to the c stick, it does not behave the same way that the main stick behaves in terms of cordinates. I'm not sure why this is, I was under the impression that you send the command "SET C X Y" > /path/to/dolphin pipe and the stick will go to that X and Y location given that X and Y are both between 0 and 1. I even wrote a temporary script to go through small incremental steps of varying first the x cordinate for each y cordinate and vica versa. https://pastebin.com/FK5g4AQG I have a configuration saved that I can load in through dolphin that same as in the wiki https://wiki.dolphin-emu.org/index.php?title=Pipe_Input What am I doing wrong here or is there some information that I am missing? UPDATE I have outlined the behavior I am seeing mathematically here https://www.desmos.com/calculator/arbccrgzyn RE: Dolphin Piping System C Stick Issue - Billiard26 - 07-28-2019 I just tested pipes and they work just fine. What are you even experiencing that is incorrect? All I can get from your post is that something is not behaving as you expect? Coordinate 0.5 0.5 is center and 0s and 1s are the extremities. I'm not sure what you're seeing? Upload your GCPadNew.ini. RE: Dolphin Piping System C Stick Issue - maxsei - 07-28-2019 (07-28-2019, 10:48 AM)Billiard26 Wrote: I just tested pipes and they work just fine. What are you even experiencing that is incorrect? All I can get from your post is that something is not behaving as you expect? [GCPad2] Device = Pipe/0/flatbot Buttons/A = `Button A` Buttons/B = `Button B` Buttons/X = `Button X` Buttons/Y = `Button Y` Buttons/Z = `Button Z` Buttons/Start = `Button START` D-Pad/Up = `Button D_UP` D-Pad/Down = `Button D_DOWN` D-Pad/Left = `Button D_LEFT` D-Pad/Right = `Button D_RIGHT` Triggers/L = `Button L` Triggers/R = `Button R` Main Stick/Up = `Axis MAIN Y -` Main Stick/Down = `Axis MAIN Y +` Main Stick/Left = `Axis MAIN X -` Main Stick/Right = `Axis MAIN X +` C-Stick/Up = `Axis C Y -` C-Stick/Down = `Axis C Y +` C-Stick/Left = `Axis C X -` C-Stick/Right = `Axis C X +` This is my GCPad I don't know how to describe it other than in the desmos notebook that I linked in my original post. I would just play around with the sliders in there to give a good Idea as to what I am experiencing. Basically my x ranges from 0-0.5 for the stick. My y ranges from 0-1 but after it gets past 0.5 it begins to add to the x cordinate such that the c stick x = min(x, 0.5) + max( 0, y - 0.5) RE: Dolphin Piping System C Stick Issue - Billiard26 - 07-29-2019 Please upload the actual GCPadNew.ini or post a screenshot of the configuration in Dolphin. RE: Dolphin Piping System C Stick Issue - maxsei - 07-29-2019 GCPadNew.ini :https://pastebin.com/aVHv62aV controller profile flatbot.ini: https://pastebin.com/Tt5ntp1K image of my configuration: https://postimg.cc/f3Sjmyyx/1c5e2445 RE: Dolphin Piping System C Stick Issue - Billiard26 - 07-29-2019 That's quite an outdated version of Dolphin. Also, your C-Stick isn't even configured in the profile ini file or the screenshot. There may very well be bugs in your version of Dolphin. I suggest you try the latest version. RE: Dolphin Piping System C Stick Issue - maxsei - 07-29-2019 (07-29-2019, 08:02 AM)Billiard26 Wrote: That's quite an outdated version of Dolphin. Also, your C-Stick isn't even configured in the profile ini file or the screenshot. this fixed my problem... I was using the "stable" version for arch. I spent so long trying configure muh sticks thx.I am now on Dolphin 5.0-10715 FIXED |