Skip to content

Commit

Permalink
update v1.41c
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnySummit committed Sep 6, 2024
1 parent e6d2056 commit 5e9419c
Show file tree
Hide file tree
Showing 10 changed files with 742 additions and 1,054 deletions.
62 changes: 31 additions & 31 deletions Lasagna_2_Scripts_v1.22/___Las_CustomBiomes_XL_v1.41.lua

Large diffs are not rendered by default.

62 changes: 31 additions & 31 deletions Lasagna_2_Scripts_v1.22/___Las_CustomBiomes_v1.41.lua

Large diffs are not rendered by default.

100 changes: 50 additions & 50 deletions Lasagna_2_Scripts_v1.22/___Las_Env_XL_v1.41.lua

Large diffs are not rendered by default.

100 changes: 50 additions & 50 deletions Lasagna_2_Scripts_v1.22/___Las_Env_v1.41.lua

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions Lasagna_2_Scripts_v1.22/___Las_Shaidak_Expanded_XL_v1.41.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if string.find(string.lower(modelPath), "tree") then
maxYRotation = 180
end

-- if flatDensity <= 0.04 and maxScale > 8 and not string.find(string.lower(placem), "forest") then --it's a big prop, make it so it won't disappear
-- if flatDensity < 0.02 and maxScale > 8 and not string.find(string.lower(placem), "forest") then --it's a big prop, make it so it won't disappear
-- propType = "Single"
-- isFloatingIsland = "TRUE"
-- maxRaise = -3
Expand All @@ -51,7 +51,7 @@ end

local modelPathLower = string.lower(modelPath)

if ((string.find(modelPathLower, "huge") and flatDensity <= 0.04) or (maxScale > 9 and flatDensity <= 0.04)) and not string.find(modelPathLower, "cactus") then
if ((string.find(modelPathLower, "huge") and flatDensity < 0.02) or (maxScale > 14 and flatDensity < 0.02)) and not string.find(modelPathLower, "cactus") then
propType = "Single"
if maxRaise < 1 then
maxRaise = 0
Expand Down Expand Up @@ -187,26 +187,26 @@ if string.find(string.lower(modelPath), "tree") then
maxYRotation = 180
end

-- if flatDensity <= 0.04 and maxScale > 8 and not string.find(string.lower(placem), "forest") then --it's a big prop, make it so it won't disappear
-- if flatDensity < 0.02 and maxScale > 8 and not string.find(string.lower(placem), "forest") then --it's a big prop, make it so it won't disappear
-- propType = "Single"
-- isFloatingIsland = "TRUE"
-- maxRaise = -3
-- maxLower = -4
-- --flatDensity = flatDensity * 0.5 --flatDensity 2x less
-- end

local modelPathLower = string.lower(modelPath)
-- local modelPathLower = string.lower(modelPath)

if ((string.find(modelPathLower, "huge") and flatDensity <= 0.04) or (maxScale > 9 and flatDensity <= 0.04)) and not string.find(modelPathLower, "cactus") then
propType = "Single"
if maxRaise < 1 then
maxRaise = 0
maxLower = 0
isFloatingIsland = "FALSE"
end
--isFloatingIsland = "TRUE"
--flatDensity = flatDensity * 0.5 --flatDensity 2x less
end
-- if ((string.find(modelPathLower, "huge") and flatDensity < 0.02) or (maxScale > 14 and flatDensity < 0.02)) and not string.find(modelPathLower, "cactus") then
-- propType = "Single"
-- if maxRaise < 1 then
-- maxRaise = 0
-- maxLower = 0
-- isFloatingIsland = "FALSE"
-- end
-- --isFloatingIsland = "TRUE"
-- --flatDensity = flatDensity * 0.5 --flatDensity 2x less
-- end


