An open API service indexing awesome lists of open source software.

https://github.com/jdolan/quetoo

Quetoo ("Q2") is a free first person shooter based on id Tech2. GPL v2 license.
https://github.com/jdolan/quetoo

game-engine game-engine-3d gpl3 opengl quake quake-engine quake2 quake3 sdl3

Last synced: 19 days ago
JSON representation

Quetoo ("Q2") is a free first person shooter based on id Tech2. GPL v2 license.

Awesome Lists containing this project

README

          

[![Build Status](https://github.com/jdolan/quetoo/actions/workflows/build.yml/badge.svg)](https://github.com/jdolan/quetoo/actions/workflows/build.yml)
[![GPLv2 License](https://img.shields.io/badge/license-GPL%20v2-brightgreen.svg)](https://opensource.org/licenses/GPL-2.0)
# Quetoo

![Quetoo](https://raw.githubusercontent.com/jdolan/quetoo/main/quetoo-edge.jpg)

## Overview

[_Quetoo_](https://quetoo.org) ("Q2") is a free first person shooter for Mac, PC and Linux. Our goal is to bring the fun of oldschool deathmatch to a new generation of gamers. We're pwning nubz, one rail slug at a time.

## Features

* Deathmatch, Team DM, Capture the Flag, Instagib and Rocket Arena gameplay modes
* High quality remakes of id Software's legendary _Quake_ series deathmatch levels, as well as many originals
* Realtime lighting with soft shadowmapping
* Steep parallax occlusion mapping with self-shadowing
* Dramatically improved artwork pipeline with in-game editor for level artists
* TrenchBroom support
* 100% free to download, play and modify. Source code licensed under GPL v2, artwork under Creative Commons.

## Downloads

Snapshot releases of _Quetoo_ for all platforms are available on the [GitHub Releases](https://github.com/jdolan/quetoo/releases) page. Download and extract the latest release for your platform. On first launch, _Quetoo_ will automatically download and install the game data.

### macOS
Because _Quetoo_ is not signed with an Apple Developer certificate, macOS will block it on first launch. To allow it, right-click the application and select **Open**, then click **Open** again in the dialog that appears.

### Windows
Windows SmartScreen may block _Quetoo_ on first launch. Click **More info**, then **Run anyway** to proceed.

## Community

Looking for a game? Join the official [Quetoo Discord](https://discord.gg/unb9U4b) server.

## Compiling

Compiling _Quetoo_ is only recommended for developers and mappers. Supported platforms and targets include GNU Linux, BSD, macOS, and Microsoft Visual Studio.

The following dependencies are required:

* [ObjectivelyMVC](https://github.com/jdolan/ObjectivelyMVC/)
* [PhysicsFS](https://icculus.org/physfs/)
* [OpenAL](https://www.openal.org/)
* [libsndfile](http://mega-nerd.com/libsndfile/)
* [glib2](https://developer.gnome.org/glib/)
* [ncurses](https://www.gnu.org/software/ncurses/)

Quetoo builds with GNU Autotools. To build it, run the following:

autoreconf -i
./configure [--with-tests --with-master]
make && sudo make install

## Installing

To have a working game, you must install the game data using `git`:

git clone https://github.com/jdolan/quetoo-data.git
sudo ln -s $(pwd)/quetoo-data/target /usr/local/share/quetoo

## Support

Support is available via [Discord](https://discord.gg/unb9U4b).