Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

Difference between revisions of "FTEQW Miscellaneous Features"

From Quake Wiki

(Created page with "== Introduction == This is a more or less random list of additional features of the FTEQW engine. If enough details are added, please turn the sections into their ow...")
(No difference)

Revision as of 13:54, 3 November 2017

Introduction

This is a more or less random list of additional features of the FTEQW engine. If enough details are added, please turn the sections into their own pages.

Rendering

Various featured related to rendering of the game-world.

Mega screenshots

This little feature uses render-to-texture rather than rendering stuff to whatever puny window you have. This allows the high-resolution screenshots, and by high-resolution, I mean 16384*16384. Each of these commands take a filename argument followed by width then height. The width and height are still limited by your GPU, but have absolutely no dependancy on your monitor or window size etc.

  screenshot_mega: Takes a ‘simple’ large screenshot.
  screenshot_stereo: Takes two screenshots side-by-side with a small(r_stereo_separation) offset (also assumed by screenshot_mega with the .pns extension).
  screenshot_vr: Takes many many many screenshots giving a horizontal 360 perspective that can be viewed with a few different display software.

The resulting filename will be displayed in the console (as a more easily findable system path).