Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. randomSeed=954251;
  2. class ScenarioData
  3. {
  4. author="TheRealThing08";
  5. respawn=3;
  6. respawnDelay=5;
  7. respawnVehicleDelay=5;
  8. };
  9. class CustomAttributes
  10. {
  11. class Category0
  12. {
  13. name="Multiplayer";
  14. class Attribute0
  15. {
  16. property="RespawnTemplates";
  17. expression="true";
  18. class Value
  19. {
  20. class data
  21. {
  22. class type
  23. {
  24. type[]=
  25. {
  26. "ARRAY"
  27. };
  28. };
  29. class value
  30. {
  31. items=3;
  32. class Item0
  33. {
  34. class data
  35. {
  36. class type
  37. {
  38. type[]=
  39. {
  40. "STRING"
  41. };
  42. };
  43. value="MenuInventory";
  44. };
  45. };
  46. class Item1
  47. {
  48. class data
  49. {
  50. class type
  51. {
  52. type[]=
  53. {
  54. "STRING"
  55. };
  56. };
  57. value="MenuPosition";
  58. };
  59. };
  60. class Item2
  61. {
  62. class data
  63. {
  64. class type
  65. {
  66. type[]=
  67. {
  68. "STRING"
  69. };
  70. };
  71. value="Counter";
  72. };
  73. };
  74. };
  75. };
  76. };
  77. };
  78. nAttributes=1;
  79. };
  80. };
  81. class Mission
  82. {
  83. class Intel
  84. {
  85. timeOfChanges=1800.0002;
  86. startWeather=0.55338281;
  87. startWind=0.1;
  88. startWaves=0.1;
  89. forecastWeather=0.30000001;
  90. forecastWind=0.1;
  91. forecastWaves=0.1;
  92. forecastLightnings=0.1;
  93. rainForced=1;
  94. year=2035;
  95. month=6;
  96. day=24;
  97. minute=0;
  98. startFogDecay=0.014;
  99. forecastFogDecay=0.014;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement