Closed MetalKnight56 closed 1 year ago
So i`m one of the devs behind epic fight, and im currently working on fixing and adding compatbility between epic fight and controllable. I was wondering if i need to rewrite the whole code that is being handled with vanilla keybindings. https://github.com/Yesssssman/epicfightmod/blob/1.18.2/src/main/java/yesman/epicfight/client/events/engine/ControllEngine.java
Do i have to create a new class that replaces all EpicFightKeyMappings stuff, or is it possible to make those keys pressed with a simple remapping between my keybindings and controller's keys. Basically if controllable supprts something like that.
EpicFightKeyMappings
This issue has been fixed as of the latest commits https://github.com/Yesssssman/epicfightmod/compare/e963d283e2ec...35e8aa9ea4ba
So i`m one of the devs behind epic fight, and im currently working on fixing and adding compatbility between epic fight and controllable. I was wondering if i need to rewrite the whole code that is being handled with vanilla keybindings. https://github.com/Yesssssman/epicfightmod/blob/1.18.2/src/main/java/yesman/epicfight/client/events/engine/ControllEngine.java
Do i have to create a new class that replaces all
EpicFightKeyMappings
stuff, or is it possible to make those keys pressed with a simple remapping between my keybindings and controller's keys. Basically if controllable supprts something like that.