return [[
Expand Down Expand Up @@ -893,7 +893,7 @@ NMS_MOD_DEFINITION_CONTAINER = --## 2_body
["EXML_CHANGE_TABLE"] = {
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["ADD"] = replaceObjects, ["ADD_OPTION"] = "ADDafterSECTION", },
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["REMOVE"] = "SECTION" },
{ ["PRECEDING_KEY_WORDS"] = {"Objects","DistantObjects",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddDistantProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "FLORACLUMP", -1, 128, 0, 60, 0.5, 1.5, 1, 1, 0, 3, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.2, 0.01, 0, 3), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "FLORACLUMP", -1, 128, 0, 60, 0.5, 1.5, 1, 1, 0, 3, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.2, 0.01, 0, 3), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "SPARSECLUMP", -1, 128, 0, 60, 0.9, 5, 1, 1, 0, 3, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.2, 0.1, 0, 3), }, --## 3c_biome_landm
}, }, --## 3f_biome_end

Expand Down Expand Up @@ -1080,7 +1080,7 @@ NMS_MOD_DEFINITION_CONTAINER = --## 2_body
["EXML_CHANGE_TABLE"] = {
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["ADD"] = replaceObjects, ["ADD_OPTION"] = "ADDafterSECTION", },
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["REMOVE"] = "SECTION" },
{ ["PRECEDING_KEY_WORDS"] = {"Objects","DistantObjects",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddDistantProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "FLORACLUMP", -1, 128, 0, 60, 0.5, 1.5, 1, 1, 0, 3, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.2, 0.01, 0, 3), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "FLORACLUMP", -1, 128, 0, 60, 0.5, 1.5, 1, 1, 0, 3, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.2, 0.01, 0, 3), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/COMMON/TREES/MEDIUMTREE1.SCENE.MBIN", "GRASSCLUMP", -1, 128, 0, 60, 1, 2, 1, 1, 0.18, 5, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.18, 0.01, 0.03, 0), }, --## 3c_biome_landm
}, }, --## 3f_biome_end

Expand Down Expand Up @@ -1420,7 +1420,7 @@ NMS_MOD_DEFINITION_CONTAINER = --## 2_body
["EXML_CHANGE_TABLE"] = {
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["ADD"] = replaceObjects, ["ADD_OPTION"] = "ADDafterSECTION", },
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["REMOVE"] = "SECTION" },
{ ["PRECEDING_KEY_WORDS"] = {"Objects","DistantObjects",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddDistantProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "SPARSECLUMP", -1, 128, 0, 60, 0.9, 5, 1, 1, 0, 3, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.2, 0.1, 0, 3), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","DistantObjects",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddDistantProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "SPARSECLUMP", -1, 128, 0, 60, 0.9, 5, 1, 1, 0, 3, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.2, 0.05, 0, 3), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/HQFROZEN/LARGEPROPS/LARGEICEROCK_1.SCENE.MBIN", "FLORACLUMP", -1, 128, 0, 35, 1, 1.4, 1, 1, 0, 0, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.09, 0.014, 0.004, 1), }, --## 3c_biome_landm
}, }, --## 3f_biome_end

Expand Down Expand Up @@ -1571,7 +1571,7 @@ NMS_MOD_DEFINITION_CONTAINER = --## 2_body
["EXML_CHANGE_TABLE"] = {
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["ADD"] = replaceObjects, ["ADD_OPTION"] = "ADDafterSECTION", },
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["REMOVE"] = "SECTION" },
{ ["PRECEDING_KEY_WORDS"] = {"Objects","DistantObjects",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddDistantProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "JAMESPATCH", -1, 128, 0, 45, 1.6, 3.2, 0.9, 1.1, 0.5, 5, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.15, 0.015, 0.015, 1), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "JAMESPATCH", -1, 128, 0, 45, 1.6, 3.2, 0.9, 1.1, 0.5, 5, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.15, 0.015, 0.015, 1), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/WEIRD/ELBUBBLE/ELBUBBLE.SCENE.MBIN", "BLANKETCLUMP", -1, 128, 0, 100, 4, 9, 1, 1, 0, 0, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.08, 0.032, 0.008, 1), }, --## 3c_biome_landm
}, }, --## 3f_biome_end

