Skip to content

v4.2.0 Update

Compare
Choose a tag to compare
@safalin1 safalin1 released this 06 Mar 19:46
· 452 commits to master since this release

This release contains some fixes for v4, and does not require you to update your map. It does however require you to update your translation files.

  • Fixed an overlay bug for players using DirectX 8. Previously, whenever a certain type of overlay was displayed on screen, you would not longer be able to see the map. We now use fallback text that is translatable in this case, but retain the overlays if players use DirectX 9 or above. (This bug is caused due to a shader issue in Source.) (GitHub issue #190)
  • Fixed thirdperson no longer working due to sv_cheats functionality being changed. The plugin now uses a new method for setting thirdperson, which is actually forcing your tauntcam to be used. (GitHub issue #198)
  • Fixed a bug that would occur on the "Reversed Text" special round with translated text that contained unicode characters. The text is now correctly reversed in this special round with this update. Thanks to @whysodrooled for providing the code for this one. (GitHub issue #199)