Advertisement
snake5

new level file format ex2

Feb 18th, 2016
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.79 KB | None | 0 0
  1. {
  2.     version = 9,
  3.     lighting = {
  4.         ambientColor = {
  5.             x = 0,
  6.             y = 0,
  7.             z = 0.1
  8.         },
  9.         dirLightDir = {
  10.             x = 0,
  11.             y = 0
  12.         },
  13.         dirLightColor = {
  14.             x = 0,
  15.             y = 0,
  16.             z = 0
  17.         },
  18.         dirLightDvg = 10,
  19.         dirLightNumSamples = 15,
  20.         lightmapClearColor = {
  21.             x = 0,
  22.             y = 0,
  23.             z = 0
  24.         },
  25.         lightmapDetail = 1,
  26.         lightmapBlurSize = 1,
  27.         aoDist = 2,
  28.         aoMult = 1,
  29.         aoFalloff = 2,
  30.         aoEffect = 0,
  31.         aoColor = {
  32.             x = 0,
  33.             y = 0,
  34.             z = 0
  35.         },
  36.         aoNumSamples = 15,
  37.         sampleDensity = 1
  38.     },
  39.     objects = [
  40.         {
  41.             entity_type = "BoxTrigger",
  42.             props = {
  43.                 position = {
  44.                     x = 1,
  45.                     y = 2,
  46.                     z = 3
  47.                 },
  48.                 rotationXYZ = {
  49.                     x = 0,
  50.                     y = 0,
  51.                     z = 0
  52.                 },
  53.                 scale = {
  54.                     x = 1,
  55.                     y = 1,
  56.                     z = 1
  57.                 }
  58.             },
  59.             type = 2
  60.         }
  61.     ]
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement