I set it up in the blending space so that the character can walk
But if I play it, I can run, but I don’t know how to get the character to walk…
I set it up in the blending space so that the character can walk
But if I play it, I can run, but I don’t know how to get the character to walk…
Sam is able to walk as he is using a gamepad so he can push up slightly on the analogue stick to provide a fraction of the max speed.
You’re presumably using a keyboard and can only go at max speed or not at all (how do you press halfway?).
You need to setup a modifier key to limit the max walk speed of the character.
Let me show you the keyboard settings. Is it set up?
What kind of correction key are you talking about?
I’m saying you need to implement this functionality. How do you walk in games you’ve played?
Why can I walk in the lecture and I have to implement it when I copied it as it is…?
Did I miss something?
All you have to do is move and run. No walking
Please re-read my initial reply where I explained that.
So, is it because I play on the computer? Do you mean that I can walk if I use analog sticks in mobile games?
The translation is a bit rough, so it’s hard to grasp. Or maybe I’m just not getting it.
I don’t understand what you mean by having to set the modification key.
Not specifically.
It’s that you’re using a keyboard which is a digital input, you’re either pressing it and giving the function a value or 1. Or you’re not and giving it a value of 0.
An analogue stick is an analogue input, unsurprisingly. It can vary between -1 and 1. So you can give a value of 0.5 by pushing half way.
An analog stick can represent prime numbers like 0.5, right?
In the case of a keyboard, it does not appear as a decimal point.
Am I right to understand?
I have one more question.
I set shooting to action mapping. I set it to left mouse button and gamepad right trigger.
But how do I check if the gamepad right trigger at this time? I don’t know what the gamepad right trigger is talking about…
Sorry, I didn’t get a notification you replied.
That’s not a prime number but yes.
Yes, it’s either 1 or 0 - you’re pressing it or you’re not.
It doesn’t give you that information.
I’m not sure what you mean.
No, thank you for answering.
I mean, I meant Gamepad Right Trigger Axis on the axis mapping as shown in the picture below.
What’s the question?
I don’t know what the gamepad right trigger axis is.
The left mouse button means the mouse.
Is the gamepad the same as the picture below?
Well it means the left button on the mouse
That is a gamepad, yes. The right trigger would be this part of it.
gamepad is the generic term. So xbox controller, ps5 controller, the switch pro controller, etc.
Thank you for letting me know. I don’t think I know much.
I found out thanks to you.