[Solved] Custom Key Bind categories

Started by Evistix466 on

Topic category: Advanced modding

Last seen on 11:01, 29. Apr 2024
Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[Solved] Custom Key Bind categories
Fri, 04/05/2024 - 13:38 (edited)

Hello, sorry to bother. i try to create my own custom keyBind category (completely separate from misc, or other already build keybind categories) but didnt make it.  I conclude that it s either :

  1. i don t change the code at the right place (.jjk instead of .misc)
  2. I don t lock the code correctly before running the client (which will erase my modification in the process)
  3. in mc creator 2023.4 it require a lot of code to do what i want 

This is my work step to step (and what i want a the end) . https://imgur.com/a/S9CMJ91

Could you help me if you are strong enough ? i appreciate it ;)

Edited by Evistix466 on Fri, 04/05/2024 - 13:38
Last seen on 11:01, 29. Apr 2024
Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Its seem custom code is a…
Tue, 01/30/2024 - 09:22

Its seem custom code is a must for that, i found this which might help me for creating a custom key binds and categories

https://www.youtube.com/watch?v=F5HmNL9fE1E&t=1373s

I just need to implement it in MCreator, i ll let you know if succeed (will take time because i m new to code)

And an other issue is that key binds don t work in multiplayer, so i will need to fix this with with that

https://www.youtube.com/watch?v=KrzsRqxaTug

I ll let you know 

If anyone as enough experience with that, i ll gladly take your help :)

Last seen on 11:01, 29. Apr 2024
Joined Jan 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
After testing, i figured out…
Tue, 01/30/2024 - 12:10

After testing, i figured out that its either otpion 1 and 2. 

 

  1. i dont change the name of the key binds category at the good place because the file (.mappings) can not be lock and will always regenerate when runnig the client no matter what / i need to put my custom code in the file (.message)

    https://imgur.com/a/k2lopkk

  2. the custom code is in the good file (.mappings) and i definitely can lock this file without bug, i just need to find out how

    i ll let you know if there is news