first of all, i not want to blame anyone here, it's my own wrong when i make my game crashing because i edited something, but maybe some of you guys can help me with that:
in the defines.lua there is this:
SECTOR_STATION_BUDGET_FRACTION = 0.30, -- Fraction of budget going to stations
SECTOR_BUILDING_BUDGET_FRACTION = 0.40, -- Fraction of budget going to buildings
SECTOR_SPACEPORT_BUDGET_FRACTION = 0.20,-- Fraction of budget going to spaceports
SECTOR_ARMY_BUDGET_FRACTION = 0.10, -- Fraction of budget going to armies
i not want that the sectorAI uses any resources in building Armies, Spaceports or Stations. only buildings please.
so i tried to edit those values. "1" to building budget, "0" to the others
but no matter how i change this values the game always crashing on startup.
what i'm doing wrong?
in the defines.lua there is this:
SECTOR_STATION_BUDGET_FRACTION = 0.30, -- Fraction of budget going to stations
SECTOR_BUILDING_BUDGET_FRACTION = 0.40, -- Fraction of budget going to buildings
SECTOR_SPACEPORT_BUDGET_FRACTION = 0.20,-- Fraction of budget going to spaceports
SECTOR_ARMY_BUDGET_FRACTION = 0.10, -- Fraction of budget going to armies
i not want that the sectorAI uses any resources in building Armies, Spaceports or Stations. only buildings please.
so i tried to edit those values. "1" to building budget, "0" to the others
but no matter how i change this values the game always crashing on startup.
what i'm doing wrong?