Procedural Running Speed

Started by A_Creativeuser… on

Topic category: Help with modding (Java Edition)

Last seen on 12:02, 12. Jun 2023
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Procedural Running Speed

Sorry If I'm Posting alot, But I am having lots of trouble with modding right now

So I want to make an armor set which allows you to get faster the longer you sprint, while a loop of a running sound plays (just like pizza tower, which it basically is), but I don't know how to change running speeds and loop a different sound for each phase. Do you guys have any tips?

Last seen on 10:28, 30. Oct 2023
Joined Aug 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could make a complex…
Thu, 02/16/2023 - 10:56

You could make a complex calc with the X & Y velocity, check every 20 ticks if the velocity is the same / higher than before

Last seen on 12:02, 12. Jun 2023
Joined Nov 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Sorry, Im not really good at…
Fri, 02/17/2023 - 13:31

Sorry, Im not really good at complex calulations,  But I could probably make that check every 20 ticks thing!