MCA Reborn [Fabric/Forge]

MCA Reborn [Fabric/Forge]

6M Downloads

Skin Compatibility Issue with Epic Fight custom player model

user12312333 opened this issue · 10 comments

commented

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?

Screenshot from 2022-05-05 21-57-25

Thank you,

commented

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.

commented

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?

commented

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?

commented

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!

commented

hmmm... So there is actually a config... And this function that gives mca player model is called "Destiny", correct?

commented

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

commented

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?

commented

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.

commented

Thanks again! This saved me for real this time! :3

commented

Resolved via 7.3.21's playerRendererBlacklist