Expand All @@ -1587,7 +1587,7 @@ NMS_MOD_DEFINITION_CONTAINER = --## 2_body
["EXML_CHANGE_TABLE"] = {
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["ADD"] = replaceObjects, ["ADD_OPTION"] = "ADDafterSECTION", },
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["REMOVE"] = "SECTION" },
{ ["PRECEDING_KEY_WORDS"] = {"Objects","DistantObjects",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddDistantProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "FLORACLUMP", -1, 128, 0, 60, 0.5, 1.5, 1, 1, 0, 3, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.2, 0.01, 0, 3), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "FLORACLUMP", -1, 128, 0, 60, 0.5, 1.5, 1, 1, 0, 3, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.2, 0.01, 0, 3), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/FROZEN/LARGEPROPS/LARGETREE.SCENE.MBIN", "FOREST", -1, 128, 0, 60, 1, 2, 1, 1, 0.62, 5, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.62, 0.02, 0.03, 0), }, --## 3c_biome_landm
}, }, --## 3f_biome_end

Expand Down Expand Up @@ -2292,7 +2292,7 @@ NMS_MOD_DEFINITION_CONTAINER = --## 2_body
["EXML_CHANGE_TABLE"] = {
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["ADD"] = replaceObjects, ["ADD_OPTION"] = "ADDafterSECTION", },
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["REMOVE"] = "SECTION" },
{ ["PRECEDING_KEY_WORDS"] = {"Objects","DistantObjects",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddDistantProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "JAMESPATCH", -1, 128, 0, 45, 1.6, 3.2, 0.9, 1.1, 0.5, 5, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.15, 0.015, 0.015, 1), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "JAMESPATCH", -1, 128, 0, 45, 1.6, 3.2, 0.9, 1.1, 0.5, 5, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.15, 0.015, 0.015, 1), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "JAMESPATCH", -1, 128, 0, 45, 1.6, 3.2, 0.9, 1.1, 0.5, 5, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.15, 0.015, 0.015, 1), }, --## 3c_biome_landm
}, }, --## 3f_biome_end

Expand Down
40 changes: 20 additions & 20 deletions Lasagna_2_Scripts_v1.22/___Las_Shaidak_Expanded_v1.41.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if string.find(string.lower(modelPath), "tree") then
maxYRotation = 180
end

-- if flatDensity <= 0.04 and maxScale > 8 and not string.find(string.lower(placem), "forest") then --it's a big prop, make it so it won't disappear
-- if flatDensity < 0.02 and maxScale > 8 and not string.find(string.lower(placem), "forest") then --it's a big prop, make it so it won't disappear
-- propType = "Single"
-- isFloatingIsland = "TRUE"
-- maxRaise = -3
Expand All @@ -46,7 +46,7 @@ end

local modelPathLower = string.lower(modelPath)

if ((string.find(modelPathLower, "huge") and flatDensity <= 0.04) or (maxScale > 9 and flatDensity <= 0.04)) and not string.find(modelPathLower, "cactus") then
if ((string.find(modelPathLower, "huge") and flatDensity < 0.02) or (maxScale > 14 and flatDensity < 0.02)) and not string.find(modelPathLower, "cactus") then
propType = "Single"
if maxRaise < 1 then
maxRaise = 0
Expand Down Expand Up @@ -177,26 +177,26 @@ if string.find(string.lower(modelPath), "tree") then
maxYRotation = 180
end

-- if flatDensity <= 0.04 and maxScale > 8 and not string.find(string.lower(placem), "forest") then --it's a big prop, make it so it won't disappear
-- if flatDensity < 0.02 and maxScale > 8 and not string.find(string.lower(placem), "forest") then --it's a big prop, make it so it won't disappear
-- propType = "Single"
-- isFloatingIsland = "TRUE"
-- maxRaise = -3
-- maxLower = -4
-- --flatDensity = flatDensity * 0.5 --flatDensity 2x less
-- end

