RimWorld

RimWorld

Not enough ratings
Transparency Corner Fill Fix
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.6
File Size
Posted
1.086 MB
29 Oct @ 5:18am
1 Change Note ( view )

Subscribe to download
Transparency Corner Fill Fix

Description
Allows transparent walls to use corner fill with their atlas. In other words it removes the holes in 2 layer thick walls for transparent objects.

This is intended to be used with mods like my Odyssey Ice Expansion or TMaterials - Glass.
Load order surprisingly doesn't matter much but it should be loaded after mods that interact with shader logic.

If you want to create your own transparent stuffable material simply add color RGBA(255,255,255,255) to your stuffProps
The first 3 values are normal RGB while the last one represents the alpha channel(opacity).
To make the material itself transparent, do the same thing in your graphicData and set the shaderType to Transparent