Skip to content

Commit

Permalink
Add lava config for Claymore
Browse files Browse the repository at this point in the history
  • Loading branch information
AntlerForce committed Oct 22, 2024
1 parent ee5f9bf commit 9601668
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions luarules/configs/lavaConfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,25 @@ elseif string.find(mapName, "sector") then
addTideRhym (4, 0.05, 5*6000)
end

elseif string.find(mapName, "claymore") then
lavaMap = true
lavaGrow = 0
nolavaburstcegs = true
lavaDiffuseEmitTex = "LuaUI/images/lava/lava2_diffuseemitblue.dds"
lavaColorCorrection = "vec3(0.4, 0.5, 0.4)"
lavaCoastColor = "vec3(0.24, 0.46, 0.5)"
lavaCoastLightBoost = 0.3
lavaFogColor = "vec3(0.24, 0.46, 0.5)"
lavaFogFactor = 0.01
lavaFogHeight = 15
lavaFogAbove = 4.0
lavaFogDistortion = 2.0
lavaTideamplitude = 0.3
lavaTideperiod = 1000
if isLavaGadget and isLavaGadget == "synced" then
addTideRhym (-1, 0.05, 5*6000)
end

elseif string.find(mapName, "hyperion shale") then
lavaMap = true
lavaGrow = 0
Expand Down

0 comments on commit 9601668

Please sign in to comment.