You are viewing a potentially older version of this package. View all versions.
LethalCompanyModding-RuntimeIcons-0.2.0 icon

RuntimeIcons

Generate Icons for scrap at runtime, replacing the gear icon.

Date uploaded a day ago
Version 0.2.0
Download link LethalCompanyModding-RuntimeIcons-0.2.0.zip
Downloads 3206
Dependency string LethalCompanyModding-RuntimeIcons-0.2.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
LethalCompanyModding-VertexLibrary-1.1.0 icon
LethalCompanyModding-VertexLibrary

Provides extension methods for obtaining the oriented bounding box (OBB) of Unity objects.

Preferred version: 1.1.0

README

RuntimeIcons

GitHub Release GitHub Pre-Release
Thunderstore Downloads

⚠️WARNING⚠️ this mod is currently in beta, future release might heavily change configs and/or rendered images

Never lose track of your scrap again!

Bell Render Apparatus Render Easter Egg Render Tea kettle Render Large Axle Render Knife Render Chemical Jug Render Ammo Render

Runtime Icons brings a much-needed update to your hotbar! Enjoy breathtakingly-rendered scrap! With patent-pending technology your suit will scan each item you pick up and place its image on your hotbar so you know what to drop when that friendly neighborhood thumper rolls around the corner!

9/10 employees agree that with Runtime Icons, your productivity goes up up up, and you leave less blood on company scrap, which makes the Company happy!

How it works

The first time an item that lacks an icon is spawned, it generates an icon to replace the gear icon in the HUD. These items are placed into the correct orientation (which can be overridden in the config) to properly display an image in the player's hotbar. This means any modded scrap should be compatible! Additional options are provided in the config.

Note: Modded scrap may not render if it has not been built correctly. Modders should refer to the Mod Developer Information section.

SDM Painting Render Testaccount Crowbar Render Bell Crab Render

Gameplay Images


Gameplay Screenshot 3

Gameplay Screenshot 1

Config

The following options are provided:

  • Blacklist/whitelist items - Select whether to blacklist or whitelist items, then create a list of items to use.
  • Adjust icon emptiness threshold - Specify the amount of fully transparent pixels allowed before the icon is considered empty.
  • Dump sprites to disk - This option can be used to collect all generated icons in the BepInEx/cache folder. They will be stored in both PNG and EXR, where EXR fully retains specular highlights on transparent objects.

Mod Developer Information

Default Gear Icon

My custom item is displayed at a weird angle!

You may want to adjust your resting rotation to get a better result. Items will normally be rendered from an angle similar to the perspective of a player that has dropped the item in front of them and then stood back and crouched. This angle will be adjusted somewhat based on the item's dimensions to give the image more depth.

Note: Only the X and Z values of the restingRotation vector of an item are used. To adjust the Y rotation, the floorYOffset should be used instead.

CHANGELOG

Runtime Icons

0.2.0

  • new rendering system w/o custom-passes
  • mod is now correctly categorized as client-only
  • new file-based override system
  • add default icon for bodies

0.1.6

  • fix broken package

0.1.5

  • Initial beta release