Advertisement
Deapri

Ai Enabled Transparent Materials for Inventory

Mar 21st, 2024 (edited)
647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.54 KB | Gaming | 0 0
  1. <?xml version="1.0"?>
  2. <Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3.   <TransparentMaterials>
  4.     <!-- Entries should be made for each inventory item -->
  5.     <TransparentMaterial>
  6.       <Id>
  7.         <TypeId>TransparentMaterialDefinition</TypeId>
  8.  
  9.         <SubtypeId> <!-- Item Subtype ID as it appears in its defining .SBC --> </SubtypeId>
  10.  
  11.       </Id>
  12.       <AlphaMistingEnable>false</AlphaMistingEnable>
  13.       <CanBeAffectedByOtherLights>false</CanBeAffectedByOtherLights>
  14.       <AlphaSaturation>1</AlphaSaturation>
  15.       <Emissivity>0</Emissivity>
  16.       <IgnoreDepth>false</IgnoreDepth>
  17.       <NeedSort>false</NeedSort>
  18.       <SoftParticleDistanceScale>0</SoftParticleDistanceScale>
  19.  
  20.       <Texture> <!-- Item Icon path as it appears in its defining .SBC --> </Texture>
  21.             <!-- If modifying a mod as a patch, use <Texture>../Steam Mod ID#/Item Icon Path</Texture> -->
  22.  
  23.       <Reflectivity>0</Reflectivity>
  24.       <UseAtlas>false</UseAtlas>
  25.       <UVOffset>
  26.         <X>0</X>
  27.         <Y>0</Y>
  28.       </UVOffset>
  29.       <UVSize>
  30.         <X>1</X>
  31.         <Y>1</Y>
  32.       </UVSize>
  33.     </TransparentMaterial>
  34.   </TransparentMaterials>
  35.  
  36.   <Documentation>               <!-- AiEnabled -->
  37.     <!-- Steam Page --> <Link>https://steamcommunity.com/sharedfiles/filedetails/?id=2596208372</Link>
  38.     <!-- Guide -->      <Link>https://steamcommunity.com/sharedfiles/filedetails/?id=2841278915</Link>
  39.     <!-- Wiki -->       <Link>https://github.com/jturp/AiEnabled/wiki</Link>
  40.   </Documentation>
  41.  
  42. </Definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement