我有一台电脑,上面安装的是别人安装的 Ubuntu,但我对如何使用它一无所知。我的孩子想用它玩《模拟人生 4》。
我在 Linux 上安装了 Wine & Play。我设法下载了 Origin,这是玩游戏所需的,但它根本打不开。
你能帮我进行设置吗?
答案1
确保您的计算机满足要求。[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.
答案2
新 Wine 4,新 Sims 4 ;) 这是我所做的 - 如果您使用的是不同的 Ubuntu 版本,请根据需要替换“bionic”:
在 Ubuntu 18.04.1 ("bionic") x64 上,从以下位置启用 WineHQ 存储库 https://wiki.winehq.org/Ubuntu
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'
安装当前稳定的 Wine(我们需要添加上面的 WineHQ 存储库,因为默认存储库有一个旧版本)
sudo apt update && sudo apt install --install-recommends winehq-stable
下载默认Windows 版 Origin 安装程序来自https://www.origin.com/irl/en-us/store/download(旧版本似乎不能与当前的 Wine 兼容)
创建一个新的 64 位前缀(我在 ~/Documents 下创建了它,在哪里并不重要):
cd $HOME/Documents; export WINEPREFIX=$(pwd)/sims4; wineboot -u
在此前缀中运行下载的 Origin 安装程序 - 注意
WINEPREFIX=$HOME/Documents/sims4 wine OriginThinInstaller.exe
保留默认选择;将为您创建 Origin 客户端的启动器
在 Origin 客户端中,登录、下载您的 Sims 4,下载完成后,单击“播放”。好了!