luxtorpeda-dev / packages

Package build scripts and support for luxtorpeda client
https://luxtorpeda.org
zlib License
37 stars 28 forks source link

Quake 4 #1

Closed d10sfan closed 4 years ago

d10sfan commented 4 years ago

Additional information

Adds Quake 4 as a package, using the original binaries.

Package is located here: https://gitlab.com/d10sfan/luxtorpeda-quake4

One thing I noticed is that the multi-core rendering option actually seems to decrease the FPS. Turning that off for me made it be a constant 60 fps. I could probably put that in the Quake4Config that we bundle, but wasn't sure if everyone's experience was going to be the same. This was useful to get good fps: https://steamcommunity.com/sharedfiles/filedetails/?id=175832751

"2210": {
        "game_name": "Quake 4",
        "download": [
            {
                "name": "Quake4",
                "url":  "https://d10sfan.gitlab.io/luxtorpeda-quake4/",
                "file": "quake4-2210.tar.xz"
            }
        ],
        "command": "./run-quake4.sh"
    }
| [Quake 4](https://store.steampowered.com/app/2210/Quake_IV/)                 | [Original Port](https://www.gamingonlinux.com/articles/playing-quake-4-on-linux-in-2018.11017)                                |              | Uses the original port binaries from id
d10sfan commented 4 years ago

Engine script complete