Replies: 1 comment 3 replies
-
I think I see a pathway to accomplish this with Ashita 4. It exposes some events to get a hold of controller input. I've not investigated what kind of state values can be obtained for the analog sticks. Sooo....maybe? I don't see the same events implemented for Ashita 3. I'd need to see if any of the better Ashita devs could assist with the enhancement. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently when setting the horizontal panning speed (i.e. /cam hs 10) it applies the speed to the maximum edge but there's very little variance between tilting the analog stick lightly or at full tilt.
From the center of the stick to the edges the zones are something like as follows:
(Center) Deadzone > Minimum > Medium > Maximum (Edge)
My suggestion is to apply differing speeds in each zone, something akin to:
(Center) Deadzone > Minimum (/cam hs 1) > Medium (/cam hs 3) > Maximum (/cam hs 5) (Edge)
In this example when the right analog stick is...
By making a speed range you could create a finer control with an analog stick more closely emulating the game's native mouse camera controls.
A command that looks something like "/cam hsr 1-5" would effectively apply the behavior expressed in the example given, where the 'r' denotes you'd be changing the available range of the spin, the 'h' would refer to the direction, and the 's' denotes speed while the first numeral defines the minimum output and the second numeral defines the maximum output
Alternatively it'd be cool to define each zone separately so something like:
Or for folks that only want to type one line:
Hopefully you see this. I came across your mod when explaining my issue in the Windower Discord and when I did an internet search I noticed there was a forum post convo on ffxiah.com. Unfortunately for some reason it won't let me post there so this is my next best shot. Would love to have this functionality for use in Ashita V3 as Eden still uses V3.
Thanks and fingers crossed.
Beta Was this translation helpful? Give feedback.
All reactions