local modelPathLower = string.lower(modelPath)
-- local modelPathLower = string.lower(modelPath)

if ((string.find(modelPathLower, "huge") and flatDensity <= 0.04) or (maxScale > 9 and flatDensity <= 0.04)) and not string.find(modelPathLower, "cactus") then
propType = "Single"
if maxRaise < 1 then
maxRaise = 0
maxLower = 0
isFloatingIsland = "FALSE"
end
--isFloatingIsland = "TRUE"
--flatDensity = flatDensity * 0.5 --flatDensity 2x less
end
-- if ((string.find(modelPathLower, "huge") and flatDensity < 0.02) or (maxScale > 14 and flatDensity < 0.02)) and not string.find(modelPathLower, "cactus") then
-- propType = "Single"
-- if maxRaise < 1 then
-- maxRaise = 0
-- maxLower = 0
-- isFloatingIsland = "FALSE"
-- end
-- --isFloatingIsland = "TRUE"
-- --flatDensity = flatDensity * 0.5 --flatDensity 2x less
-- end


return [[
Expand Down Expand Up @@ -883,7 +883,7 @@ NMS_MOD_DEFINITION_CONTAINER = --## 2_body
["EXML_CHANGE_TABLE"] = {
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["ADD"] = replaceObjects, ["ADD_OPTION"] = "ADDafterSECTION", },
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["REMOVE"] = "SECTION" },
{ ["PRECEDING_KEY_WORDS"] = {"Objects","DistantObjects",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddDistantProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "FLORACLUMP", -1, 128, 0, 60, 0.5, 1.5, 1, 1, 0, 3, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.2, 0.01, 0, 3), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "FLORACLUMP", -1, 128, 0, 60, 0.5, 1.5, 1, 1, 0, 3, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.2, 0.01, 0, 3), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "SPARSECLUMP", -1, 128, 0, 60, 0.9, 5, 1, 1, 0, 3, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.2, 0.1, 0, 3), }, --## 3c_biome_landm
}, }, --## 3f_biome_end

Expand Down Expand Up @@ -1070,7 +1070,7 @@ NMS_MOD_DEFINITION_CONTAINER = --## 2_body
["EXML_CHANGE_TABLE"] = {
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["ADD"] = replaceObjects, ["ADD_OPTION"] = "ADDafterSECTION", },
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["REMOVE"] = "SECTION" },
{ ["PRECEDING_KEY_WORDS"] = {"Objects","DistantObjects",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddDistantProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "FLORACLUMP", -1, 128, 0, 60, 0.5, 1.5, 1, 1, 0, 3, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.2, 0.01, 0, 3), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "FLORACLUMP", -1, 128, 0, 60, 0.5, 1.5, 1, 1, 0, 3, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.2, 0.01, 0, 3), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/COMMON/TREES/MEDIUMTREE1.SCENE.MBIN", "GRASSCLUMP", -1, 128, 0, 60, 1, 2, 1, 1, 0.18, 5, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.18, 0.01, 0.03, 0), }, --## 3c_biome_landm
}, }, --## 3f_biome_end

Expand Down Expand Up @@ -1410,7 +1410,7 @@ NMS_MOD_DEFINITION_CONTAINER = --## 2_body
["EXML_CHANGE_TABLE"] = {
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["ADD"] = replaceObjects, ["ADD_OPTION"] = "ADDafterSECTION", },
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["REMOVE"] = "SECTION" },
{ ["PRECEDING_KEY_WORDS"] = {"Objects","DistantObjects",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddDistantProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "SPARSECLUMP", -1, 128, 0, 60, 0.9, 5, 1, 1, 0, 3, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.2, 0.1, 0, 3), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","DistantObjects",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddDistantProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "SPARSECLUMP", -1, 128, 0, 60, 0.9, 5, 1, 1, 0, 3, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.2, 0.05, 0, 3), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/HQFROZEN/LARGEPROPS/LARGEICEROCK_1.SCENE.MBIN", "FLORACLUMP", -1, 128, 0, 35, 1, 1.4, 1, 1, 0, 0, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.09, 0.014, 0.004, 1), }, --## 3c_biome_landm
}, }, --## 3f_biome_end

