ogurets
ogurets
Try OptiFine HD_U_C7, I'm using it on 1.12.2 and have no issues with pipe rendering.
Now _that_ is weird! I would bet some other mod is interfering. Which mods do you have?
@AndreyTykhonov thanks! Looks very promising! Actually I've been looking for implementations since I crashed into those AVX instructions after prologue. Pintool does implement everything, but it doesn't allow using it's...
Hi! The hex code for `popcnt` is F3 0F B8 (https://www.felixcloutier.com/x86/popcnt), but it's not what you're looking for. What you really need is `cpuid` (https://www.felixcloutier.com/x86/cpuid), returning your CPU capabilities and...
@SergioPrinci as @beatcracker mentioned, we cannot modify the code, we cannot inject DLL (both my original program and SDE depend on it). The solution would be a sophisticated loader, which...
@alainazpe I'd be _very_ surprised if it resolves that way, Microsoft spent years of not giving a shit about the same issue with Quantum Break (and still doesn't, AFAIK). At...
Hi! I've added the binaries into "Releases" section. Pick one of them, unpack both DLLs near your first "QuantumBreak.exe" file (not that one inside dx11 folder) and use the command...
Sorry, it's been a busy week. Where exactly is your pin tool at? Which command line do you run and from where? You could copy and paste the contents of...