Star base more upgrade problem
Ok Im trying to make it so you can max all of the starbases upgrades but Iv tried but when I change this part of the code, when i build the starbase it just appears and than dissapers.
Here is the coding.
StarBaseTech.entity
TXT
entityType "StarBase"
ability:0 "AbilityResupply"
ability:1 "AbilitySelfDestruct"
ability:2 ""
ability:3 "AbilityDestabilizeHyperspacePhase"
ability:4 ""
defaultAutoAttackRange "None"
defaultAutoAttackOn TRUE
prefersToFocusFire TRUE
usesFighterAttack FALSE
numRandomDebrisLarge 12
numRandomDebrisSmall 24
etc( a bought middle of coding)
experiencePointsForDestroying 400.000000
nameStringID "IDS_STARBASETECH_NAME"
picture "PICTURE_STARBASETECH"
statCountType "StarBase"
maxUpgradeLevelCount 20 THis was 8
UpgradeTypeCount 8
UpgradeType "StarBaseUpgradeTechWeapons"
UpgradeType "StarBaseUpgradeTechToughness"
UpgradeType "StarBaseUpgradeTechHangar"
UpgradeType "StarBaseUpgradeTechTradePort"
UpgradeType "StarBaseUpgradeTechBlockColonize"
UpgradeType "StarBaseUpgradeTechFactory"
UpgradeType "StarBaseUpgradeTechResupply"
UpgradeType "StarBaseUpgradeTechSelfDestruct"
etc
I also tired changing Upgrade tupe count 8 and it did the same. I also tried changing them both. same thing happened.