AppImages > Game > ironwail


ironwail

Screenshot of ironwail

Ironwail a fork of the popular GLQuake descendant QuakeSpasm with a focus on high performance instead of maximum compatibility, with a few extra features sprinkled on top.. By moving work from the CPU to the GPU (culling, lightmap updates) and taking advantage of more modern OpenGL features (instancing, compute shaders, persistent buffer mapping, indirect multi-draw, bindless textures), this fork is capable of handling even the most demanding maps at very high framerates.

Features:

  • Supports Windows, Linux, other unices.
  • Well tested on both 32 bit and 64 bit platforms.
  • Well tested on both little endian and big endian platforms.
  • OpenGL improvements. In-game resolution changing.
  • Widescreen FOV (field of view) support and automatic Hor+ FOV scaling.
  • Improved sound support. Support for OGG, MP3, Opus and WAV external music files.
  • Improved game controller support using SDL2.
  • Countless bug fixes, security fixes and other improvements.
  • Support for playing the 'Quake 2021 re-release' content

Ironwail requires a copy of the Quake game data (Steam, GOG or Quake original CD), at the least in the form of the shareware data file pak0.pak. In order to set this up, open (and if necessary create) the directory ~/.ironwail on your computer and copy the id1 directory from a copy of Quake original CD there. For more info visit: https://github.com/andrei-drexler/ironwail

Authors: tx00100xt


Usage

ironwail is available as an AppImage which means "one app = one file", which you can download and run on your Linux system while you don't need a package manager and nothing gets changed in your system. Awesome!

AppImages are single-file applications that run on most Linux distributions. Download an application, make it executable, and run! No need to install. No system libraries or system preferences are altered. Most AppImages run on recent versions of Arch Linux, CentOS, Debian, Fedora, openSUSE, Red Hat, Ubuntu, and other common desktop distributions.

Running ironwail on Linux without installation

Unlike other applications, AppImages do not need to be installed before they can be used. However, they need to be marked as executable before they can be run. This is a Linux security feature.

Beware! AppImages are usually not verified by others. Follow these instructions only if you trust the developer of the software. Use at your own risk!

Download the ironwail AppImage and make it executable using your file manager or by entering the following commands in a terminal:

chmod +x ./*.AppImage

Then double-click the AppImage in the file manager to open it.

Sandboxing ironwail

If you want to restrict what ironwail can do on your system, you can run the AppImage in a sandbox like Firejail. This is entirely optional and currently needs to be configured by the user.

Updating ironwail

If you would like to update to a new version, simply download the new ironwail AppImage.

Integrating AppImages into the system

If you would like to have the executable bit set automatically, and would like to see ironwail and other AppImages integrated into the system (menus, icons, file type associations, etc.), then you may want to check the optional appimaged daemon.


Note for application authors

Thanks for distributing ironwail in the AppImage format for all common Linux distributions. Great! Here are some ideas on how to make it even better.

Pro Tips for further enhancing the ironwail AppImage

Please consider to add update information to the ironwail AppImage and ship a .zsync file so that it can be updated using AppImageUpdate. Tools like appimagetool and linuxdeployqt can do this for you easily.

Thanks for shipping AppStream metainfo inside your AppImage. Please open a pull request on https://github.com/AppImage/appimage.github.io/blob/master/data/ironwail if you have changed it and would like to see this page updated accordingly.

If you would like to see a donation link for the application here, please include one in the AppStream data.

History of this page

Edit the input for this page