EditorTemplateLevel.mis 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. //--- OBJECT WRITE BEGIN ---
  2. new Scene(EditorTemplateLevel) {
  3. canSave = "1";
  4. canSaveDynamicFields = "1";
  5. Enabled = "1";
  6. new LevelInfo(theLevelInfo) {
  7. nearClip = "0.1";
  8. visibleDistance = "1000";
  9. visibleGhostDistance = "0";
  10. decalBias = "0.0015";
  11. fogColor = "0.6 0.6 0.7 1";
  12. fogDensity = "0";
  13. fogDensityOffset = "700";
  14. fogAtmosphereHeight = "0";
  15. canvasClearColor = "0 0 0 255";
  16. ambientLightBlendPhase = "1";
  17. ambientLightBlendCurve = "0 0 -1 -1";
  18. soundAmbience = "AudioAmbienceDefault";
  19. soundDistanceModel = "Linear";
  20. canSave = "1";
  21. canSaveDynamicFields = "1";
  22. Enabled = "1";
  23. };
  24. new SkyBox(theSky) {
  25. Material = "BlankSkyMat";
  26. drawBottom = "0";
  27. fogBandHeight = "0";
  28. position = "0 0 0";
  29. rotation = "1 0 0 0";
  30. scale = "1 1 1";
  31. canSave = "1";
  32. canSaveDynamicFields = "1";
  33. };
  34. new Sun(theSun) {
  35. azimuth = "230.396";
  36. elevation = "45";
  37. color = "0.968628 0.901961 0.901961 1";
  38. ambient = "0.337255 0.533333 0.619608 1";
  39. brightness = "1";
  40. castShadows = "1";
  41. staticRefreshFreq = "250";
  42. dynamicRefreshFreq = "8";
  43. coronaEnabled = "1";
  44. coronaScale = "0.5";
  45. coronaTint = "1 1 1 1";
  46. coronaUseLightColor = "1";
  47. flareScale = "1";
  48. attenuationRatio = "0 1 1";
  49. shadowType = "PSSM";
  50. texSize = "2048";
  51. overDarkFactor = "3000 1500 750 250";
  52. shadowDistance = "200";
  53. shadowSoftness = "0.25";
  54. numSplits = "4";
  55. logWeight = "0.9";
  56. fadeStartDistance = "0";
  57. lastSplitTerrainOnly = "0";
  58. representedInLightmap = "0";
  59. shadowDarkenColor = "0 0 0 -1";
  60. includeLightmappedGeometryInShadow = "0";
  61. position = "0 0 0";
  62. rotation = "1 0 0 0";
  63. scale = "1 1 1";
  64. canSave = "1";
  65. canSaveDynamicFields = "1";
  66. bias = "0.1";
  67. Blur = "1";
  68. Enabled = "1";
  69. height = "1024";
  70. lightBleedFactor = "0.8";
  71. minVariance = "0";
  72. pointShadowType = "PointShadowType_Paraboloid";
  73. shadowBox = "-100 -100 -100 100 100 100";
  74. splitFadeDistances = "1 1 1 1";
  75. width = "3072";
  76. };
  77. new GroundPlane() {
  78. squareSize = "128";
  79. scaleU = "25";
  80. scaleV = "25";
  81. Material = "Prototyping:FloorGray";
  82. canSave = "1";
  83. canSaveDynamicFields = "1";
  84. Enabled = "1";
  85. position = "0 0 0";
  86. rotation = "1 0 0 0";
  87. scale = "1 1 1";
  88. };
  89. new Skylight() {
  90. Enabled = "1";
  91. ReflectionMode = "Baked Cubemap";
  92. position = "1.37009 -5.23561 46.5817";
  93. rotation = "1 0 0 0";
  94. canSave = "1";
  95. canSaveDynamicFields = "1";
  96. persistentId = "d5eb3afb-dced-11e9-a423-bb0e346e3870";
  97. };
  98. };
  99. //--- OBJECT WRITE END ---