WineHQ

Stronghold Crusader

No Screenshot

Submit Screenshot

Demo version

Application Details:

Version: Demo
License: Demo
URL: http://fireflyworlds.com/games...
Votes: 0
Latest Rating: Platinum
Latest Wine Version Tested: 2.16-staging

Maintainers: About Maintainership

Free Download Demo

Test Results

Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results

What works

Demo missions

What does not

nothing

Workarounds

What was not tested

nothing

Hardware tested

Graphics:

  • GPU: Intel
  • Driver: open source

Additional Comments

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentUbuntu 17.04 "Zesty" amd64 (+ variants like Kubuntu)Sep 13 20172.16-stagingYes Yes NoPlatinumRafaÅ‚ 
ShowMandriva CookerAug 28 20131.6Yes No GarbageMaik Wagner 
ShowCentOS 6.2Jun 30 20121.2.3Yes No GarbageMaik Wagner 
ShowGentoo LinuxApr 15 20060.9.12.Yes Yes SilverAlexander Nicolaysen Sørnes 
ShowMandrake 10.1Mar 01 20060.9.8.No Not installable Garbagean anonymous user 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

HOWTO
Multiplayer

To get multiplayer working, use winetricks:
$ winetricks directplay

NOTE: The host should leave the game last, otherwise it will hang for the other players when they try to leave.

How to use hybrid graphics switch Open Source drivers Intel/AMD, AMD/AMD and improve performance

This should work for any app, if you have Intel + AMD or AMD + AMD with open source drivers. 

If you have laptop with hybrid graphics cards. You can launch game with command:

env DRI_PRIME=1 vblank_mode=0 wine ~/path/to/your/exe/file

In case of using command, you get swich to powerful graphics card and disable vsync for more FPS.

If you have Mesa drivers 17.x.x or more, you can use this command:

env DRI_PRIME=1 mesa_glthread=true vblank_mode=0 wine ~/path/to/your/exe/file

Last command is most best in performance that you can get in this moment, you can use it for any wine application that you need. But argument mesa_glthread=true may not always work, so if your app crash, remove it.

For Steam users, you can set environment variable of any applications in properties. 

DRI_PRIME=1 mesa_glthread=true vblank_mode=0 %command%

(It will work only with native Steam for Linux) For Wine, you have to start Steam or game with those arguments

Comments

Back