Renegade Projects Network Forums
Cloaking Tower - Printable Version

+- Renegade Projects Network Forums (https://forums.renegadeprojects.com)
+-- Forum: Modding (https://forums.renegadeprojects.com/forumdisplay.php?fid=3)
+--- Forum: Red Alert 2 & Yuri's Revenge Editing (https://forums.renegadeprojects.com/forumdisplay.php?fid=8)
+--- Thread: Cloaking Tower (/showthread.php?tid=849)



Cloaking Tower - Black Shadow 750 - 26.07.2007

What are the tags for a cloaking tower?


RE: Cloaking Tower - Nighthawk - 26.07.2007

Code:
CloakGenerator=yes
CloakRadiusInCells=xx
Replace xx with the radius of your cloak generator (TS's Stealth Generator was 12).
Also, if you want the radial indicator like TS's Stealth Generator:
Code:
HasRadialIndicator=true
RadialColor=<RGB value of the colour you want>
If you're using RA2 (which I'd assume from this forum), you can also have the Psychic Sensor radial indicator effect with this tag:
Code:
ConcentricRadialIndicator=true



RE: Cloaking Tower - Black Shadow 750 - 26.07.2007

Can you upgrade a building with CloakGenerator=yes like you can with gap generators?


RE: Cloaking Tower - Nighthawk - 26.07.2007

No, as far as I'm aware, you can only do that with Gap Generators. I've never seen a SuperCloakRadiusInCells tag.