Hi everyone.
It seems my search button isn't working anymore? So I had a quick question about neutrals at planets on changing them around. I'm wanting to make them have more numbers at planets, as well as giving them the option to also have cap ships from time to time. Looking at the code in the gameplay file. I think I found the info for changing this.
rebellionInfo
minTimeBetweenAttacks 450
maxTimeBetweenAttacks 570
arrivalDelayTime 15
spawnShips
minFleetPoints 2000
maxFleetPoints 4000
requiredShipCount 5
randomShipCount 15
randomShip
type "FrigateTechLight"
weight 2
randomShip
type "FrigateTechLongRange"
weight 6
randomShip
type "FrigateTechHeavy"
weight 7
randomShip
type "FrigateTechAntiFighter"
weight 3
randomShip
type "FrigateTechSiege"
weight 3
You can see I've changed some things around.
I was wondering what the weight ment tho. Higher number means less chance to see that type, or lower number. Also I'm not 100% sure how to add cap ships into the list for them to spawn randomly on maps.
I think it might be where I need to add another line like this
randomShip
type "FrigateTechSiege"
weight 3
Where type is, I would have a cap ship. Just not sure what the name swould be here.
Any help out there I would love it. Thanks.