Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
As far as I remember, game doesn't support mouse in the main menu.
Speaking about gamma problem, if You are running game via Steam, game launcher (RunGame.sh) should fix it.
Thanks i'll try that sometime and post back if it works when i get around to it. Cheers.
I tried with wine 2.8 and it still happened so game sets it deliberately at some point? Or is it wine bug?
AFAIK the game is setting the gamma and brightness because there is a workaround in the RunGame script
rlsestore_gamma_brightness()
{
edebug "Search for Video Adapters"
export NUMBEROFADAPTERS=$(xrandr -q | awk '/ connected/ {print $1}' | wc -l)
edebug "$NUMBEROFADAPTERS displays was found"
for (( n=1; n<=$NUMBEROFADAPTERS; n++ ))
do
E_VIDEOADAPTER=$(xrandr -q | awk '/ connected/ {print $1}' | awk -v var="$n" ' FNR == var {print}')
xrandr --output $E_VIDEOADAPTER --brightness 1
xrandr --output $E_VIDEOADAPTER --gamma 1.0:1.0:1.0
edebug "Gamma and brightness was restored for $E_VIDEOADAPTER"
done
}
Though the gamma 1.0 is incorrect for my system, 0.7 is closser to correct but is still not the same. I wish it wouldn't get changed in the first place, it makes it very annoying to play the game.
Developer JahnVega: Hello cool that you're still supporting the game; My gf just got the game and it wouldn't launch for her, here's (one) of the error messages we got:
installscript_posix.cpp (187) : Assertion Failed: symlink(winegcc, /home/caelia/storage/games/Steam/steamapps/common/Enclave/Wine/bin/winecpp) failed, errno: Success, access(link, F_OK): OK
The problem here is that it can't find the file in the path, because that path doesn't exist, her steam's real patch is called:
/home/caelia/storage/games/Steam/SteamApps/common/Enclave
Notice the capital S and A in SteamApps, so the game seems to be hardcoded to look in the dir steamapps, whereas the directory steam created was called SteamApps
I just symlinked SteamApps to steamapps in the main steam dir and this fixed the problem, and the game now loads fine, but you might wanna take a look at your path resolve code =)
xgamma -g 1
each time I launch the game.
for better gaming experience, my advice is to launch the game in desktop mode.
How to change your wine config:
in a terminal, type this command:
WINEPREFIX='/your_path_to_steam_drive/Steam/steamapps/common/Enclave/Wine/prefix/.config' winecfg
then in display tab check all option and specify your native desktop resolution
Launch the game from Steam, you could then use alt-tab or "expose" without crash or lose the game window.