actually, u can give the battlecruiser actual shields now if u wish using some of the new trigger abilities found, look here:
http://www.staredit.net/index.php?showtopic=18147in short, heres a trigger to enable shields on a battlecruiser (unfortunately, due to limitations, u cant enable shields for the hero battlecruisers just yet, these triggers WILL enable shields for ALL battlecruisers in your map, regardless of the player who owns them):
SetDeaths(P6 , Add , 1 , -29788 );
and to disable shields:
SetDeaths(P6 , Subtract , 1 , -29788 );
(these are StarForge triggers)
make sure u run the first trigger only once to enable, and the 2nd trigger only once to disable, not more... (u can keep turning them on and off, but dont enable twice without disabling in between)
u can set the amount of shields the battlecruiser has in the map editor in the unit editor under "Shields"
to allow these triggers to work with StarForge, you'll need to update it with this file:
http://www.staredit.net/index.php?act=Atta...e=post&id=12051simply copy the 2 files inside this zip file and paste them into the Data folder inside your StarForge folder... (u can back those 2 files up if you wish...)