shylock.596: When I boot into Windows I get an option to run Trine 2 in 144 Hz. Linux only sees 60 Hz. tried this on multiple systems. Any plans to offer 144 Hz on the Linux version ? Other games work fine ith 144 Hz on Linux for me. Also the Linux version seems to be locked to 30 FPS for me.
open with text editor ~/.frozenbyte/Trine3/options.txt
line setOption(gameBaseApplicationModule, “FPSCapEnabled”, true)
replace "true" on "false"
line setOption(renderingModule, "FramerateLimit", 0)
replace "0" on "your FPS" (for example 60 or more)
line setOption(renderingModule, "RefreshRate", 0)
replace "0" on "your Refresh Rate" (for example 144)