View previous topic :: View next topic |
Author |
Message |
Roman_Gruber Advocate
Joined: 03 Oct 2006 Posts: 3846 Location: Austro Bavaria
|
Posted: Sun Nov 13, 2016 5:03 pm Post subject: howto wine + steam + DiRT 3 Complete Edition |
|
|
DiRT 3 Complete Edition
Note: My user is roman, so adapt your path accordingly.
Code: | [ebuild R ] app-emulation/wine-1.9.20::gentoo USE="X alsa cups custom-cflags dos fontconfig gecko jpeg lcms ldap mono mp3 ncurses netapi openal opencl opengl osmesa perl pipelight png pulseaudio realtime run-exes s3tc ssl staging threads truetype udev udisks v4l vaapi xcomposite xinerama xml -capi -d3d9 -gphoto2 -gsm -gstreamer -nls -odbc -oss -pcap -prelink -samba -scanner (-selinux) {-test} -themes" ABI_X86="32 64 (-x32)" LINGUAS="en -ar -bg -ca -cs -da -de -el -en_US -eo -es -fa -fi -fr -he -hi -hr -hu -it -ja -ko -lt -ml -nb_NO -nl -or -pa -pl -pt_BR -pt_PT -rm -ro -ru -sk -sl -sr_RS@cyrillic -sr_RS@latin -sv -te -th -tr -uk -wa -zh_CN -zh_TW" 0 KiB
[ebuild R ] app-emulation/winetricks-20160724::gentoo USE="rar -gtk -kde" 0 KiB
|
Install windows steam via winetricks
Load up windows steam via wine and enter your account data + your dirt 3 key.
Force Direct X9 via the config files. Note: It seems wine has not fully yet implemented directx 10.1 / 11 ... So forcing directx9 is the only way to go.
Code: | grep forcedx9 /home/roman/My\ Games/DiRT3/hardwaresettings/hardware_settings_config.xml
<directx forcedx9="true" />
|
Run
Code: | wine /home/roman/.wine/drive_c/Program\ Files\ \(x86\)/Steam/steamapps/common/DiRT\ 3\ Complete\ Edition/dirt3_game.exe
|
Hardware tested with: i7-3610qm (ivybridge notebook i7), 660m GTX 2GB VRAM, 16GB RAM. ~18-24fps @1920x1080 @ultra settings. Not fully tweaked. graphics seems nice.
[edit 14-nov-2016]
To speed up inital loading time I disabled the autoupdate feature of steam.
Code: | roman@ASUS-G75VW ~ $ cat /home/roman/.wine/drive_c/Program\ Files\ \(x86\)/Steam/steam.cfg
BootStrapperInhibitAll=enable
ForceOfflineMode=enable
roman@ASUS-G75VW ~ $
|
Ressource: http://gaming.stackexchange.com/questions/19234/is-there-any-way-to-start-steam-in-offline-mode-without-logging-in-first |
|
Back to top |
|
|
kernelOfTruth Watchman
Joined: 20 Dec 2005 Posts: 6111 Location: Vienna, Austria; Germany; hello world :)
|
|
Back to top |
|
|
davidbrooke Guru
Joined: 03 Jan 2015 Posts: 341
|
Posted: Sat Nov 26, 2016 10:52 pm Post subject: Re: howto wine + steam + DiRT 3 Complete Edition |
|
|
Roman_Gruber wrote: | Force Direct X9 via the config files. Note: It seems wine has not fully yet implemented directx 10.1 / 11 ... So forcing directx9 is the only way to go.
Code: | grep forcedx9 /home/roman/My\ Games/DiRT3/hardwaresettings/hardware_settings_config.xml
<directx forcedx9="true" />
|
|
I'm not familiar with the location you used to force Direct X9. Was the location a result of the the game DIRT3? Or is it common for Steam?
The reason I ask is that I'm having a problem loading a Lego Batman game in Steam on one computer but it works fine on others.
Thanks |
|
Back to top |
|
|
|