Expand Down Expand Up @@ -1561,7 +1561,7 @@ NMS_MOD_DEFINITION_CONTAINER = --## 2_body
["EXML_CHANGE_TABLE"] = {
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["ADD"] = replaceObjects, ["ADD_OPTION"] = "ADDafterSECTION", },
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["REMOVE"] = "SECTION" },
{ ["PRECEDING_KEY_WORDS"] = {"Objects","DistantObjects",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddDistantProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "JAMESPATCH", -1, 128, 0, 45, 1.6, 3.2, 0.9, 1.1, 0.5, 5, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.15, 0.015, 0.015, 1), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "JAMESPATCH", -1, 128, 0, 45, 1.6, 3.2, 0.9, 1.1, 0.5, 5, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.15, 0.015, 0.015, 1), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/WEIRD/ELBUBBLE/ELBUBBLE.SCENE.MBIN", "BLANKETCLUMP", -1, 128, 0, 100, 4, 9, 1, 1, 0, 0, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.08, 0.032, 0.008, 1), }, --## 3c_biome_landm
}, }, --## 3f_biome_end

Expand All @@ -1577,7 +1577,7 @@ NMS_MOD_DEFINITION_CONTAINER = --## 2_body
["EXML_CHANGE_TABLE"] = {
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["ADD"] = replaceObjects, ["ADD_OPTION"] = "ADDafterSECTION", },
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["REMOVE"] = "SECTION" },
{ ["PRECEDING_KEY_WORDS"] = {"Objects","DistantObjects",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddDistantProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "FLORACLUMP", -1, 128, 0, 60, 0.5, 1.5, 1, 1, 0, 3, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.2, 0.01, 0, 3), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "FLORACLUMP", -1, 128, 0, 60, 0.5, 1.5, 1, 1, 0, 3, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.2, 0.01, 0, 3), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/FROZEN/LARGEPROPS/LARGETREE.SCENE.MBIN", "FOREST", -1, 128, 0, 60, 1, 2, 1, 1, 0.62, 5, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.62, 0.02, 0.03, 0), }, --## 3c_biome_landm
}, }, --## 3f_biome_end

Expand Down Expand Up @@ -2282,7 +2282,7 @@ NMS_MOD_DEFINITION_CONTAINER = --## 2_body
["EXML_CHANGE_TABLE"] = {
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["ADD"] = replaceObjects, ["ADD_OPTION"] = "ADDafterSECTION", },
{ ["PRECEDING_KEY_WORDS"] = {"Objects",}, ["REMOVE"] = "SECTION" },
{ ["PRECEDING_KEY_WORDS"] = {"Objects","DistantObjects",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddDistantProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "JAMESPATCH", -1, 128, 0, 45, 1.6, 3.2, 0.9, 1.1, 0.5, 5, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.15, 0.015, 0.015, 1), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "JAMESPATCH", -1, 128, 0, 45, 1.6, 3.2, 0.9, 1.1, 0.5, 5, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.15, 0.015, 0.015, 1), }, --## 3b_biome_dist
{ ["PRECEDING_KEY_WORDS"] = {"Objects","Landmarks",}, ["ADD_OPTION"] = "ADDafterLINE", ["ADD"] = AddLandmarkProp("MODELS/PLANETS/BIOMES/FROZENPILLARS/LARGEPILLAR.SCENE.MBIN", "JAMESPATCH", -1, 128, 0, 45, 1.6, 3.2, 0.9, 1.1, 0.5, 5, 180, 0, 0, "TRUE", "TRUE", "FALSE", "FALSE", 0.15, 0.015, 0.015, 1), }, --## 3c_biome_landm
}, }, --## 3f_biome_end

Expand Down
Loading

0 comments on commit 5e9419c

Please sign in to comment.