Skip to content
You Got The Shotgun!
Menu
  • Home
    • Game News
    • Site News
    • Reddit
    • Youtube
    • Podcasts
  • About
  • Discussions
  • Wiki
  • Downloads
  • Games Database
  • Socials & Links
    • Full Socials & Links List
    • Bluesky (Talk)
    • Bluesky (Post)
    • X/Twitter
    • Reddit
    • Contact
Menu

Tag: Quake II RTX

Quake II RTX v1.8.0 Update – Quake II RTX News

Posted on March 27, 2025 by NewsBot
0
0

Quake II RTX News — Quake II RTX v1.8.0 Update – Quake II RTX News
Go to Source

Maintenance update that includes the fixes and features introduced in the past two years.

Highlights:

– Added screen warping when underwater
– Added an option to shoot at the crosshair (aimfix)
– Added new rendering projections: Panini, Stereographic, Equirectangular, Mercator
– Added limited compatibility with Quake 2 Remastered maps
– Merged lots of changes and fixes from Q2PRO
– Fixed various system compatibility and rendering issues

Change Log

… Read the rest “Quake II RTX v1.8.0 Update – Quake II RTX News”
Continue reading

Quake II RTX v1.7.0 Update

Posted on April 22, 2023 by NewsBot
0
0

Quake II RTX News — Quake II RTX v1.7.0 Update
Go to Source

Maintenance update that includes the fixes and features introduced in the past year.

Highlights:

– Added a player flashlight (use “bind toggle cl_flashlight” to bind it to a key)
– Fixed multiple compatibility and stability issues
– Fixed some texturing issues
– Reduced visual noise and flicker in some conditions
– Tuned some visual effects like full-screen blend and particles

Change Log

… Read the rest “Quake II RTX v1.7.0 Update”
Continue reading

Quake II RTX 1.4.1 PATCH

Posted on April 22, 2023 by NewsBot
0
0

Quake II RTX News — Quake II RTX 1.4.1 PATCH
Go to Source

Hey, everyone! Today we’re releasing v1.4.1, featuring the below fixed issues and improvements.

Fixed issues:

  • Fixed a crash on launch when there is no “newgame” command, for example, when someone overrides the default.cfg file.
  • Fixed crashes or corruptions on AMD GPUs by increasing the size of the AS build scratch buffer and using correct scratch buffer alignment: https://github.com/NVIDIA/Q2RTX/issues/99
  • Fixed some potential memory leaks as noted in https://github.com/NVIDIA/Q2RTX/pull/84
  • Fixed the bloom output jittering when DRS is used.
  • Fixed the game not launching on pre-r460 NVIDIA GPU drivers: https://github.com/NVIDIA/Q2RTX/issues/100
  • Fixed the non-TAAU upscaling when DRS is enabled and its maximum scale is set to lower than 100%: https://github.com/NVIDIA/Q2RTX/issues/96
  • Fixed the render corruption when running the game on GPUs with 6 GB of memory at 4K resolution: https://github.com/NVIDIA/Q2RTX/issues/98 Fixed the SBT size for hit and miss shaders, preventing potential issues with future drivers that might rely on that information.

Denoiser Improvements:

  • Reduced the noise on first person weapons.

Misc Improvements:

  • Added a driver version check for AMD GPUs to make sure that at least version 21.1.1 is used.
  • Added an option to build `glslangValidator` as a submodule.
… Read the rest “Quake II RTX 1.4.1 PATCH”
Continue reading

Quake II RTX 1.5 PATCH

Posted on April 22, 2023 by NewsBot
0
0

Quake II RTX News — Quake II RTX 1.5 PATCH
Go to Source

Hey, everyone! Today we’re releasing v1.5, featuring the below features, fixed issues, and improvements.

New Features:

  • Added support for ray tracing using the `VK_KHR_ray_query` extension API.
    NOTE: This is an optional feature, and the two previously supported methods, `VK_NV_ray_tracing` and `VK_KHR_ray_tracing_pipeline`, are still supported. We recommend using NVIDIA Graphics Driver version 465 or newer, or AMD Radeon Software version 21.3.1 or newer.

Fixed issues:

  • Fixed the crash that happened on some systems when the game is minimized: https://github.com/NVIDIA/Q2RTX/issues/103
  • Fixed the invalid Vulkan API usage that happened in the bloom pass: https://github.com/NVIDIA/Q2RTX/issues/104
  • Fixed the invalid barrier for an inter-queue resource transition: https://github.com/NVIDIA/Q2RTX/issues/105
  • Fixed the out-of-bounds addressing of the framebuffer array: https://github.com/NVIDIA/Q2RTX/issues/107

Misc Improvements:

  • Reduced the delay after resolution changes by avoiding re-initialization of the RT pipelines.
  • Changed the memory type required for the UBO and transparency upload buffers to `(HOST_VISIBLE | HOST_COHERENT)`.
  • Improved logging around SLI initialization.
… Read the rest “Quake II RTX 1.5 PATCH”
Continue reading

Quake II RTX 1.6.0 Patch

Posted on April 22, 2023 by NewsBot
0
0

Quake II RTX News — Quake II RTX 1.6.0 Patch
Go to Source

Hey, everyone! Today we’re releasing v1.6.0, featuring the below fixed issues and improvements.

Breaking Changes:

  • Re-designed the material definition system for flexibility and modding.
  • Removed support for the VK_NV_ray_tracing Vulkan extension, which is superseded by
  • VK_KHR_ray_tracing_pipeline and VK_KHR_ray_query that were added earlier.

