WineHQ
Category: Main Games Role Playing Games Titan Quest Immortal Throne 1.30

Titan Quest

Datadisk to Titan quest

Application Details:

Version: Immortal Throne 1.30
License: Retail
URL: http://www.titanquestgame.com/
Votes: 6
Latest Rating: Silver
Latest Wine Version Tested: 1.9.15

Maintainers: About Maintainership

No maintainers. Volunteer today!

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

This test is for the Steam version of Titan Quest - Immortal Throne.

With the fixes described below, the game mostly works and is generally playable.

What does not

  • The game will occasionally freeze.
  • Sometimes, near the entrance to caves and other POIs, the entire screen becomes black, or showing the cave layout (when the player character is on the surface, invisible).

Workarounds

What was not tested

  • Multiplayer.

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

To fix occasional missing textures on start, run "wine regedit", open and create the key "HKEY_CURRENT_USER\Software\Wine\Direct3D", and there create the string values: - "CheckFloatConstants" with value "enabled" - "OffscreenRenderingMode" with value "fbo" To fix the frequent freezes, start Steam as "taskset 1 wine ./Steam.exe". The freezes will still happen, but much less frequently.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentArch LinuxAug 12 20161.9.15N/A Yes NoSilverVladimir Panteleev 
ShowUbuntu 12.04 "Precise" amd64 (+ variants like Kubuntu)Aug 25 20121.5.11Yes Yes NoPlatinumAlexander Karatarakis 
ShowUbuntu 12.04 "Precise" i386 (+ variants like Kubuntu)Feb 14 20121.3.37Yes Yes NoSilveran anonymous user 
ShowGentoo LinuxJan 25 20121.3.36Yes Yes NoSilverPlague 
ShowDebian GNU/Linux 6.x "Squeeze" x86_64Nov 27 20101.3.8Yes Yes NoSilveran anonymous user 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

HOWTO

Four specific steps are needed to fully enjoy the game:

  1. Set OffscreenRenderingMode to fbo in the registry (see http://wiki.winehq.org/UsefulRegistryKeys  ) or the game crashes immediately.
  2. On multi-core machines you need a special bash script to launch the game with a cpu affinity (keeping it on one core) so it doesn't corrupt itself (or crash) after about 30 minutes.
  3. In the TitanQuest and ImmortalThrone directories rename the Videos directory to something like Videos-dontplay, this avoids the lengthy and (at least in wine) unskippable intro videos on every launch (note: the videos are unskippable for some people on Windows as well).
  4. Texture Quality must be set to low or you get missing parts of decorative models (seems to be missing mipmap uploads, since alpha test is on for everything in this game the missing mipmaps simply result in invisible geometry where the mipmap transitions occur near the camera).

The game runs about half the speed it does on my equivalent windows gaming machine (Athlon 64 X2 2.2ghz and GF8800GT), but is playable.

Multiplayer does not seem to work (a major disappointment as the multiplayer is possibly the best part of the game.

Here is the contents of ~/bin/TQIT on my machine:

#! /bin/sh
cd ~/.wine/drive_c/TQIT
wine Tqit.exe &
sleep 5
taskset -p 1 `pidof Tqit.exe`
Good work to all the People adding Extreally good feedback

I'd just like to thank Everyone for there work in Providing Quality feedback for,
Titan Quest and the Expansion, Without you this AppDB whuld be useless.

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back