WineHQ

Quake Champions

No Screenshot

Submit Screenshot

The game went into closed beta on April 6, 2017. 

People can get a beta key at https://quake.bethesda.net/en

Game meant to be download through Bethesda Launcher

Application Details:

Version: Closed Beta
License: Retail
URL: http://quake.com
Votes: 0
Latest Rating: Silver
Latest Wine Version Tested: 2.15-staging

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

Installing the launcher.

Running the game.

Playing online matches.

What does not

Running the launcher.

Updating the launcher.

Installing the game.

Workarounds

One needs to look for .tmp files and rename the same filenames without the .tmp suffixes to .alt.

Once Quake Champions is selected from the game list, a new file is present in the launcher's install folder which needs to be renamed.

I use this in my launcher script:

for TMP in $(ls *.dch.tmp)
do
    BN=$(echo $TMP | cut -d'.' -f1).dch
    if [ -f $BN ]
    then
        echo "$BN $TMP"
        mv -v $BN $BN.alt
    fi
done

What was not tested

Other game modes.

Other maps.

Hardware tested

Graphics:

  • GPU: AMD
  • Driver: open source

Additional Comments

No rendering issues as far as I could notice. CSMT was enabled. The performance on low was acceptable, but sometimes suffered from slowdowns. i7-4790K AMD R9 390X Linux 4.12 Mesa 17.2.0-rc3 It appears there is only one bug related to the launcher not being able to rename files, the game itself runs surprisingly well.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowSolusAug 26 20172.15-stagingYes Yes NoSilverNick Laramie 
CurrentDebian GNU/Linux Unstable "Sid" x86_64Aug 21 20172.14-stagingNo, but has workaround Yes YesBronzeJohannes 
ShowArch Linux x86_64May 27 20172.8No Not installable NoGarbagelex 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

Comments

Comments Disabled

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