Space Age x Bob's Compatibility

by Phalke

Compatibility tweaks for Space Age + Bob's Mods.

Tweaks
7 months ago
2.0
598
Transportation

g heat shield capacity fix

17 days ago

this mod is setting heat shield rocket capacity from 1300 to 16.
i have let chat gpt write a small mod fixing this issue by adding 1 change.
here is the mod., is someone needs it:
https://files.fm/f/kshumj2qjq

in future you can simple add this code in data-final-fixes.lua
-- Restore explicit bob heat shield weight so rocket capacity stays high.
do
local heat_shield = data.raw.item and data.raw.item["bob-heat-shield-tile"]
if heat_shield then
heat_shield.weight = 770
log("[space-age-bobs-compat] Set bob-heat-shield-tile weight to 770")
end
end

log is optional of course

14 days ago

now created a mod containing also this change
https://mods.factorio.com/mod/bobs-rocket-capacities

New response