Advertisement
gotlag

Ashen Environment.sbc

Oct 23rd, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.06 KB | None | 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.   <Environment>
  4.     <Id>
  5.         <TypeId>EnvironmentDefinition</TypeId>
  6.         <SubtypeId>Default</SubtypeId>
  7.     </Id>
  8.   <SunDirection x="0.339467347" y="0.709795356" z="-0.617213368" />
  9.   <EnvironmentTexture>Textures\BackgroundCube\Final\AN3.dds</EnvironmentTexture>
  10.   <EnvironmentOrientation Yaw="-29" Pitch="-35" Roll="-30" />
  11.   <EnableFog>false</EnableFog>
  12.   <FogNear>100</FogNear>
  13.   <FogFar>200</FogFar>
  14.   <FogMultiplier>0.000001</FogMultiplier>
  15.   <FogBacklightMultiplier>1</FogBacklightMultiplier>
  16.   <FogColor x="1" y="1" z="1" />
  17.   <FogDensity>0.0005</FogDensity>
  18.   <SunDiffuse x="0.56087" y="0.769565" z="1.0" />
  19.   <SunIntensity>0.6</SunIntensity>
  20.   <SunSpecular x="0.784313738" y="0.784313738" z="0.784313738" />
  21.   <BackLightDiffuse x="0.37037" y="0.592593" z="1.0" />
  22.   <BackLightIntensity>1.01</BackLightIntensity>
  23.   <AdditionalSunDirection>
  24.     <LightDirection x="4.27" y ="1.11" />
  25.     <LightDirection x="5.8" y ="2.07" />
  26.     <LightDirection x="3.73" y ="2.02" />
  27.   </AdditionalSunDirection>
  28.   <AmbientColor x=".079911" y="0.127858" z="0.21576" />
  29.   <AmbientMultiplier>0.969</AmbientMultiplier>
  30.   <EnvironmentAmbientIntensity>0.5</EnvironmentAmbientIntensity>
  31.   <BackgroundColor x="1" y="1" z="1" />
  32.   <SunMaterial>SunDisk</SunMaterial>
  33.   <SunSizeMultiplier>200</SunSizeMultiplier>
  34.   <EnvironmentalParticles>
  35.     <ParticleType>
  36.       <Id>
  37.         <TypeId>MyObjectBuilder_EnvironmentalParticleLogicSpace</TypeId>
  38.         <SubtypeId>SpaceParticles</SubtypeId>
  39.       </Id>
  40.       <Material>Stardust</Material>
  41.       <Color>
  42.         <X>0.375</X>
  43.         <Y>0.375</Y>
  44.         <Z>0.375</Z>
  45.         <W>0.375</W>
  46.       </Color>
  47.       <MaxSpawnDistance>10</MaxSpawnDistance>
  48.       <DespawnDistance>15</DespawnDistance>
  49.       <Density>0.0000235</Density>
  50.       <MaxLifeTime>1500</MaxLifeTime>
  51.       <MaxParticles>128</MaxParticles>
  52.     </ParticleType>
  53.   </EnvironmentalParticles>
  54.   </Environment>
  55. </Definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement