Titan Upgrade Points

I was wondering if theres a way to have Titans upgrades for free

Thanks.

7,521 views 3 replies
Reply #1 Top

Unfortunately no, a Titan can have a maximum of 20 upgrade points, 2 per level, there is no way to give it upgrades for free, you can give capital ships free upgrades though by changing the maximum amount of levels you can train it and change the cost to 0. You could though give the player something that spawned hostile vessels so you could train your titan without having to put it in harms way. You could also change what each upgrade does for the titan, like combining all the upgrades into 1 excluding abilities, that would reduce the amount of upgrade points you would have to spend.

Reply #2 Top

Technically yes...in the dev.exe, if you disable slot restrictions then you can have infinite ability upgrades (both titans and caps)....however this also applies to fleet supply and logistic slots and so it would be a very broken game...

In practice, no you cannot...you could mod titans so that 20 upgrades would "unlock everything" by reducing the number of upgrades and/or number of levels for each upgrade path, and you could do as drian suggested, which is to make each level require 0 experience...

Reply #3 Top

Make a mod... lower these in Gameplay.constants

TitanData
ExperienceLevelData:0
ExperienceNeededForNextLevel 500.0
ExperienceGainedForDestroying 350.0
ExperienceLevelData:1
ExperienceNeededForNextLevel 1250.0
ExperienceGainedForDestroying 420.0
ExperienceLevelData:2
ExperienceNeededForNextLevel 2250.0
ExperienceGainedForDestroying 525.0
ExperienceLevelData:3
ExperienceNeededForNextLevel 3750.0
ExperienceGainedForDestroying 665.0
ExperienceLevelData:4
ExperienceNeededForNextLevel 5750.0
ExperienceGainedForDestroying 840.0
ExperienceLevelData:5
ExperienceNeededForNextLevel 8250.0
ExperienceGainedForDestroying 1050.0
ExperienceLevelData:6
ExperienceNeededForNextLevel 11250.0
ExperienceGainedForDestroying 1295.0
ExperienceLevelData:7
ExperienceNeededForNextLevel 15000.0
ExperienceGainedForDestroying 1575.0
ExperienceLevelData:8
ExperienceNeededForNextLevel 19500.0
ExperienceGainedForDestroying 1890.0
ExperienceLevelData:9
ExperienceNeededForNextLevel 0.0
ExperienceGainedForDestroying 2240.0
LevelUpEffectName "Titan_LevelUp"
LevelUpEffectSoundID "CAPITALSHIP_LEVELUP"
AdditionalPriceModifierPerLevel 0.10
AdditionalBuildTimeModifierPerLevel 0.10