Advertisement
Guest User

Old TC

a guest
Jul 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. dofile('C:/Program Files/edge/data/scripts/terrain/terrainoptions41.lua')
  2. instancer.vertexInstancer = false;
  3. instancer.geometryReference = false;
  4. distances =
  5. {
  6. levelformap = 0;
  7. commonFactor = 100;
  8. }
  9. debug =
  10. {
  11. switchoffFetchUniqueScenes = 1;
  12. switchoffAssetSurfaceDetails = 1;
  13. switchoffVehicle = 1;
  14. switchoffNoises = 1;
  15. }
  16. hiddensemantics =
  17. {
  18. "Sea",
  19. "Lake",
  20. "Island",
  21. "Land",
  22. "Field",
  23. "Beach",
  24. "Plant",
  25. "Town",
  26. "River",
  27. "Channel",
  28. "Road",
  29. "Rail",
  30. "Runway",
  31. "Building",
  32. "ELT",
  33. "Isoline",
  34. "SurfaceDetails",
  35. "Trees",
  36. "Lamp",
  37. "Line",
  38. "MGRS",
  39. "GeoName",
  40. "Shelf",
  41. "Rock",
  42. "Forest",
  43. "Undef",
  44. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement