Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

im still a not so smart person so how to make a move fix (like strafe on ground for verus/aac/redesky)

minorbie

New member
Joined
Sep 27, 2021
Messages
63
Reaction score
12
Points
0
yeah Im dumb ik this is obviously easy for a lot but I havent coded in a while
 
Go to entity and find moveflying method, make float yaw in it that would be equal to yaw of the entity, and replace every mention of yaw of the entity to your float, then make moveflying event with float yaw in it and call the event in the moveflying method and add if the entity is equal to the player the float yaw would be equal to the one and then use the event in your ka to set the yaw
 
neverming im such a not so smart person and all I could do was add a float yaw and yeah
 

Attachments

  • 1642000665155.png
    1642000665155.png
    33.6 KB · Views: 83
neverming im such a not so smart person and all I could do was add a float yaw and yeah
just add float yaw variable and set it to this.rotationYaw don't put it in the method paramater, then replace this.rotationYaw in other lines with it and make the event but if you can't do that i would seriously recommend watching tutorial from intent and if you watched it, rewatch it and make sure you understand what is he doing, what you are failing in is basic java knowledge

also i have 69 messages now, how nice
 
just add float yaw variable and set it to this.rotationYaw don't put it in the method paramater, then replace this.rotationYaw in other lines with it and make the event but if you can't do that i would seriously recommend watching tutorial from intent and if you watched it, rewatch it and make sure you understand what is he doing, what you are failing in is basic java knowledge

also i have 69 messages now, how nice
nice 69 messages so I added it like this I hope it is correct so now where am I gonna replace it with? the this.rotationYaw's in the Entity.java class? if so which ones 1642083926581.png
 
just add float yaw variable and set it to this.rotationYaw don't put it in the method paramater, then replace this.rotationYaw in other lines with it and make the event but if you can't do that i would seriously recommend watching tutorial from intent and if you watched it, rewatch it and make sure you understand what is he doing, what you are failing in is basic java knowledge

also i have 69 messages now, how nice
1642084104114.png okay soo I added the "yaw" to float f1 and f2 they are both in the moveFlying function
 
but I am using intent base client anyways soo I just n0ticed
 
bro how can something be patched if it is completely legit possible? ion understand holy shit

You are also moving to your rotations as like in any other game
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top