Heat shield tile is only present when bobrevamp is activated. Adding the check similiar to the one on L259 makes the game launch properly without bobrevamp.
330 - if settings.startup["ERPTbaAB-use-heat-shield-tile"].value then
330 + if mods["bobrevamp"] and settings.startup["ERPTbaAB-use-heat-shield-tile"].value then