I was setting up my server and making some POB's that I would like as permanent, non-destroyable stations in the mod. Mining bases and black markets, for example. I see the bases have the line invulnerable = 0 in them. Do I switch this to invulnerable = 1 to get a permanent base?
OR do i edit the
[CoreModule]
dont_eat = 0
dont_rust = 0
While I'm not a coding expert, invulnerable = 1 seems to be the proper solution, dont_eat = 1 and sont_rust = 1 seem to only turn off the crew requirements (food, water, oxygene) and the wear and tear damage, but not protect the base from hostile fire.