Author Topic: about secondary weapons with multiple firing points  (Read 2685 times)

0 Members and 1 Guest are viewing this topic.

about secondary weapons with multiple firing points
so I have a ship that has a secondary bank with 6 firing points, how can I make it to fire from the 6 at same time instead of just 2, or ELSE how could I make it fire 3 times faster since 6/2 = 3, to compensate and get the desired DPS? (NOTE! the weapon is shared so only this ship should fire faster  thus not allowed to modify the weapon ROF)

 

Offline Legate Damar

  • Keeping up with the Cardassians
  • 29
  • Hail Cardassia!
Re: about secondary weapons with multiple firing points
You could make a second version of the weapon with a higher ROF, and just name it (name of weapon#something)

 

Offline Droid803

  • Trusted poster of legit stuff
  • 213
  • /人 ◕ ‿‿ ◕ 人\ Do you want to be a Magical Girl?
    • Skype
    • Steam
Re: about secondary weapons with multiple firing points
just make it fire in swarms/shots of 3 (6 in dual fire), or just 6...
(´・ω・`)
=============================================================

 

Offline General Battuta

  • Poe's Law In Action
  • 214
  • i wonder when my postcount will exceed my iq
Re: about secondary weapons with multiple firing points
just make it fire in swarms/shots of 3 (6 in dual fire), or just 6...

He wants the weapon to behave differently on this ship than on others.

You could have a custom version of the weapon that can only be mounted on this ship, or allow the regular version but swap it out for the custom version at mission start via SEXP (this is a little silly)

 

Offline headdie

  • i don't use punctuation lol
  • 212
  • Lawful Neutral with a Chaotic outook
    • Skype
    • Twitter
    • Headdie on Deviant Art
Re: about secondary weapons with multiple firing points
I think General Battuta's method is the only way to achieve number of fire point specific swarms.  I wonder is it worth implementing a flag/swarm option that matches the number of projectiles fired to the number of fire points in that bank?
Minister of Interstellar Affairs Sol Union - Retired
quote General Battuta - "FRED is canon!"
Contact me at [email protected]
My Release Thread, Old Release Thread, Celestial Objects Thread, My rubbish attempts at art

  

Offline Snail

  • SC 5
  • 214
  • Posts: ☂
Re: about secondary weapons with multiple firing points
Sort of like a "no cycle" option for secondaries?

Also does "cycle" work on secondaries? I know they already cycle firing points, but does the firerate also change with number of firing points (like they do with primaries set to cycle?)

 

Offline headdie

  • i don't use punctuation lol
  • 212
  • Lawful Neutral with a Chaotic outook
    • Skype
    • Twitter
    • Headdie on Deviant Art
Re: about secondary weapons with multiple firing points
Sort of like a "no cycle" option for secondaries?

Also does "cycle" work on secondaries? I know they already cycle firing points, but does the firerate also change with number of firing points (like they do with primaries set to cycle?)

iirc the rof remains the same but instead of the bank firing in a volley it cycles them so.

2 second fire wait, 2 fire points
under normal conditions, you hold fire and both fire points shoot every 2 seconds.
under cycle, fire point 1 fires normally and fire point 2 fires half way through the delay
Minister of Interstellar Affairs Sol Union - Retired
quote General Battuta - "FRED is canon!"
Contact me at [email protected]
My Release Thread, Old Release Thread, Celestial Objects Thread, My rubbish attempts at art

 

Offline Nuke

  • Ka-Boom!
  • 212
  • Mutants Worship Me
Re: about secondary weapons with multiple firing points
yet another case for bank types.
I can no longer sit back and allow communist infiltration, communist indoctrination, communist subversion, and the international communist conspiracy to sap and impurify all of our precious bodily fluids.

Nuke's Scripting SVN

 
Re: about secondary weapons with multiple firing points
banks are a pain aren't they?

 

Offline Nuke

  • Ka-Boom!
  • 212
  • Mutants Worship Me
Re: about secondary weapons with multiple firing points
well im one of those who thinks that certain combinations of ships and weapons should work better than others. idea is you create a set of bank types that you may assign to weapon bank slots independent of weapons. this would allow modders to buff certain combinations while crippling others. i kinda went for this kinda behavior in nukemod, with various modding hacks. using multiple variants of the same weapon for example. one of the throwaway ship classes had a weapon capable of penetrating shields, to give that ship some long term viability. using the weapon on any other ship (a variant) resulted in the loss of this behavior. of course i lost interest in modding some years ago.

it also sets up banks for a variety of other features. bank level autoaim, variations in firing pattern, modifications to weapon performance (faster fire rate, lower energy usage), weapon heat tracking, weapon jamming, ripple modes, linking modes, bank specific ship animations, etc. now find a coder to get on board for it. this think is kinda broad in scope for my coding abilities.

the short term solution is scriptng/elaborate sexps of course, and thats a whole nother matter entirely.
I can no longer sit back and allow communist infiltration, communist indoctrination, communist subversion, and the international communist conspiracy to sap and impurify all of our precious bodily fluids.

Nuke's Scripting SVN

 
Re: about secondary weapons with multiple firing points
I got no rush, guess in the meantime I will use the Sexp option, but would be nice if in the feature we get a few things in FSO:

Rofbonus:                    Int (a factor)
+affectweaps:                    "Weapoon" "weapon" "weapon"

and a flag for "allpoints" (fires from all the firing points) for secondary weapons.

something like that, not sure how hard that would be to code tho.