I was considering creating a (private) server with a rule: "no underground bases". It is probably self explanatory, why such rule would enhance gameplay.
However, I have encounter a small problem... How do I enforce it? Are heat generating objects (such as forges, campfires) encoded somewhere in plain text in server save files? Or is it binary? In principle, I could write a small script, that would regularly scan save files and look for such objects and their coordinates, and if it finds forge somewhere underground, I could then take action. Unfortunately, I am not yet acquaintanced with how objects are encoded in save files. Any help on that?
However, I have encounter a small problem... How do I enforce it? Are heat generating objects (such as forges, campfires) encoded somewhere in plain text in server save files? Or is it binary? In principle, I could write a small script, that would regularly scan save files and look for such objects and their coordinates, and if it finds forge somewhere underground, I could then take action. Unfortunately, I am not yet acquaintanced with how objects are encoded in save files. Any help on that?