WineHQ
Category: Main Games Adventures Beyond Good & Evil

Beyond Good & Evil

Beyond Good & Evil puts you in the role of Jade, a young woman who, along with her humanoid pig uncle, Pey'j, runs a lighthouse on the planet Hillys. Hillys is at war with an alien force known as the DomZ, and an elite squadron known as the Alpha Sections protects Hillys from the alien threat. Or does it? An underground rebel organization known as the IRIS Network charges that the Alphas control both sides of the equation. IRIS is essentially a rogue news network, informing the people via a newsletter that strives to expose the link between Hillys' protectors and the alien menace. That's where Jade, a photographer-for-hire when not tending to the lighthouse, comes in. You quickly hook up with IRIS and spend the bulk of the game infiltrating Alpha strongholds, camera at your side, in search of the truth.

Application Details:

Developer: Ubisoft Entertainment SA
URL: http://www.beyondgoodevil.com/

Super Maintainers: About Maintainership

No maintainers. Volunteer today!

For more details and user comments, view the versions of this application

VersionDescriptionLatest RatingLatest Wine version testedTest resultsComments
1.01Retail CD/DVD Release with the latest Patch 1.01 appliedGold4.0-rc2-staging180
DemoDemo version of this gamePlatinum1.7.1940
getgamesgo.com versionDownloadable version from Eurogamer's getgamesgo.com store.Garbage1.3.810
GoG.com versionDigital distribution version from GoG.com, presumably patched to the latest version.Gold4.6-staging80
Steam versionDownloaded from Steam.Platinum3.5100
HOWTO: Get the game working properly

Fix 1: Audio and Video out of Sync

When playing cutscenes, audio and video are getting out of sync. This isn't a fault of wine, the game has this issue also on Windows because of CPU power management.

There are two possible solutions to get around this issue:

-If you've got the CD/DVD-version, you can use the following Loader from the ubi.com-Forums: Link. Place the "Full Processing.exe" into the folder, where you installed BG&E and run it with wine.

-If you're owner of the STEAM-version, this Loader won't work, because it can't start the BGE.exe directly (blame copy protection!). So you'll have to use another way to let your CPU work at max speed all the time. Type the following into a terminal:

su root
echo "performance" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

If you're not using cpufreq, you can try out Slowdown.exe :)

Fix 2: Resolutions and DirectX error

The settings application of the game is unable to detect proper resolutions and refresh rates if you don't run Wine in a virtual desktop. Even if you try to run the game with a resolution that doesn't look weird, it may crash with a DirectX error.

To fix this, update to Wine 1.7.19 or open up

winecfg

and set a virtual desktop. Now you can run the settings application of the game, choose your resolution and save these configuration. This will work even if you disable the virtual desktop again.

Fix 3: Rendering problems

If you've got some weird graphical glitches, that render the game almost unplayable, you can try these fixes:

1. Disable the triple buffer in the BG&E settings application.

2. Open up

wine regedit

and create a new registry key

HKEY_CURRENT_USER\Software\Wine\Direct3D\OffscreenRenderingMode

Value: fbo

Note: On Wine 1.7.19 I did not encounter any glitches anymore.

Back