Embeddium

Embeddium

37M Downloads

[1.20.1] Using Replay Mod through Sinytra Connector produces videos with GUI overlay.

VOLKOUL opened this issue ยท 3 comments

commented

This is not OBS, but a Replay Mod recording. I believe it is a bug, unless I overlooked something, as without Embeddium everything works as intended. Having it installed will result in videos with the Replay mod GUI overlay. (same thing with Rubidium)

280493084-60345b24-2ed7-4ab5-ba6c-1340a72086d3.mp4
commented

There may be bugs & glitches that occur when using Embeddium alongside Fabric mods with advanced rendering (see #43) as Embeddium is a fork of Sodium that is designed to work with Forge's rendering hooks and APIs, not Fabric's.

commented

I see, thank you for the response. Btw, there is a new forge mod called Lazurite (an addition to Connector, as stated in their Discord and mod page) that has to do something with the Fabric Rendering API. I think you should take a look as it might offer a solution of some kind. Plus it has Embeddium as a dependency. You might already know about it, but here is the link anyways: https://www.curseforge.com/minecraft/mc-mods/lazurite

commented

Lazurite will fix most common uses of Fabric Rendering API (e.g. machine models from Tech Reborn/Modern Industrialization) and I would definitely recommend using it alongside Embeddium for that purpose.

However, for mods like Replay Mod, the issue frankly boils down to the fact that Fabric & Forge are not the same platform. Invasive/advanced mods are more likely to have issues when running on Connector than your average content mod, because they rely on specific nuances of vanilla that Forge probably doesn't replicate. I don't think Lazurite can work around these issues itself.

All that said, I will gladly accept a code contribution from someone, or some direction on what to change in Embeddium to fix the Replay Mod incompatibility, but I do not have the time to look into it for now.

I will add a paragraph explaining my stance with regards to Connector compatibility on the wiki, so that this is clear for future issue reports.