Skin Compatibility Issue with Epic Fight custom player model
user12312333 opened this issue · 10 comments
When running MCA(7.3.0-alpha.2) with EpicFight(1.8.1.8) the skin is bug as shown below. This was on Forge v40.0.54. I know you spent a lot of time working on the skin customization and the detail (especially the eye blinking every some interval cause that's a very neat detail to the animation), so is there a way to make these 2 mods compatible? I remember Dr Who regen mod also has lots of skins but they apply it directly onto the vanilla skin so epic fight does not have compatibility issue.
Worst case scenario, can a config option be added to temporary disable MCA skin until finding a way to make both of them work?
Thank you,
Epic Fight mod uses it's own models (stumbled across this issue with another mod already), a compatibility is theoretically possible but would take too much time and add a lot of more code to maintain. If anyone is interested, it would be a perfect chance for a plugin.
It would be great if a guide to remove the function of MCA player skins from the new mod file, would just be posted... A compatibility mod is not required to do this, is it?
No, the player model can be disabled in the config, sry for missing that question :)
Where would you personally look for such a guide? I understand that the destiny screen is very aggressive and configuration is important. How would you like to resolve this personally?
I thank you from the depths of my heart for this quick response! I couldn't ask for more... May you be successful with all your goals... Thanks again!
hmmm... So there is actually a config... And this function that gives mca player model is called "Destiny", correct?
launchIntoDestiny
opens destiny
allowDestinyCommandOnce
and optionally allowDestinyCommandMoreThanOnce
allow to open destiny whenever you like
allowDestinyTeleportation
toggles the start location feature
letPlayerCustomize
only disabled mca models on players
allowPlayerEditor
allows /mca editor
Sorry to bother you again. I've tried checking the MCA's config in the Mods menu, but it's greyed out, and I tried these commands on console in-game, but it seems they were not meant for the game console... Where exactly should I look for that config?
In the config directory :) %appdata%/.minecraft/config/mca.json
We can't really use the config screen because we use more complex entries and should stay modloader independent.