Les utilisateurs de Mac ne sont pas en reste, voici un petit guide qui a l'air de résoudre les soucis liés à cette utilisation:
________________________________________
Hi everyone!
I got The Repopulation to run via Wine. It works with the Wine version of Steam and the standalone version, since they use the same files. This means you don't have to install Windows through Bootcamp!  Hope this helps at least one person like me out there!
First of all, this guide requires Homebrew, a package manager, to be installed on your system. To install it and get up and running with Homebrew, see their website here: http://brew.sh.
I wrote this guide on OS X 10.10 Yosemite with Wine version 1.6.2 ( wine --version wine-1.6.2)
Without further ado, here's my guide:
- Open a new Terminal/iTerm 2 session
- Update Homebrew and install Wine: brew update && brew install wine
- Download and install DirectX End-User Runtimes (June 2010) directly from Microsoft at http://www.microsoft.com/en-us/downl...s.aspx?id=8109. Run this 95MB install with wine: wine ~/Downloads/directx_Jun2010_redist.exe. Extract the files anywhere desirable (I just chose my desktop). Find that location and run: wine DXSETUP.exe. Accept the EULA and click through the installer, as usual. Mine hangs showing "The components installed are now ready for use". Just quit wine (cmd-Q). Don't worry, everything is installed.
- Install winetricks with Homebrew: brew install winetricks
- Install Microsoft fonts with winetricks: winetricks corefonts
- Download and install the WINDOWS SteamSetup.exe from Steam's website here: http://store.steampowered.com/about/
- Install Steam by running the installer you just downloaded wine ~/Downloads/Steam.exe -no-dwrite. Make sure to add the -no-dwrite flag, otherwise all text is invisible (see wineHQ bug report at: https://bugs.winehq.org/show_bug.cgi?id=31374)
- Run Steam with wine ~/.wine/drive_c/Program\ Files/Steam/Steam.exe -no-dwrite
- Now you can just install The Repopulation as you would on Windows, and you should be able to run it right away! If it crashes or is stuck on installing DirectX or Vcredist, see below.
A couple helpful tips:
- Adding export WINEDEBUG=-all to .bash_rc or adding it to steam alias when running Steam (WINEDEBUG=-all wine ~/.wine/drive_c/Program\ Files/Steam/Steam.exe -no-dwrite) will silence all debugging output sent to the console.
- To get windowed mode, browse to SteamApps/common/The Repopulation, and edit player.ini, replacing fullscreen=1 with:
[Graphics]
Width=1600
Height=900
Or whatever dimensions you desire.
If you get stuck at "installing vcredist" (Microsoft Visual C++ 2010 Redistributable Package) when you try to run the game from Steam follow the below steps:
- Go to the folder SteamApps/common/The Repopulation/_CommonRedist. If you have trouble finding this, the full path is most likely ~/.wine/drive_c/Program\ Files/Steam/SteamApps/common/The Repopulation/_CommonRedist
- Remove the vcredist folder
- Re-run The Repopulation in Steam
If you get stuck at "installing DirectX" when you try to run the game from Steam follow the below steps:
- Go to the folder SteamApps/common/The Repopulation/_CommonRedist. If you have trouble finding this, the full path is most likely ~/.wine/drive_c/Program\ Files/Steam/SteamApps/common/The Repopulation/_CommonRedist
- Remove the DirectX folder
- Re-run The Repopulation in Steam
________________________________________
Post originel du forum off': https://www.therepopulation.com/foru...php?f=1&t=8198
Merci à martin.madsen
|