Ubuntuを実行しているコンピューターが他の誰かによってインストールされており、その使用方法について何も知りません。私の子供たちはSims 4をプレイしたいと思っています。
LinuxでWine&Playを使用しています。 Originをダウンロードすることができました。Originは再生に必要なものですが、まったく開きません。
これを設定するのを手伝ってもらえますか?
コンピューターが要件を満たしていることを確認してください。[1] Ubuntuのバージョンを確認してください。現在のバージョンが必要な場合があります。 16.04.2 LTSまたは17.04のいずれか。
WineDBは、ゲームがOriginで動作することを示し、7月22日のコメントには、ゲームを実行する方法が記載されています。[2]
[1] https://www.thesims.com/faq#what-are-the-PC-minimum-system-requirements
PROCESSOR: 1.8 GHz Intel Core 2 Duo, AMD Athlon 64 Dual-Core 4000+ or equivalent (For computers using built-in graphics chipsets, the game requires 2.0 GHz Intel Core 2 Duo, 2.0 GHz AMD Turion 64 X2 TL-62 or equivalent)
MEMORY: At least 2 GB RAM
HARD DRIVE: At least 9 GB of free space with at least 1 GB additional space for custom content and saved games
DVD-ROM: DVD ROM drive required for installation only
VIDEO CARD: 128 MB of Video RAM and support for Pixel Shader 3.0. Supported Video Cards: NVIDIA GeForce 6600 or better, ATI Radeon X1300 or better, Intel GMA X4500 or better
Originを機能させるNick Olsonによる2017年7月22日土曜日、21:12
If you are having problems installing Origin, or can't connect to EA servers, you can follow the instructions posted by Luca Weiss:
Download www.dm.Origin.com/download/legacy (legacy OriginThinSetup.exe).
Create a fresh wineprefix (32-bit).
Run the installer and leave the default options.
When Origin launches it will tell you that "Your update could not be completed.".
Download Origin-a.akamaihd.net/Origin-Client-Download/Origin/live/OriginUpdate_9_12_0_34172.Zip and put the contents into your_wine_prefix/drive_c/Program\ Files/Origin/ , so that that folder contains a Origin.exe file.
You can then start this Origin.exe and log in.
After this you should be able to install Sims 4 without any problems.
新しいWine 4、新しいSims 4;)ここで私がやったことです。別のUbuntuリリースを使用している場合は、必要に応じて「bionic」を置き換えてください。
Sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key && Sudo apt-key add winehq.key
Sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
Sudo apt update && Sudo apt install --install-recommends winehq-stable
defaultWindowsのOriginインストーラーを https://www.Origin.com/irl/en-us/storeからダウンロードします/ download (古いものは、現在のWineですぐに動作しないようです)
新しい64ビットのプレフィックスを作成します(〜/ Documentsの下に作成しましたが、実際はどこでもかまいません)。
cd $HOME/Documents; export WINEPREFIX=$(pwd)/sims4; wineboot -u
WINEPREFIX=$HOME/Documents/sims4 wine OriginThinInstaller.exe
デフォルトを選択したままにします。 Originクライアントのランチャーが作成されます
Originクライアントでサインインし、Sims 4をダウンロードし、終了したら「再生」をクリックします。出来上がり!