ID:332508
Apr 27 2003, 10:25 am
|
|
Post your comments here!
|
Aug 11 2016, 9:10 pm
|
|
Hey, I have a weird glitch when using R_Controller. I've parsed the Left Stick Y-Axis and converted to a numerical percentage. When the percentage is above 25 (25% deadzone when testing), it calls client.North(). However, calling client.North() with a gamepad is slower than calling client.North() via button on the keyboard. It seems like it's actually not updating quick enough as it stutters. Why is this?
|
Well, nevermind. I found out the issue after posting. The controller loop is set to update every 1 frame, so it's not fast enough. Setting it to loop with a 0.1 frame delay, it worked perfectly.
|