Page 1 of 2
CVS build now supports 16 weapons per unit...
Posted: 07 Sep 2005, 18:08
by IMSabbel
... so the question is:
Who creates a unit to REALLY show off how cool this is?
Anybody here who has some naval dreathnaught, space battlecruiser or defense fortress to release?
(my personal idea would be the disco tower... just give it 16 beamlasers with all kind of neon colours :D)
Posted: 07 Sep 2005, 18:21
by GrOuNd_ZeRo
Leave that up to Maestro, he can make huge super ships.
Y'know what i'd like? if weapons could be switched, I.E. swtich roles, from fighter to attack for example, that'd give some cool tactical options.
I guess this is possible as soon as spring is released with this support, you could use the on/off button I reckon to switch from bomber to fighter, etc.
Now we can have Mechs with a wide variety of weapons, that'd be fun.
But 16 different weapons, wow, that's a bunch.
Posted: 07 Sep 2005, 18:54
by Papasky
If this is used for a space battlecruiser, 1 or 2 of these 16 weapons have to be plasma deflectors, that would look so cool

Posted: 07 Sep 2005, 19:55
by Min3mat
and the rest BBs so that the BBs are even LESS accurate! LOL! :D
Posted: 07 Sep 2005, 19:59
by SinbadEV
16 Barrel Rainbow coloured Lazer Cannon, fires a dispersed arc of lazers... I'm noticed weapons are smart enough to not shoot my own guys so you could even use it in battle and have it just not shoot it's own guys...
Posted: 07 Sep 2005, 20:10
by Kixxe
Big round tank, with 2 main guns and 14 machine gun positions. All shoot at diffrenct targerts... ^_<
Posted: 07 Sep 2005, 20:15
by Sorn
Someone want to make an ARM and a CORE super starship for Final Frontier?

Posted: 07 Sep 2005, 20:22
by SinbadEV
Flying Krogoth With Built In Nuke Silo?
Posted: 07 Sep 2005, 20:29
by Nemo
You know what I'm looking forward to with this, more than anything else?
SWTA. Star Destroyer. Its going to rock @_@.
Two plasma deflectors, projected from the shield generators. Independantly aiming turbolasers. A tractor beam. That supercool-KBOOM thing that shoots off the front of it.
I wonder who will figure out a way to switch between active weapons in FPS mode.
Edit. and/or assign seperate keys to different weapons.
Posted: 07 Sep 2005, 21:06
by Min3mat
the supercool boom thing was off a special class of super-star destroyer (with a mini-deathstar laser on the front) if i remeber correctly
Posted: 07 Sep 2005, 23:49
by Gnomre
I could go in and script the
Star Destroyer I have already to fire a bazillion weapons, I suppose... need to know what the functions and stuff are, though.
Posted: 08 Sep 2005, 00:29
by IMSabbel
Gnome wrote:I could go in and script the
Star Destroyer I have already to fire a bazillion weapons, I suppose... need to know what the functions and stuff are, though.
-Spring can now use up to 16 weapons, use Weapon<1-16> and BadTargetCategory<1-16> in fbi file and Query<1-16> Aim<1-16> AimFrom<1-16> Fire<1-16> functions in scripts. Primary,secondary etc is aliased to weapon 1-3 but try not to mix old and new names in the same unit.
Posted: 08 Sep 2005, 00:29
by zwzsg
16? Only 16? Why a finite number?
Posted: 08 Sep 2005, 00:49
by Fnordia
We use some fixed-size structures to map function names to make it faster, so there will have to be some limit for now.. The limit could of course be raised to 64 or 256 weapons or something like that if 16 isn't enough.
Posted: 08 Sep 2005, 05:18
by Gnomre
Well, I've rigged up the Star Destroyer to have 8 independent turbolaser batteries, including the model, script, FBI, and weapon... now it dawns on me that I need a CVS build. Any donators?
Posted: 08 Sep 2005, 06:02
by FLOZi
/me ponders the possibilities of tank ammo types in WD.
Posted: 11 Sep 2005, 01:01
by bobthedinosaur
oh man, this so fixes so many problems for mechwars.....
Posted: 11 Sep 2005, 01:18
by Gnomre
Oh yeah, it works fine, I've been toying with it. It's quite fun to see 8 independent turrets firing
For those interested, Fnordia changed the script functions to "AimWeaponX," "AimFromWeaponX," "FireWeaponX", and "QueryWeaponX" where X is the corresponding weapon number obviously.
Posted: 11 Sep 2005, 02:13
by GrOuNd_ZeRo
That's exactly what I was thinking Flozi.
Posted: 11 Sep 2005, 02:37
by Nemo
Fnordia wrote:We use some fixed-size structures to map function names to make it faster, so there will have to be some limit for now.. The limit could of course be raised to 64 or 256 weapons or something like that if 16 isn't enough.
Well, I think 64 or higher would solve any issues with restrictions. It seems like Gnome is running into the 16 limit quickly enough with independant turrets on his Star Destroyer.