MrCrayfish's Gun Mod [Unofficial]

MrCrayfish's Gun Mod [Unofficial]

664k Downloads

[Incompatibility] CMDCamera rolling Breaks with fork

MetalKnight56 opened this issue ยท 8 comments

commented

So basically there's this mod called CMDCam that allows anyone to make some keyframes and things like that for cool takes on videos. When using both mods together (This fork, and CMDCam), the rolling camera feature provided by CMD cam when clicking "G" or "J" simply don't work. Everything else like zooming, keyframe assigning and such work just fine, but not the rotation/rolling your camera sideways

Ver. - 1.20.1
CmdCam Ver. - [CMDCam_FORGE_v2.1.1_mc1.20.1]
CGM Unofficial Ver. - [CGM-Unofficial-1.4.7+Forge+1.20.1]
Forge Ver. - 47.2.1

Crash Logs/Logs: None as the issue does not provide any notable feedback on logs or any crashlogs, but i may provide if you ask for it anyway...

commented

It's pretty obvious why it does happen, because this mod overwrites the roll:

if (Config.CLIENT.display.cameraRollEffect.get()) {

It can be disabled in the config cameraRollEffect. Not sure what workaround could be implemented otherwise.

commented

@MetalKnight56 So I added a check for CMDCam in 1.20.1-1.4.12. If CMDCam has modified the roll, our camera roll effect will be disabled until the roll is reset.

commented

It's pretty obvious why it does happen, because this mod overwrites the roll:

if (Config.CLIENT.display.cameraRollEffect.get()) {

It can be disabled in the config cameraRollEffect. Not sure what workaround could be implemented otherwise.

Thx a lot :D

commented

Okay, I'll look into it soon. Did you check if it was a keybinding conflict issue?

commented

Okay, I'll look into it soon. Did you check if it was a keybinding conflict issue?

Yes, made sure it wasn't a keybind conflict

commented

Can confirm. Currently have no idea how to fix :(

commented

Can confirm. Currently have no idea how to fix :(

Thats fine, i can wait whatever time you need lmao. i can't report it to them as well if you need... But idk if they'd fix a port incompatibility

commented

Can confirm. Currently have no idea how to fix :(

Thats fine, i can wait whatever time you need lmao. i can't report it to them as well if you need... But idk if they'd fix a port incomatibility

Also tested in Forge1.19.2 + cgm-forge-1.19.2-1.3.7 + CMDCam-v2.0.15, G and J still not working. So it's like a problem from the original cgm (or CMDCam itself?).