New Features:

  • Added a setting to enable nearest filtering on world textures, pt_nearest.
  • Added a setting to enable the use of texture and model overrides in the GL renderer, gl_use_hd_assets (https://github.com/NVIDIA/Q2RTX/issues/151)
  • Added support for converting sky surfaces into lights based on their flags, see pt_bsp_sky_lights.
  • Added support for IQM models and skeletal animation for the RTX renderer.
  • Added support for making any models translucent, and cl_gunalpha specifically.
  • Added support for masked materials (https://github.com/NVIDIA/Q2RTX/issues/127)
  • Added support for polygonal light extraction from MD2/MD3/IQM models.
  • Added support for smooth normals on the world mesh through a BSPX extension.
  • Added support for unlit fog volumes. See the comment in fog.c for more information.
  • Enabled game builds for ARM64 processors.
  • Extended the “shader balls” feature to support arbitrary test models with animation.

Fixed Issues:

  • Fixed a crash that happened when loading a map with non-emissive lava material.
  • Fixed loading of multi-skin MD3 models.
  • Fixed long texture animation sequences.
  • Fixed some bugs in the model validation code (https://github.com/NVIDIA/Q2RTX/pull/149)
  • Fixed some self-shadowing artifacts by increasing the shadow and bounce ray offsets.
  • Fixed some unlit or partially lit triangles by improving the BSP cluster detection logic.
  • Fixed the MZ_IONRIPPER sound (https://github.com/NVIDIA/Q2RTX/pull/143)
  • Fixed the rcon_password variable flags to prevent the password from being stored (https://github.com/NVIDIA/Q2RTX/issues/176)
… Read the rest “Quake II RTX 1.6.0 Patch”
Continue reading

Quake II RTX 1.4.0 PATCH

Posted on April 22, 2023 by NewsBot
0
0

Quake II RTX News — Quake II RTX 1.4.0 PATCH
Go to Source

Hey, everyone! Today we’re releasing v1.4.0, featuring added support for final Vulkan Ray Tracing API, and enabling dynamic selection between the pre-existing NVIDIA VKRay and the new Khronos extension backends.

New Features:

  • Added support for final Vulkan Ray Tracing API. The game can now run on any GPU supporting `VK_KHR_ray_tracing_pipeline` extension
  • Added temporal upscaling, or TAAU, for improved image quality at lower resolution scales.

Fixed Issues:

  • Fixed a crash that happened when there are no available sound devices.
  • Fixed a few issues with the tone mapper and the profiler for AMD GPU compatibility.
  • Fixed a server crash: https://github.com/NVIDIA/Q2RTX/issues/86
  • Fixed black materials and some light leaks: https://github.com/NVIDIA/Q2RTX/issues/55
  • Fixed missing railgun lights in photo mode: https://github.com/NVIDIA/Q2RTX/issues/75
  • Fixed missing sun light on geometry with invalid clusters.
  • Fixed the CFLAGS for MinSizeRel and RelWithDebInfo builds to generate correct debug symbols.
  • Fixed the game stuttering on Linux: https://github.com/NVIDIA/Q2RTX/issues/62
  • Fixed the issue with all models being missing or corrupted on some maps during network play.
  • Fixed the nearest filter when DRS was enabled and then disabled.
  • Fixed building the game with GCC10 on Linux: https://github.com/NVIDIA/Q2RTX/issues/80

Denoiser Improvements:

  • Implemented a new gradient estimation algorithm that makes the image more stable in reflections and refractions.
  • Implemented sampling across checkerboard fields in the temporal filter to reduce blurring.
  • Improved motion vectors for multiple refraction, in particular when thick glass is enabled.
  • Improved the temporal filter to avoid smearing on surfaces that appear at small glancing angles, e.g.
… Read the rest “Quake II RTX 1.4.0 PATCH”
Continue reading

Categories

  • Site News (4)
  • Game News (1,003)
  • Youtube (1,501)
  • Reddit (15,470)
    • r/BoomerShooters (2,467)
    • r/BloodGame (37)
    • /r/Descent (89)
    • r/Doom (9,577)
    • r/Freedoom (57)
    • r/HeXen (208)
    • r/QuakeChampions (488)
    • r/Quake (1,488)
    • r/Wolf3D (22)
    • r/RiseoftheTriad (9)
    • r/Selaco (97)
    • r/SeriousSam (854)
    • r/ShadowWarrior (70)
    • r/UnrealSeries (7)
  • Podcasts (207)

Search

Most Recent Posts

  • Sunlust (Revisited) — Part 4 – Spectre YT December 4, 2025
  • Nightdive Combined Multiplayer FPS – From /r/BoomerShooters December 4, 2025
  • XENO DEAD Playtest OUT NOW! – From /r/BoomerShooters December 4, 2025
  • A city of the future that I’ve been designing for quite a long time for my retro FPS “Deep Sheol”. I’ve just updated the demo on Steam and Itch.io — if anyone has a moment to try it out and let me know what you think, I’d really appreciate any feedback. – From /r/BoomerShooters December 4, 2025
  • REVEREND: SURF ‘N SIN – DEMO OUT NOW! – From /r/BoomerShooters December 4, 2025
  • I slept on Ion Fury. I wish I hadn’t. – From /r/BoomerShooters December 4, 2025
  • I love Cultic, but its overreliance on ambush spawns when picking up a key item is annoying – From /r/BoomerShooters December 4, 2025
  • Unreal Tournament 2004 will receive a free-to-play community re-release officially approved by Epic Games – From /r/BoomerShooters December 4, 2025
  • CTRLSINK – From /r/BoomerShooters December 4, 2025
  • Blood: Refreshed Supply Multiplayer Discord Server! – From /r/BoomerShooters December 4, 2025

Archives By Month

  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023

Privacy Policy

© 2025 You Got The Shotgun! | Powered by Minimalist Blog WordPress Theme