![]() |
|
Radius settings ignored in custom profiles - 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: Android (https://forums.dolphin-emu.org/Forum-android) +--- Thread: Radius settings ignored in custom profiles (/Thread-radius-settings-ignored-in-custom-profiles) Pages:
1
2
|
Radius settings ignored in custom profiles - kylekc@umich.edu - 04-03-2019 I've had a few issues that led me to this point, but what I'm really stuck on is that whatever radius I set for the main stick or the C stick in a custom GameCube profile is ignored and there's no change in sensitivity. My .ini file for the custom profile looks like this: Code: ...For anyone who's curious, I got to this point because I was unable to edit the radius values in the base GCPadNew.ini file in the Config directory because it seems to get overwritten with the default values every time I open Dolphin. And for anyone who's curious about how I got to that point, I'm having the issue described here, and one of the replies mentioned that lowering the radius fixed the problem for them. RE: Radius settings ignored in custom profiles - JosJuice - 04-03-2019 Which version of Dolphin are you using? There was a big change to how this works recently, and I don't think you can just edit the radius setting the way you used to be able to anymore. It's been replaced with a more flexible setting, but I'm not sure how editing that setting in INI files works. RE: Radius settings ignored in custom profiles - kylekc@umich.edu - 04-03-2019 (04-03-2019, 03:16 AM)JosJuice Wrote: Which version of Dolphin are you using? There was a big change to how this works recently, and I don't think you can just edit the radius setting the way you used to be able to anymore. It's been replaced with a more flexible setting, but I'm not sure how editing that setting in INI files works. Looks like I have version 5.0-9888. I assume there's no way to change it through the GUI? I couldn't find one. RE: Radius settings ignored in custom profiles - Billiard26 - 04-03-2019 "Radius" has been replaced with "Calibration". Calibration should be set to 1.0 to adapt a typical round input to the shape and range of a physical GameCube controller. RE: Radius settings ignored in custom profiles - kylekc@umich.edu - 04-03-2019 (04-03-2019, 07:23 AM)Billiard26 Wrote: "Radius" has been replaced with "Calibration". Thanks for the tip. So I've tried Calibration and it seems to be making some difference, but I can't seem to manipulate it to replicate what Radius would do. In fact, the only time I notice a difference in behavior is when I set Calibration to 0, although I can't really pinpoint what's different about it. Is there documentation on what Calibration actually means and what various values represent? RE: Radius settings ignored in custom profiles - Billiard26 - 04-14-2019 The "Calibration" setting is a list of maximum input distances from neutral at evenly spaced angles. A single value is a sort of special-case for a circle with a radius of that size. The values are used to reshape inputs of arbitrary shapes and sizes to the proper octagon shape that games expect from gamecube controllers. What are you actually trying to do? RE: Radius settings ignored in custom profiles - kylekc@umich.edu - 04-15-2019 (04-14-2019, 07:01 AM)Billiard26 Wrote: The "Calibration" setting is a list of maximum input distances from neutral at evenly spaced angles. A single value is a sort of special-case for a circle with a radius of that size. I'm trying to decrease the range of the input in any direction. Basically, if I move the joystick all the way in any direction, I want that to be treated as 75 instead of 100. RE: Radius settings ignored in custom profiles - Billiard26 - 04-16-2019 Setting calibration to 133 would scale down a 100% input to 75%. (100 / 0.75 is 133). Note that additional scaling is then done to match the octagon shape of a GameCube controller, but 133 is probably what you want. RE: Radius settings ignored in custom profiles - kylekc@umich.edu - 04-16-2019 That worked! Thanks a lot!
RE: Radius settings ignored in custom profiles - Clab4293 - 04-21-2019 Where is the calibration settings |