Skip to content

Releases: xoxor4d/t4-rtx

full sp / mp compatibility

24 Feb 20:32
Compare
Choose a tag to compare

Release includes;

changelog:

  • full mp compatibility - everything is rendered using fixed-function

  • culling is now tweakable by using dvar rtx_disable_world_culling :: less should be enough for most use cases and saves a bit of perfomance - somewhat breaks current modDB demo mod because some lights / effects are attached to geo

  • added dvar rtx_disable_entity_culling :: disable culling of game entities (enabled by default)

  • added dvar rtx_sky_follow_player :: sky follows the player to prevent it from being culled (enabled by default)

  • added cmd unlockall :: unlocks all sp missions

  • disabled loading of specular and normal textures to declutter the remix ui

    • add commandline arg load_normal_spec to re-renable ^
  • debug builds spawn an external console with redirected output and various debug prints

  • game version check on startup

Screenshot 2024-01-28 002729

optimized fx - per map settings via ini file - fog support

26 Jan 20:54
Compare
Choose a tag to compare

a compatible demo mod for this release can be found over at modDB: https://www.moddb.com/mods/cod5-nacht-der-untoten-demo

This release comes with all required files including:

Changelog:

  • per map settings (skybox, fog settings) - root/t4rtx/map_settings.ini
  • add dvar fx_cull_elem_draw_radius :: fx elements inside this radius are not affected by culling (fx_cull_elem_draw)
  • reimplemented dvar r_forceLod :: can be used to force all meshes to a specific LOD (highest LOD by default - see flag below)
  • add flag no_forced_lod :: do not set r_forceLod to high by default
  • reduced dynamic vertexbuffer usage for effects (performance increase)
  • no need to disable dvar fx_cull_elem_draw to have fx elems rendered behind the player (for lighting and reflections) as culling only happens outside the radius set by fx_cull_elem_draw_radius
  • general refactoring and cleanup

06_fog

first full release for rtx-remix v0.4

24 Jan 20:20
Compare
Choose a tag to compare

a compatible demo mod for this release can be found over at modDB: https://www.moddb.com/mods/cod5-nacht-der-untoten-demo

This release comes with all required files including: