I want to increase the distance of the two guaranteed generated colonizable planets from an empire's starting system, but had no success in doing so. I've changed the 'distance = min' value in this line of the empire_initializers.txt:
}
neighbor_system = {
distance = { min = 10 max = @distance } <- Changed this from 10 to 30
initializer = "neighbor_t2"
}
But it didn't seem to have any effect. The starting systems were still one or two jumps away from my capital system. Can anyone give me a hint here?
}
neighbor_system = {
distance = { min = 10 max = @distance } <- Changed this from 10 to 30
initializer = "neighbor_t2"
}
But it didn't seem to have any effect. The starting systems were still one or two jumps away from my capital system. Can anyone give me a hint here?