vinegarhq / sober

Runtime for Roblox on Linux
https://sober.vinegarhq.org/
165 stars 7 forks source link

Graphics Ultra garbage (solved) #87

Closed AceVR12 closed 3 days ago

AceVR12 commented 1 month ago

Acknowledgement of checking existent issues

What problem did you encounter?

Shadows, outlines, and pretty much all reflections/antialiasing is broken to a degree. my lighting and shadows are as blocky and filtered as ever.

Roblox Experience link

No response

Vlad55432 commented 1 month ago

I think it's because of roblox's vulkan engine/renderer (whatever). Like. it's meant for mobile users, but we use it in desktop, so maybe that's why

antialiasing

you can set this fflag to override multi sample anti-aliasing, higher than 4 may cause graphical problems "FIntDebugForceMSAASamples": 4

AceVR12 commented 4 weeks ago

I think it's because of roblox's vulkan engine/renderer (whatever). Like. it's meant for mobile users, but we use it in desktop, so maybe that's why

antialiasing

you can set this fflag to override multi sample anti-aliasing, higher than 4 may cause graphical problems "FIntDebugForceMSAASamples": 4

How do i change fflags? New to sober.

AceVR12 commented 4 weeks ago

I think it's because of roblox's vulkan engine/renderer (whatever). Like. it's meant for mobile users, but we use it in desktop, so maybe that's why

antialiasing

you can set this fflag to override multi sample anti-aliasing, higher than 4 may cause graphical problems "FIntDebugForceMSAASamples": 4

Nevermind, Found it.