eglaysher / rlvm

RealLive clone for Linux and OSX
http://rlvm.net
GNU General Public License v3.0
152 stars 27 forks source link

Tomoyo After: Name Box Stretching #101

Open JeodC opened 2 months ago

JeodC commented 2 months ago

muOS_20240811_1335_0

See image. Filter mode is checked. Using steam game data (v1.2.0 current) with gl4es. It also appears to not respect the opacity and color sliders to match the dialog box.

JeodC commented 2 months ago

I was able to resolve this by modifying Gameexe.ini.

Replacing the following lines in Gameexe.ini at Line 268-270 fixes it:

#WAKU.001.TYPE=0
#WAKU.001.000.NAME="s_mw00d_convertible"
#WAKU.001.000.BACK="s_mw00e_convertible"

Replace with:

#WAKU.001.TYPE=5
#WAKU.001.000.NAME="s_mw00d"
#WAKU.001.000.BACK="s_mw00e"