It also has improved damage frames and an active anim (with damageanim) of a glowing dome in the centre of the ringrails.
Download Zip with the SHPs and art/rules.ini examples: LKOFTWRv11.zip
Ingame:

Buildup:

Cameos: MG, Single Cannon, Double Cannon, SAM, Artillery, Disruptor (following Denmon0728 example of good cameos for the old version posted at tibweb)






The turrets: MG, Single Cannon, Double Cannon, SAM, Artillery, Disruptor






\EDIT the old version below
As written in the Thread Upgradable Defense Building with 2 or more Turrets in the advanced editing forum from TiberiumWeb.com i tried to make a Base Defense with 2 upgrades/Turrets.
I released this on tumsun too, but hope i'll find here someone who can find a solution for the building having 2 turret-upgrades.
Even if i didn't get it work, because i can't even make a duplicate of the Component Tower (the CTWR seems to be hard coded), i still made the Heavy Base Defense, because i hate the weakness of the ctwr (i spend much money for a good turret but only few shots are needed to get it destroyed, making the ctwr useless in my eyes).
I also tried it with the code from the GDI upgrade Centre, but the main problem is, that even if those upgrades can have each his own weapon, they can't have any Turret animation. Only looped animations are working for this. Thats why this idea isn't usable too.
At least i made for my little mod 5 different tower with each having a different turret. I know it's not perfect, but since it isn't possible in an other way, or someone finds a better one i leave it.
OK, here is the result
It's a 2x2 Base Defense with 5 different Turrets. MG, Single Cannon, Double Cannon, Missile Turret and Artillery turret.
The main (Primary) Turret is turning on 2 big metal rings going aroung the main building. The Secondary Turret (not done yet) can be placed on top similar to the ctwr upgrades.
Ingame:

Note: i didn't made the secondary upgrades yet. i will make them later \EDIT (no i don't think i will make secondary upgrades anymore)
Final Note: I hope someone finds out how to make it work with 2 upgradable turrets and post his/her solution here. Even a solution for only 1 upgrade would make me happy because i didn't even get this work without replacing the original ctwr. (in addition the replacement of the ctwr would only allow 3 different turret images, seems to be hardcoded too)
OK here some code (the FLH's aren't worked out yet)
this is so long because this is all my testing code (5 buildings with fixed preinstalled turrets and no upgrades, 1 with 2 upgrades plus the 5 turrets but this doesnt work)
art.ini
Code:
[FTWR]
Remapable=yes
Normalized=yes
Cameo=FTWRICON
Foundation=2x2
Buildup=FTWRMK
DemandLoadBuildup=true
FreeBuildup=true
NewTheater=no
Height=2
PowerUp1LocXX=0
PowerUp1LocYY=0
PowerUp1LocZZ=-100
PowerUp1YSort=-100
PowerUp2LocXX=-150
PowerUp2LocYY=0
PowerUp2LocZZ=-225
PowerUp2YSort=-225
;following the upgrades if they would work
[FTWRMG]
Cameo=FTMGICON
Image=FTWR_MG
Remapable=yes
Foundation=1x1
PrimaryFireFLH=162,30,90
SecondaryFireFLH=162,-30,90
NewTheater=no
[FTWRCNNS]
Cameo=FTSCICON
Image=FTWR_CNNS
Remapable=yes
Foundation=1x1
PrimaryFireFLH=162,30,90
SecondaryFireFLH=162,-30,90
NewTheater=no
[FTWRCNND]
Cameo=FTDCICON
Image=FTWR_CNND
Remapable=yes
Foundation=1x1
PrimaryFireFLH=162,30,90
SecondaryFireFLH=162,-30,90
NewTheater=no
[FTWRARTY]
Cameo=FTAYICON
Image=FTWR_ARTY
Remapable=yes
Foundation=1x1
PrimaryFireFLH=162,30,90
SecondaryFireFLH=162,-30,90
NewTheater=no
[FTWRSAM]
Cameo=FTMSICON
Image=FTWR_SAM
Remapable=yes
Foundation=1x1
PrimaryFireFLH=162,30,90
SecondaryFireFLH=162,-30,90
NewTheater=no
;following the turret images
[FTWR_MG]
LoopStart=0
LoopEnd=32
LoopCount=-1
Rate=0
Surface=yes
NewTheater=yes
PrimaryFireFLH=162,30,90
SecondaryFireFLH=162,-30,90
[FTWR_CNNS]
LoopStart=0
LoopEnd=32
LoopCount=-1
Rate=0
Surface=yes
NewTheater=yes
PrimaryFireFLH=162,80,90
SecondaryFireFLH=162,-80,90
[FTWR_CNND]
LoopStart=0
LoopEnd=32
LoopCount=-1
Rate=0
Surface=yes
NewTheater=yes
PrimaryFireFLH=162,80,90
SecondaryFireFLH=162,-80,90
[FTWR_ARTY]
LoopStart=0
LoopEnd=32
LoopCount=-1
Rate=0
Surface=yes
NewTheater=yes
PrimaryFireFLH=162,60,90
SecondaryFireFLH=162,-60,90
[FTWR_SAM]
LoopStart=0
LoopEnd=32
LoopCount=-1
Rate=0
Surface=yes
NewTheater=yes
PrimaryFireFLH=162,50,90
SecondaryFireFLH=162,-50,90
Code:
[BuildingTypes]
208=GAFTWRMG ;building with preinstalled turret
209=GAFTWRART
210=GAFTWRSAM
211=GAFTWRCNN
212=GAFTWRCNNS
213=GAFTWR ; building without any turret but 2 upgrades
214=GAFPLG1 ;the upgrade if they would work
215=GAFPLG2
216=GAFPLG3
217=GAFPLG4
218=GAFPLG5
[Animations]
856=FTWRMK
857=FTWR_MG
858=FTWR_CNNS
859=FTWR_CNND
860=FTWR_ARTY
861=FTWR_SAM
; the tower with the fixed preinstalled turret
[GAFTWRMG]
Image=FTWR
Name=Fortress MG Tower
Strength=1500
Armor=heavy
;Prerequisite=GAPILE
TechLevel=2
Sight=7
Adjacent=7
Owner=GDI
Cost=125
Turret=yes
Points=50
Power=-1
Sensors=yes
BaseNormal=yes ;no
Crewed=no
ROT=3
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
TurretAnimZAdjust=-100 ;WST 6/18/99 was 50 but cause z buffer problem: Component towers turret animation depends on what the player attaches :
HasSpotlight=false;
MaxDebris=6
ThreatPosed=30 ; This value MUST be 0 for all building addons
DamageParticleSystems=SparkSys,LGSparkSys
DamageSmokeOffset=500, 500, 400
IsBase=no
HasStupidGuardMode=false
;Upgrades=2
Turret=yes
TurretAnim=FTWR_MG
TurretAnimIsVoxel=false
TurretAnimX=0
TurretAnimY=0
TurretAnimZAdjust=-100
Primary=VulcanFortress
Secondary=VulcanFortress
[GAFTWRART]
Image=FTWR
Name=Fortress Artillery Tower
Strength=1500
Armor=heavy
;Prerequisite=GAPILE
TechLevel=2
Sight=7
Adjacent=7
Owner=GDI
Cost=125
Turret=yes
Points=50
Power=-1
Sensors=yes
BaseNormal=yes ;no
Crewed=no
ROT=3
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
TurretAnimZAdjust=-100 ;WST 6/18/99 was 50 but cause z buffer problem: Component towers turret animation depends on what the player attaches :
HasSpotlight=false;
MaxDebris=6
ThreatPosed=30 ; This value MUST be 0 for all building addons
DamageParticleSystems=SparkSys,LGSparkSys
DamageSmokeOffset=500, 500, 400
IsBase=no
HasStupidGuardMode=false
;Upgrades=2
Turret=yes
TurretAnim=FTWR_ARTY
TurretAnimIsVoxel=false
TurretAnimX=0
TurretAnimY=0
TurretAnimZAdjust=-100
Primary=Jugg90mm
[GAFTWRSAM]
Image=FTWR
Name=Fortress Missile Tower
Strength=1500
Armor=heavy
;Prerequisite=GAPILE
TechLevel=2
Sight=7
Adjacent=7
Owner=GDI
Cost=125
Turret=yes
Points=50
Power=-1
Sensors=yes
BaseNormal=yes ;no
Crewed=no
ROT=3
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
TurretAnimZAdjust=-100 ;WST 6/18/99 was 50 but cause z buffer problem: Component towers turret animation depends on what the player attaches :
HasSpotlight=false;
MaxDebris=6
ThreatPosed=30 ; This value MUST be 0 for all building addons
DamageParticleSystems=SparkSys,LGSparkSys
DamageSmokeOffset=500, 500, 400
IsBase=no
HasStupidGuardMode=false
;Upgrades=2
Turret=yes
TurretAnim=FTWR_SAM
TurretAnimIsVoxel=false
TurretAnimX=0
TurretAnimY=0
TurretAnimZAdjust=-100
Primary=HoverMissileElite
[GAFTWRCNN]
Image=FTWR
Name=Fortress Double Cannon Tower
Strength=1500
Armor=heavy
;Prerequisite=GAPILE
TechLevel=2
Sight=7
Adjacent=7
Owner=GDI
Cost=125
Turret=yes
Points=50
Power=-1
Sensors=yes
BaseNormal=yes ;no
Crewed=no
ROT=3
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
TurretAnimZAdjust=-100 ;WST 6/18/99 was 50 but cause z buffer problem: Component towers turret animation depends on what the player attaches :
HasSpotlight=false;
MaxDebris=6
ThreatPosed=30 ; This value MUST be 0 for all building addons
DamageParticleSystems=SparkSys,LGSparkSys
DamageSmokeOffset=500, 500, 400
IsBase=no
HasStupidGuardMode=false
;Upgrades=2
Turret=yes
TurretAnim=FTWR_CNND
TurretAnimIsVoxel=false
TurretAnimX=0
TurretAnimY=0
TurretAnimZAdjust=-100
Primary=120mmx
[GAFTWRCNNS]
Image=FTWR
Name=Fortress Single Cannon Tower
Strength=1500
Armor=heavy
;Prerequisite=GAPILE
TechLevel=2
Sight=7
Adjacent=7
Owner=GDI
Cost=125
Turret=yes
Points=50
Power=-1
Sensors=yes
BaseNormal=yes ;no
Crewed=no
ROT=3
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
TurretAnimZAdjust=-100 ;WST 6/18/99 was 50 but cause z buffer problem: Component towers turret animation depends on what the player attaches :
HasSpotlight=false;
MaxDebris=6
ThreatPosed=30 ; This value MUST be 0 for all building addons
DamageParticleSystems=SparkSys,LGSparkSys
DamageSmokeOffset=500, 500, 400
IsBase=no
HasStupidGuardMode=false
;Upgrades=2
Turret=yes
TurretAnim=FTWR_CNNS
TurretAnimIsVoxel=false
TurretAnimX=0
TurretAnimY=0
TurretAnimZAdjust=-100
Primary=120mm
;my idea of the tower with 2 upgrades
[GAFTWR]
Image=FTWR
Name=Fortress Tower
Strength=1500
Armor=heavy
Prerequisite=GAPILE
TechLevel=2
Sight=7
Adjacent=7
Owner=GDI
Cost=125
Turret=yes
Points=50
Power=-1
Sensors=yes
BaseNormal=yes ;no
Crewed=no
ROT=3
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
TurretAnimZAdjust=-100 ;WST 6/18/99 was 50 but cause z buffer problem: Component towers turret animation depends on what the player attaches :
HasSpotlight=false;
MaxDebris=6
ThreatPosed=30 ; This value MUST be 0 for all building addons
DamageParticleSystems=SparkSys,LGSparkSys
DamageSmokeOffset=500, 500, 400
IsBase=no
HasStupidGuardMode=false
Upgrades=2
Turret=yes
;TurretAnim=FTWR_MG
TurretAnimIsVoxel=false
TurretAnimX=0
TurretAnimY=0
TurretAnimZAdjust=-100
Primary=VulcanFortress
Secondary=VulcanFortress
;my idea of the upgradable turrets
[GAFPLG1]
Name=Primary MG Pod
Image=FTWRMG
Prerequisite=GAFTWR
TechLevel=5
Armor=wood
Sight=7
Owner=GDI
Cost=10
Points=30
Power=-5
Crewed=no
Capturable=no
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
PowersUpBuilding=gaftwr
PowersUpToLevel=-1
Primary=VulcanTower
;Secondary=VulcanTower
Turret=yes
ThreatPosed=0 ; This value MUST be 0 for all building addons
IsBaseDefense=yes
[GAFPLG2]
Name=Primary Artillery Pod
Image=FTWRARTY
Prerequisite=GAFTWR
TechLevel=5
Armor=wood
Sight=7
Owner=GDI
Cost=10
Points=30
Power=-5
Crewed=no
Capturable=no
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
PowersUpBuilding=gaftwr
PowersUpToLevel=-1
Primary=Jugg90mm
Turret=yes
ThreatPosed=0 ; This value MUST be 0 for all building addons
IsBaseDefense=yes
[GAFPLG3]
Name=Primary Missile Pod
Image=FTWRSAM
Prerequisite=GAFTWR
TechLevel=5
Armor=wood
Sight=7
Owner=GDI
Cost=10
Points=30
Power=-5
Crewed=no
Capturable=no
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
PowersUpBuilding=gaftwr
PowersUpToLevel=-1
Primary=RedEye2
Turret=yes
ThreatPosed=0 ; This value MUST be 0 for all building addons
IsBaseDefense=yes
[GAFPLG4]
Name=Primary Cannon Pod
Image=FTWRCNNS
Prerequisite=GAFTWR
TechLevel=5
Armor=wood
Sight=7
Owner=GDI
Cost=10
Points=30
Power=-5
Crewed=no
Capturable=no
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
PowersUpBuilding=gaftwr
PowersUpToLevel=-1
Primary=120mm
Turret=yes
ThreatPosed=0 ; This value MUST be 0 for all building addons
IsBaseDefense=yes
[GAFPLG5]
Name=Primary DOuble Cannon Pod
Image=FTWRCNND
Prerequisite=GAFTWR
TechLevel=5
Armor=wood
Sight=7
Owner=GDI
Cost=10
Points=30
Power=-5
Crewed=no
Capturable=no
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
PowersUpBuilding=gaftwr
PowersUpToLevel=-1
Primary=120mmx
Turret=yes
ThreatPosed=0 ; This value MUST be 0 for all building addons
IsBaseDefense=yes