MutantStargoat / deeprunner

6dof shooter game for the SGI O2
http://nuclear.mutantstargoat.com/sw/games/deeprunner
GNU General Public License v3.0
16 stars 0 forks source link

DeepRunner

Deep Runner logo

A 3D 6DoF underground maze shooter for the Silicon Graphics O2 workstation, and other computer systems old and new.

Supported platforms:

Links

Credits

Controls

6DoF Spaceball/Spacemouse

The game supports 6DoF spacemouse input on SGI IRIX and other UNIX systems (GNU/Linux, FreeBSD, etc). Make sure the spacemouse driver is running and has detected your 6dof device, before starting the game. You can use either the free spacenav driver (https://spacenav.sf.net) or the official 3Dconnexion driver.

Use the spacemouse to navigate, and the regular mouse to shoot at enemies.

Keyboard and Mouse

If you don't have a spacemouse, you can still run the game with just keyboard and mouse. If you're not in full-screen mode, press ~ to capture the mouse and start navigating; press it again to release the mouse.

Keybindings:

In future versions of the game, these will be re-bindable from an in-game menu.

Options

Configuration options are read from game.cfg. If it doesn't exist, run the game once and exit, and it will create one with the default options commented out. Comments begin with the # symbol, to change one of the default options, remove the # from the line and change the value. Here's a list of all options and their possible values.

video

Video output options:

gfx

Graphics options:

audio

Audio settings:

controls

Control options:

License

Code

Copyright (C) 2023 John Tsiombikas nuclear@mutantstargoat.com

This program is free software. Feel free to use, modify and/or redistribute it under the terms of the GNU General Public License v3, or at your option any later version published by the Free Software Foundation. See COPYING for details.

Graphics & levels

Copyright (C) 2023 dstar dstar64@proton.me

Game assets are released under the Creative Commons Attribution Share-Alike license (CC BY-SA). See LICENSE.assets for details.

Music

Copyright (C) 2023 Robin Agani hello@robinagani.com

Game music is released under the Creative Commons Attribution Share-Alike license (CC BY-SA). See LICENSE.assets for details.

Build instructions

Data files are in a separate subversion repo. Grab them with:

svn co svn://mutantstargoat.com/datadirs/deeprunner data

UNIX build

Just type make.

On IRIX you can use any compiler and make utility, system make and MIPSPro are supported as well as GCC and GNU make.

Windows build

Install msys2, start a mingw32 shell, and type make. The windows version can also be cross-compiled with make crosswin.