Advertisement
Guest User

Untitled

a guest
Sep 29th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <GraphicsConfig>
  3.  
  4. <Planets>
  5. <Ultra>
  6. <TextureSize>4096</TextureSize>
  7. <WorkPerFrame>512</WorkPerFrame>
  8. </Ultra>
  9. </Planets>
  10.  
  11.  
  12. <GalaxyBackground>
  13. <High>
  14. <TextureSize>4096</TextureSize>
  15. </High>
  16. </GalaxyBackground>
  17.  
  18.  
  19. <Envmap>
  20. <High>
  21. <TextureSize>1024</TextureSize>
  22. <NumMips>10</NumMips>
  23. </High>
  24. </Envmap>
  25.  
  26.  
  27. <GUIColour>
  28. <Default>
  29. <LocalisationName>Standard</LocalisationName>
  30. <MatrixRed> 0, 0.15, 1 </MatrixRed>
  31. <MatrixGreen> 0, 1, 0.85 </MatrixGreen>
  32. <MatrixBlue> 1, 0, 0 </MatrixBlue>
  33. </Default>
  34. </GUIColour>
  35.  
  36.  
  37. <GalaxyMap>
  38. <High>
  39. <LocalisationName>$QUALITY_HIGH;</LocalisationName>
  40. <NebulasCount>30</NebulasCount>
  41. <NebulasInBackgroundCount>40</NebulasInBackgroundCount>
  42. <LowResNebulasCount>400</LowResNebulasCount>
  43. <HighResNebulasCount>400</HighResNebulasCount>
  44. <LowResNebulaDimensions>256</LowResNebulaDimensions>
  45. <HighResNebulaDimensions>1024</HighResNebulaDimensions>
  46. <LowResSamplesCount>512</LowResSamplesCount>
  47. <HighResSamplesCount>1024</HighResSamplesCount>
  48. <MilkyWayInstancesCount>16000</MilkyWayInstancesCount>
  49. <LocalDustBrightness>0.85</LocalDustBrightness>
  50. <MilkywayInstancesBrightness>0.0</MilkywayInstancesBrightness>
  51. <MilkywayInstancesSize>0.0</MilkywayInstancesSize>
  52. <MilkyWayInstancesOffscreenRTEnabled>false</MilkyWayInstancesOffscreenRTEnabled>
  53. <StarInstanceCount>4000</StarInstanceCount>
  54. </High>
  55. </GalaxyMap>
  56.  
  57.  
  58. </GraphicsConfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement