
legluondunet
Published
Meanwhile Steam Proton team is working to resolve this issue, this is others workarounds:
Play directx9 version of AS
Instead of renaming files, there is a easier workaround: right click on the game on your Steam library, "properties", "game launch options" and add this line:
PROTON_NO_D3D11=1 %command%
this option will disable completely Wine directx10 and 11 availability, the game will now launch automatically in directx9 mode.
Play the Directx10 version
Launch the game once time, it will crash but it stored Proton game profile files.
Then download DXVK release from Github:
https://github.com/doitsujin/dxvk/releases/
extract the archive, open a terminal, place you in the folder where is stored the file "setup_dxvk.verb" and execute this command:
WINEPREFIX="/home/your_profil/.steam/steam/steamapps/compatdata/15100/pfx" winetricks d3dcompiler_43 setup_dxvk.verb
The game now launch with Directx10 mode.
To be sure, add this line to the Launch Steam game option:
DXVK_HUD=version,devinfo,fps %command%
you need to install d3dcompiler_47 with protontricks to avoid black screen
you need to install d3dcompiler_47 with protontricks to avoid black screen
This game works very well on Linux/Steamplay. I met only one problem: with my x360 gamepad, the camera spinning around my character. You can easily resolve this bug:
- open the file config.ini located in /home/yourprofilname/.steam/steam/steamapps/compatdata/367500/pfx/drive_c/users/steamuser/Local Settings/Application Data/CAPCOM/DRAGONS DOGMA DARK ARISEN/
- change this two lines as this: MAP_RSTICK_VERT=RX MAP_RSTICK_HORZ=RY That'all, now enjoy playing this games on Linux :D
This game works very well on Linux, you only need to install wmp9 codecs with protontricks to see cinematics.
to see cinematics: protontricks wmp9
do not work well out the box, but you can enjoy the game if using dgVoodoo2 + Gamescope + controller profile
WINEDLLOVERRIDES="d3d8=n" gamescope -w 1280 -h 960 -f %command%
videos are not scaled, white lines during playing
crash when alt+tab
crash when alt+tab
use dgVoodoo2 to obtain scaled cinematics and to avoid white lines, use Gamescope to fix alt+tab crash, use a Steam community controller profile
First, Steam installed the game in english by default, even if you choose another language in properties. To change language, you have to launch Protontricks, select "Just Cause", then "Select the default Wineprefix", launch REGEDIT and change the language value with code language listed here: https://steamcommunity.com/sharedfiles/filedetails/?id=129489287
Secondly: Game is in 4:3 and in 1280x780 resolution. There is a widescreen patch to install to obtain widescreen at your native resolution, you can download it here: https://github.com/ThirteenAG/WidescreenFixesPack/releases/tag/justcause Extract patch files in game folder, launch protontricks, select your game, then "Select the default wineprefix", "Run winecfg", click on libraries tab, type "dinput8", click on "add" and "apply". dinput8 should be set "native,builtin". Game should now launch in your native resolution and widescreen. Nota: you do not need to modify JustCause.WidescreenFix.ini file, let all settings by default.
WINEDLLOVERRIDES="d3d9=n,b" %command%
crash when alt+tab, workaround: use dgVoodoo2, copy d3d9.dll file in same folder that game main exe
It's preferable to play the Windows version of this game because Linux native one has some bugs:
- cursor glitch
- achievements not recorded But this game currently crash at launch with recents Proton version <= 5.x .
Until Valve fixes this issue, use older Proton version 4.2-9, the game works very well with it.
PROTON_USE_WINED3D=1
Windows version of this game does not launch or crashes with Proton version >= 5.x .
It's preferable to play the Windows version of this game because Linux native one has some bugs:
- cursor glitch
- achievements not recorded But the WIndows vrersionof this gamedoes not launch or crashes with Proton version >= 5.x .
Workaround: disable DXVK, use PROTON_USE_WINED3D=1
PULSE_LATENCY_MSEC=60 %command%
When I play the game I had audio crackling and chopped sound, even if I turn graphic options to lowest possible. Finally I found a workaround on Reddit that solved it: add this line in game parameters: PULSE_LATENCY_MSEC=60 %command%