Page 1 of 1

[SOLVED] [RVGL] Weird Glitchy Textures

Posted: Sun Feb 03, 2019 5:22 pm
by Owen Jones
Hello, I am new to re-volt and rvgl and have had problems running the game, here is a video:
https://streamable.com/hhlv0
Excuse the framerate, it's fine when not recording

I have tried installing it multiple times with no luck
I am running on a Windows 10 64-bit Laptop

Thanks

Re: [RVGL] Weird Glitchy Textures

Posted: Sun Feb 03, 2019 6:02 pm
by Huki
Go to profiles\rvgl.ini and, under the [Video] section, set:

Code: Select all

EnableUBO = 0
Does that help?

You can also find a log file generated at profiles\re-volt.log. I'd like you to post the contents of the file as it would help understand this issue better.

Re: [RVGL] Weird Glitchy Textures

Posted: Sun Feb 03, 2019 6:16 pm
by Santiii727
Go to profiles\rvgl.ini

Code: Select all

GLProfile = 0
If you see GLProfile, can you test with GLProfile = 1, GLProfile = 2 and GLProfile = 3

A friend happened to him that same thing and with that it was solved changing the glprofile.

Re: [RVGL] Weird Glitchy Textures

Posted: Sun Feb 03, 2019 6:26 pm
by Owen Jones
Changing the GLProfile worked! thanks Santiii727