Advertisement
Guest User

Untitled

a guest
Mar 7th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. version=12;
  2. class Mission
  3. {
  4. addOns[]=
  5. {
  6. "exile_client",
  7. "namalsk"
  8. };
  9. addOnsAuto[]=
  10. {
  11. "exile_client",
  12. "namalsk"
  13. };
  14. randomSeed=8080942;
  15. class Intel
  16. {
  17. timeOfChanges=1800.0002;
  18. startWeather=0.30000001;
  19. startWind=0.1;
  20. startWaves=0.1;
  21. forecastWeather=0.30000001;
  22. forecastWind=0.1;
  23. forecastWaves=0.1;
  24. forecastLightnings=0.1;
  25. year=2039;
  26. month=6;
  27. day=24;
  28. hour=12;
  29. minute=0;
  30. startFogDecay=0.013;
  31. forecastFogDecay=0.013;
  32. };
  33. class Groups
  34. {
  35.  
  36. etc.. etc...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement