Page 3 of 3

Re: Risen 3 - How to enable ultrawide resolution support (21

Posted: 03 Sep 2015, 12:05
by Garrett
I have updated the detailed report to cover the two methods. Retail and 32-bit Steam versions are the previous build of the game, so Helifax's solution should still work for those situations. The retail version can be updated with the 64-Bit Upgrade but that might not work with Jackfuste's fix.

Re: Risen 3 - How to enable ultrawide resolution support (21

Posted: 03 Sep 2015, 15:01
by jackfuste
Here's update:
- all language version supported
- 21:9 support

Copy folders "data" and "system" from archive to Steam\SteamApps\common\Risen 3\

For 2560x1080:
R3EE_2560x1080.7z
(4.24 MiB) Downloaded 968 times


For 3440x1440:
R3EE_3440x1440.7z
(4.24 MiB) Downloaded 1034 times


For Triple 16:10 (5040x1050; 5760x1200 etc.)
R3EE_48x10.7z
(4.24 MiB) Downloaded 477 times


For Triple 16:9 (4800x900; 5760x1080 etc.)
R3EE_48x9.7z
(4.24 MiB) Downloaded 732 times

Re: Risen 3 - How to enable ultrawide resolution support (21

Posted: 03 Sep 2015, 19:06
by helifax
Awesome work J;)

I still didn't manage to give it a look. I'll give it a look soon (for those who are still interested in the WSF plugin).

Re: Risen 3 - How to enable ultrawide resolution support (21

Posted: 04 Sep 2015, 15:30
by Airbrushkid
Thank you. But no full screen? It's in a window.



jackfuste wrote:Here's update:
- all language version supported
- 21:9 support

Copy folders "data" and "system" from archive to Steam\SteamApps\common\Risen 3\

For 2560x1080:
R3EE_2560x1080.7z


For 3440x1440:
R3EE_3440x1440.7z


For Triple 16:10 (5040x1050; 5760x1200 etc.)
R3EE_48x10.7z


For Triple 16:9 (4800x900; 5760x1080 etc.)
R3EE_48x9.7z

Re: Risen 3 - How to enable ultrawide resolution support (21

Posted: 04 Sep 2015, 16:54
by jackfuste
Airbrushkid wrote:Thank you. But no full screen? It's in a window.

Should be full screen.
Check your file %userprofile%\AppData\Local\Risen3\Config\ConfigUser.xml
See option FullScreen="true"

Code: Select all

<options>
   <Engine>
      <Window
         Top="0"
         Right="5760"
         RefreshRate="60"
         Left="0"
         FullScreen="true"
         Bottom="1200"
         AdapterNumber="0"
      >
      </Window>

Re: Risen 3 - How to enable ultrawide resolution support (21

Posted: 04 Sep 2015, 17:39
by Airbrushkid
jackfuste wrote:
Airbrushkid wrote:Thank you. But no full screen? It's in a window.

Should be full screen.
Check your file %userprofile%\AppData\Local\Risen3\Config\ConfigUser.xml
See option FullScreen="true"

Code: Select all

<options>
   <Engine>
      <Window
         Top="0"
         Right="5760"
         RefreshRate="60"
         Left="0"
         FullScreen="true"
         Bottom="1200"
         AdapterNumber="0"
      >
      </Window>


Thank you. It showed false. I changed it to true. Thank you again and have a nice weekend.

Re: Risen 3 - How to enable ultrawide resolution support (21

Posted: 08 Dec 2015, 19:51
by flowster
Hey guys, I used the cracked .exe with the Config file and everything went fine until a cutscene started. Then, almost anything except the moving characters appears white and the rest is a bright blue. Do you know what's missing or wrong in the configuration?

Edit: I already found someone who had almost the same problem, but it turned out that he used to fix something in the CCC of his AMD card. I use an GTX 560 Ti.

Re: Risen 3 - How to enable ultrawide resolution support (21

Posted: 01 Sep 2018, 23:16
by paulone
jackfuste wrote:Here's update:
- all language version supported
- 21:9 support

Copy folders "data" and "system" from archive to Steam\SteamApps\common\Risen 3\
For 3440x1440:
R3EE_3440x1440.7z



Help. The file under the permission of 3440х1440 does not work with the version of the game Risen 3 Titan Lords - Enhanced Edition GOG 64 bit (setup_risen3_enhanced_edition_2.0.0.3). Is there any way to fix it?

Re: Risen 3 - How to enable ultrawide resolution support (21

Posted: 02 Sep 2018, 07:53
by paulone
FOR Risen 3 Titan Lords - Enhanced Edition GOG 64 bit.
SET 3440х1440:
1. edit \data\ini\ConfigDefault.xml and %APPDATA%\Local\Risen3\Config\ConfigUser.xml set it to:
Right="3440"
Bottom="1440"
FullScreen="false"

2. Download Borderless Gaming. You can use this app to "FullScreen"* (aka remove windows borders) from any windowed application*.

* The next step is only useful if you're having an issue with the Windows cursor showing up in-game when you're in windowed mode. Push Win+Scroll Lock to hide cursor.

Re: Risen 3 - How to enable ultrawide resolution support (21

Posted: 02 Sep 2018, 08:09
by paulone
3440х1440 VS 2560х1440

Re: Risen 3 - How to enable ultrawide resolution support (21

Posted: 03 Nov 2018, 16:04
by chestfindman
An alternative solution for the GOG version, which worked for me:

HEX edit "Risen3.exe", search for "39 8E E3 3F" (there should be only 2 values) and replace them with, in my case "26 B4 17 40" (21x9 - 2560x1080).
That's it.

Although that will leave the HUD stretched.
I fixed that by editing the "ConfigDefault.xml" inside "%gamefolder%/data/ini".
Under "Aspect16x9" just swap the value of "VirtalWidth=" from "1920" to "2560".

Haven't tested it personally but I think it would work for 3440x1440 by using the "8E E3 18 40" hex values instead and of course "3440" instead of "2560".