1. Momentum Mod Playtest
  2. News
  3. 0.9.28 Changelog

0.9.28 Changelog

Hi! As usual, most work is being done on our internal 0.10 branch.

This update fixes certain cvars being locked being sv_cheats 1 since removing -mapping mode, and a crash on close that we introduced last update.

We also have various fixes to the PBR shader, and should have some new PBR materials coming in the near-ish future!

[h2]Added (3)[/h2]
  • Added GameInterfaceAPI.GetCurrentMap to Panorama
  • Added PBR parallax dithering to smooth out the appearance of layers
  • Added `packed_files_list` to view files packed into the BSP

[h2]Fixed (7)[/h2]
  • Fixed crash when exiting the game using the close window button
  • Fixed PBR parallax using texture coordinates from the layer below the correct one
  • Fixed WVT and PBR materials not rendering properly when used on displacements (game/issues/2027)
  • Fixed some objects not rendering in Hammer 2D views
  • Fixed window size bug on Linux
  • Re-enable $depthblend in SpriteCard shader
  • cl_drawhud, r_drawclipbrushes and various other debug commands no longer require sv_cheats 1

[h2]Improved (1)[/h2]
  • Hlmv link mode now syncs light state and colors

[h2]Other (1)[/h2]
  • mat_softwareskin / mat_softwarelighting allows for more accurate vertex normals (game/issues/960)