This mod causes my FPS to go from 60 down to 25-30 even though my system isn't at 100%.. anybody know what could be the cause? I use Dead Plants, Waterless Deserts and Multibiome as generation mods
LUA file for this mod. No major changes to this game file but still safer to use a LUA. As normal" _CONTAINER" is mangeled by the website so needs to be fixed. ?Author = "camustc" ModName = "OpenWater" ModNameSub = "" BaseDescription = "" GameVersion = "407" ModVersion = "a" FileSource1 = "METADATA\SIMULATION\SOLARSYSTEM\VOXELGENERATORSETTINGS.MBIN"
I just updated the mod files without realizing you made this script already, lol. Your script's better than the one I made originally so ended up adding it to the optional files instead, hope you don't mind.
Just to let you Know the New Patch Came out Today "Nov 10"....And most Mods are Not working Now...Oh and will have to redo the DISABLEMODS file over to!
25 comments
could You upload LUA file?
thanks
I use Dead Plants, Waterless Deserts and Multibiome as generation mods
Thanks!
(I haven't tried yet)
As normal" _CONTAINER" is mangeled by the website so needs to be fixed.
?Author = "camustc"
ModName = "OpenWater"
ModNameSub = ""
BaseDescription = ""
GameVersion = "407"
ModVersion = "a"
FileSource1 = "METADATA\SIMULATION\SOLARSYSTEM\VOXELGENERATORSETTINGS.MBIN"
NMS_MOD_DEFINITION_CO NTAINER = {
["MOD_FILENAME"] = ModName.." "..ModNameSub.." "..GameVersion..ModVersion..".pak",
["MOD_DESCRIPTION"] = BaseDescription,
["MOD_AUTHOR"] = Author,
["NMS_VERSION"] = GameVersion,
["MODIFICATIONS"] = {
{
["MBIN_CHANGE_TABLE"] = {
{
["MBIN_FILE_SOURCE"] = FileSource1,
["EXML_CHANGE_TABLE"] = {
{
["SPECIAL_KEY_WORDS"] = {"UnderWater", "TkNoiseUberLayerData.xml"},
["INTEGER_TO_FLOAT"] = "FORCE",
["REPLACE_TYPE"] = "ALL",
["VALUE_CHANGE_TABLE"] = {
{"Height",10}, -- 100
{"Width",25}, -- 250
{"RegionScale",100}, -- 1
{"PlateauStratas",1.0}, -- 2.5
{"PlateauSharpness",10}, -- 3
{"PlateauRegionSize",0} -- 100
}
}
}
}
}
}
}
}
Thank you!