Skip to content

= Small mods that change the visuals =

User Avatar
#225
Auto-translated
Mооnst@r
MaksSP, the game crashes if you set the "image quality" in the "video and sound" settings to anything lower than "high," especially when the "screen resolution" is 1920x1080. I suggest removing PWLScreen.(WindowScreen), PWLScreen.(WindowScreenShared), and Main.(WindowSimple) from the mod.
Also, in Logo.(WindowSimple), you can change Position from true to false. The image doesn't reach the left edge of the screen, which is visible during loading. See the enlarged image below.
Indeed, it's interesting that changing the settings causes the game to crash; I always play at the maximum settings, so I didn't notice. Regarding the screen not reaching the edge, as I understand it, this is a characteristic of this type of splash screen and the program's structure, as it essentially covers the game window. I'll try changing the image size to cover this strip later.