So I've always liked the looks of the factions' subs - particularly the Cybran T2 barracuda sub-killer and T3 strategic missile sub, as well as the UEF T3 nuclear sub and the Aeon T3 nuclear sub and sub-hunter. Been toying with the idea for some time of resizing them and turning them into giant air units with a variety of weapon systems akin to the Czar and Flying Fortress. I've read through a few walkthroughs on unit creation and am more than a bit confused. Still, looking at a unit's BP file, it seems fairly straightforward, but I must be missing something.
I started with the Cybran Barracuda. I renamed it and changed all the instances so they use the new unit name, edited some tags, removed the submerge and surface options, and changed a few things around. I borrowed the weapon code for what I THINK is the beam weapons on the T4 Cybran Gargantua air transport from Blackops Unleashed temporarily, until I am savvy enough to code something in properly. And yet... it is completely MIA. I've attached the unit file here, if anyone is able to look it over and see what I'm doing wrong or not doing? Cheers!
EDIT: I may have fixed one problem, but now my errorlog says there's a problem with the line (below) about the build icon sort priority. Says unexpected symbol near the equals sign and fails to load my new unit. Any thoughts?
Buffs = {
Regen = {
Level1 = 2,
Level2 = 4,
Level3 = 6,
Level4 = 8,
Level5 = 10,
},
},
BuildIconSortPriority = 20,
Categories = {
'PRODUCTFA',
'SELECTABLE',
'BUILTBYTIER3COMMANDER',
'BUILTBYTIER3ENGINEER',
'CYBRAN',
'MOBILE',
'AIR',
'EXPERIMENTAL',