Skip to content

Releases: LethalCompanyModding/RuntimeIcons

0.3.1

06 Feb 00:07
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release
  • Disabled some camera post-processing to hide TZP effects, etc.
  • Fixed item icons failing to render sometimes on slow GPUs

Version 0.3.0

10 Dec 21:26
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

Reworked the rendering system to render items asynchronously:

  • Items are enqueued to compute the positioning and framing off the main thread
  • Rendering is done during the normal game rendering loop to avoid extra overhead
  • Textures are post-processed using an async compute shader

v0.2.0

13 Nov 16:44
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Reworked the transparent rendering system to avoid custom passes
  • Categorized the mod as client-only in LobbyCompatibility
  • Added a new file-based override system
  • Added default icon for bodies

RuntimeIcons HotFix v0.1.6

24 Oct 09:27
Compare
Choose a tag to compare
Pre-release
version bump!

RuntimeIcons v0.1.5

24 Oct 05:03
Compare
Choose a tag to compare
RuntimeIcons v0.1.5 Pre-release
Pre-release

Initial beta release