Of course it can be done. That's what the custom personalities are for. You can customize any of those scripts to your liking.
If you'd delete this part from the Body report:
{if reportbody.volcanism:
This planet shows signs of volcanism, with
{if reportbody.volcanism.type = 'Geysers':
{if reportbody.volcanism.amount = 'Major':
high numbers of
|elif reportbody.volcanism.amount = 'Minor':
low numbers of
}
active {reportbody.volcanism.composition} geysers
|else:
{if reportbody.volcanism.amount = 'Major':
high levels of
|elif reportbody.volcanism.amount = 'Minor':
low levels of
}
active {reportbody.volcanism.composition} magma flows
}.
}
you'd get no info on vulcanism.
edit: be careful with those brackets, though. one too much -> error
edit 2: i, too, can't disable every single item. blueprint make/material report/body report cannot be unchecked. i thought it's bc they are called as nested scripts from sw else?
You know what, you are absolutely right. It's just been so long since I've done any coding, I have forgotten virtually everything I knew. Was just hoping to NOT eff things up too bad. LOL