Skip to content

hgs3/retro_quake1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Quake 1 Retro Mod

This is a Quake 1 post-processing effect which intends to emulate lower resolution and reduced color palette.

This mod is for those who want a more "authentic" retro experience.

See high resolution before and after.

Original

before

See high resolution version.

Retro

before

See high resolution version.

Install

  1. Obtain a retail version of Quake 1.
  2. Download the darkplaces engine.
  3. Copy the Id1 directory from the retail Quake folder into the extracted darkplaces engine directory.
  4. Place the contents of this repos id1 into the Id1 directory.
  5. Start darkplaces and enjoy.

Configuration

To change the resolution and color pallete, open the Quake console from within the game using the ~ (tilda) key.

Enter the following command with whatever c (color range per-channel), w (emulated width), and h (emulated height) values you want.

r_glsl_postprocess_uservec1 "c w h 0"

So, for example, if you want to emulate 320x240 resolution with 25 colors per-channel, you would enter:

r_glsl_postprocess_uservec1 "25 320 240 0"

You can toggle the effect at any time by entering: r_glsl_postprocess 1 to enable and r_glsl_postprocess 0 to disable.

About

Retro mod for Quake 1.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages