Lyall / SMTVFix

A fix for ultrawide/narrower displays in Shin Megami Tensei V: Vengeance.
MIT License
79 stars 1 forks source link

r.ScreenPercentage broken on proton #19

Closed VeryBigSnek closed 3 months ago

VeryBigSnek commented 3 months ago

Setting r.ScreenPercentage to any value under 100 results in an EXCEPTION_INT_DIVIDE_BY_ZERO immediately crashing the game. I do not have a Windows machine to test if Windows is also effected. The bug first appeared in version 0.8.6.

Lyall commented 3 months ago

This is related to #18. A float was being cast as an int. It should be fixed in the next build.

VeryBigSnek commented 3 months ago

Good to hear, thanks!