What's new in TDM 2.05: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
No edit summary
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- keywords whats new -->
<!-- keywords whats new -->
{{notreleasedyet|2.05}}
See the [http://bugs.thedarkmod.com/changelog_page.php?version_id=73 changelog] on our bugtracker.
See the [http://bugs.thedarkmod.com/roadmap_page.php roadmap] on our bugtracker.
{{released|2.05|2017-02-14}}
<!-- See the [http://bugs.thedarkmod.com/changelog_page.php?version_id=71 changelog] on our bugtracker. -->
<!-- {{released|2.05|XXXX-XX-XX}} -->


== AI ==
== AI ==
Line 21: Line 19:
* duzenko Initial code support for uncapped FPS (com_fixedTic 1)
* duzenko Initial code support for uncapped FPS (com_fixedTic 1)
* duzenko Optimize Skybox rendering by changing it's render order (takes better advantage of hierarchical-z)
* duzenko Optimize Skybox rendering by changing it's render order (takes better advantage of hierarchical-z)
* duzenko option to offload mipmap generation to GPU driver
* duzenko Change vproj settings to allow (MSVC 2013) Windows XP optimized builds
* duzenko Change vproj settings to allow (MSVC 2013) Windows XP optimized builds
* duzenko Improved alt-tab support
* duzenko Improved alt-tab support
* duzenko Improved high-dpi support
* duzenko Improved high-dpi support
* duzenko option to offload mipmap generation to GPU driver
* nbohr1more Image_downsize options can now be used without making menus and maps blurry
* nbohr1more Initial support for Cubemap lights based on Sikkpin's shader
* nbohr1more Initial support for Cubemap lights based on Sikkpin's shader
* nbohr1more Image_downsize options can now be used without making menus and maps blurry
* nbohr1more light entities now respect the nospecular argument and can more easily be used for simulated radiosity (bounce lights)
* nbohr1more light entities now respect the nospecular argument and can more easily be used for simulated radiosity (bounce lights)
* nbohr1more func_emitter now supports lod_bias so mappers can increase\decrease particle density based on the Object Detail slider
* nbohr1more func_emitter now supports lod_bias so mappers can increase\decrease particle density based on the Object Detail slider
Line 32: Line 30:
== Assets ==
== Assets ==


* Springheel's huge "Modular Asset" collection
* Springheel's HUGE [http://forums.thedarkmod.com/topic/18527-springheels-modular-building-assets-205/ "Modular Asset"] collection
* Most of Bob Necro's textures
* Most of [http://forums.thedarkmod.com/topic/17175-bobs-textureplasty-clinic/ Bob Necro's textures]
* Airship Ballet's asset collection
* All of the Containers and some of the Paintings from [http://forums.thedarkmod.com/topic/17089-magnanimous-merrys-miscellanea/ Airship Ballet]
* Ralle321's textures
* Some of Epifire's steampunk models
* Spooks, nbohr1more, and Sikkpin Example CubicLight textures
* Spooks, nbohr1more, and Sikkpin Example CubicLight textures


Line 46: Line 44:
* grayman Door "percentage open" is available to scripts
* grayman Door "percentage open" is available to scripts
* SteveL User friendly [[World_Particle_System | "World Particle" system]]
* SteveL User friendly [[World_Particle_System | "World Particle" system]]
* SteveL Candles can be extinguished via the Stim\Response system
* Obsttorte and grayman New combination safe script


== Gameplay ==
== Gameplay ==
Line 54: Line 54:


* grayman Volume is now diminished when the player is underwater
* grayman Volume is now diminished when the player is underwater
== Translation ==
* Outsider One supplied a Turkish [[Translation]] of the Main TDM Menus


{{whatsnew|sort=205}}
{{whatsnew|sort=205}}

Revision as of 02:45, 15 February 2017

See the changelog on our bugtracker.

Version 2.05 of The Dark Mod has been released on 2017-02-14.

AI

  • grayman Reduced the amounts added to the stealth score when an AI spots the player and almost immediately ramps up to Combat.
  • grayman Initial support for the Fire Elemental

Coding

  • duzenko and nbohr1more The lightgem calculation has been substantially optimized
      
1) Pixel Pack Buffers used to transfer lightgem images to the CPU
2) Only lights "the player is inside of" will render to the lightgem
3) All noshadows surfaces except the lightgem surface excluded from the lightgem render
4) tdm_lg_split optimization is on by default
5) New tdm_lg_interleave_min setting allows you to define the minimum FPS where the tdm_lg_interleave optimization will start working
  • duzenko Initial code support for uncapped FPS (com_fixedTic 1)
  • duzenko Optimize Skybox rendering by changing it's render order (takes better advantage of hierarchical-z)
  • duzenko Change vproj settings to allow (MSVC 2013) Windows XP optimized builds
  • duzenko Improved alt-tab support
  • duzenko Improved high-dpi support
  • duzenko option to offload mipmap generation to GPU driver
  • nbohr1more Image_downsize options can now be used without making menus and maps blurry
  • nbohr1more Initial support for Cubemap lights based on Sikkpin's shader
  • nbohr1more light entities now respect the nospecular argument and can more easily be used for simulated radiosity (bounce lights)
  • nbohr1more func_emitter now supports lod_bias so mappers can increase\decrease particle density based on the Object Detail slider

Assets

GUIs

  • grayman Improved Mission Statistics formatting

Scripting

  • grayman Door "percentage open" is available to scripts
  • SteveL User friendly "World Particle" system
  • SteveL Candles can be extinguished via the Stim\Response system
  • Obsttorte and grayman New combination safe script

Gameplay

  • nbohr1more Auto-Parry is now enabled by default to improve the experience for new players.

Sound

  • grayman Volume is now diminished when the player is underwater

Translation

  • Outsider One supplied a Turkish Translation of the Main TDM Menus


See also