7.62 High Calibre on Linux

25-10-2017 - 0 minutes, 11 seconds -
linux gaming

Install the game using command line steam client:

steamcmd +login username password +@sSteamCmdForcePlatformType windows app_update 289890 validate

Create 32 bit wine prefix with DirectX 9:

WINEPREFIX="$HOME/prefix32" WINEARCH=win32 wine wineboot
export WINEPREFIX=$HOME/prefix32/
winetricks d3dx9

Launch the game:

wine .steam/steamapps/common/7.62/E6.exe

762_high_calibre_linux