Lnux LoG2?
- Zo Kath Ra
- Posts: 937
- Joined: Sat Apr 21, 2012 9:57 am
- Location: Germany
Re: Lnux LoG2?
When running in Wine or Proton, you may also get better results by using the OpenGL renderer instead of the default one. This can be done with a relatively small amount of hex editing:
to your grimrock2.cfg and your grimrock3.exe will use the OpenGL renderer. It also won't be able to use a non-default tooltipDelay option anymore, but who cares about that option anyway?
Of course, this hack also works for native Windows users if you're curious what the OpenGL version looks like!
- 1. Open your grimrock2.dat in a hex editor. Find the string "tooltipDelay" followed by the byte 0B followed by the string "number". Change this "tooltipDelay" to "renderEngine" and "number" to "string". Leave other instances of "tooltipDelay" alone. Save this edited grimrock2.dat as grimrock3.dat or something (make sure it has the same number of characters as "grimrock2.dat" though).
- 2. Open your grimrock2.exe in a hex editor, find the string "grimrock2.dat", and change it to the string "grimrock3.dat" or whatever you chose in the previous step. Save this edited grimrock2.exe as whatever you want. I suggest grimrock3.exe.
Code: Select all
renderEngine = "opengl"
Of course, this hack also works for native Windows users if you're curious what the OpenGL version looks like!
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.