redxlaser15 Posted August 12, 2019 Share Posted August 12, 2019 *gasp* I see some industrial wire! This place is HIDEOUS! Link to comment Share on other sites More sharing options...
agassijeremy19 Posted August 12, 2019 Share Posted August 12, 2019 it's nearly the same like your first post that i just replied to if you want to use dnspy. i'm searching everywhere but no mods to reduce it Link to comment Share on other sites More sharing options...
agassijeremy19 Posted August 12, 2019 Share Posted August 12, 2019 do my 1-7 steps. search for BUILDINGS.DECOR.PENALTY.TIER5 . Change the TIER5 to TIER0 it will change the decor penalty from -25 radius 6 to -5 radius 1 Link to comment Share on other sites More sharing options...
Rainbowdesign Posted August 12, 2019 Share Posted August 12, 2019 You can use the lua scripting engine with it. There are some examples how to use lua for that. Its on the steam workshop. Link to comment Share on other sites More sharing options...
agassijeremy19 Posted August 12, 2019 Share Posted August 12, 2019 13 minutes ago, Rainbowdesign said: You can use the lua scripting engine with it. There are some examples how to use lua for that. Its on the steam workshop. yes you can, but i dont know how to make one Link to comment Share on other sites More sharing options...
Rainbowdesign Posted August 13, 2019 Share Posted August 13, 2019 function start() DebugLog(" buildingpatches ") GetBuildingDef("MassiveHeatSink").Floodable = false GetBuildingDef("SuitLocker").Floodable = false GetBuildingDef("SuitMarker").Floodable = false GetBuildingDef("JetSuitLocker").Floodable = false GetBuildingDef("JetSuitMarker").Floodable = false GetBuildingDef("TravelTubeEntrance").Floodable = false GetBuildingDef("GasFilter").EnergyConsumptionWhenActive = 10 GetBuildingDef("LiquidFilter").EnergyConsumptionWhenActive = 10 GetBuildingDef("WireRefinedHighWattage").BaseDecor = -1 GetBuildingDef("WireRefinedBridgeHighWattage").BaseDecor = -1 end This is the example from my files. so all you need to do is: function start() GetBuildingDef("WireHighWattage").BaseDecor = -5 GetBuildingDef("WireBridgeHighWattage").BaseDecor = -5 end And afterward follow the instructions in the mod and dump the text in the scripting folder in the init.lua and restart Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.