Author Topic: Belted ammo  (Read 1488 times)

Offline Krusty

  • Radioactive Member
  • *******
  • Posts: 26745
Belted ammo
« on: May 13, 2006, 02:37:08 PM »
Mixed belt ammo... too hard to code?

Suggestion: For any gun that has "mixed ammo belts" (AP, HE, HEI, API, etc etc) take that gun and make as many of it as there are different types of bullets, then stagger the firing sequence.

Example:

AH now: 1 gun, "averaged" damage bullets, but every bullet is the same.

5-round burst:

Fire-fire-fire-fire-fire

My suggestion (radical as it may seem) will use a hypothetical gun that fires 2 AP rounds, 1 tracer round, then 2 HE rounds, and repeats.

3 guns

Gun 1 (fires only AP): fire-fire-pause-pause-pause
Gun 2 (fires only HE): pause-pause-pause-fire-fire
Gun 3 (fires only tracer): pause-pause-fire-pause-pause.


The effect is thus: You get mixed ammo belts without having to code every single frakkin' round on the gun belt (this is GOOD, because aircraft have MANY hundreds of rounds per gun). The guns are all in the same place, are damage-linked (one goes they all go, thus that "gun" is damaged, and only 1 shows up in the damage list).

Each "sub gun" would have only one type of ammo, with a finite amount. Example: if my hypthetical belting of AP-AP-Trc-HE-HE was used on a gun with 400rpg, then take 400 and multiply it by 40% (160 rounds) for the AP gun, 400 x 20% (80 rounds) for the tracer, and another 40% for the HE (160 rounds).

No need to keep track of whatever bullet is in the gun at any given moment. No need to track where the belt is when you stop/start firing. Just code an interruptor system so that the guns fire staggered, then all the other code is already there (gun takes bullet, fires bullet, remove bullet from ammo count, repeat). The ammo counters already cumulatively add the ammo up, so that already works, too!

Like I said it's crazy, but it would work. The only bit of code you'd have to add would be 1) stagger the firing of 3 guns so that only 1 gun fires at any given time and 2) link the damage so that if any one of the guns goes all do. The rest we already have.

Offline Krusty

  • Radioactive Member
  • *******
  • Posts: 26745
Belted ammo
« Reply #1 on: May 13, 2006, 02:45:15 PM »
Just to clarify, I meant "for every gun that would have belted ammo, add this many guns exactly in the same place, taking up the same spot in the wing".

I.e. say the MG131s in a Dora were modeled this way, instead of 2 guns, you'd have 6, but 3 exactly in the same spot and the other 3 in exactly the same spot.

Each gun would have it's own ammo load, but it would all show up in the same ammo counter. If one "unit" of guns is damaged, then all those types of ammo associated with those guns is unavailable, just like we have currently modeled in AH. The basic idea is to use what we have with the least amount of coding to get the desired result.

I hope I explained that clearly. If not, fire some questions at me I'll see if I can reword/explain better.

Offline E25280

  • Gold Member
  • *****
  • Posts: 3475
      • http://125thspartanforums.com
Belted ammo
« Reply #2 on: May 13, 2006, 02:45:43 PM »
While this might me more "historically accurate", how would it enhance game play?  

I can see it actually causing more whining.  "I want to change the loadout so my inner .50s have all the HE and the outer .50s have all the AP and tracers, so I can take down buildings easier without wasting ammo!"

Or :  "Why is it when my AP gun gets hit, all my guns get hit?  That just isn't right!"

With the way the BBs are, the less reason to whine, the better IMHO.
Brauno in a past life, followed by LTARget
SWtarget in current incarnation
Captain and Communications Officer~125th Spartans

"Proudly drawing fire so that my brothers may pass unharmed."

Offline Krusty

  • Radioactive Member
  • *******
  • Posts: 26745
Belted ammo
« Reply #3 on: May 13, 2006, 02:50:13 PM »
No, the mixed belts would be accurate. Players would have no say in what they loaded and how often.

But, for example, the mine round in LW rides was stronger than even the hispano round for explosive power. However, the LW guns are "averaged" so they lose a LOT of power due to the other 5 rounds next to the mine round. Specifically this would add the chance of a better hit.

Also, along with this idea I was sort of thinking of a tracer option that said "only when belted" -- so that you didn't get tracers every 5 rounds, but only when it was historically in the gun belt. That was another idea I had, but not important.

The idea is that we currently have averaged damage. Averaging is pretty unhistorical, especially with diverse belt loadings. It simplifies the damage of the guns. Belted ammo has been requested before, but has been thought too complex to truly implement. My idea was a way around that "complex" problem by requiring only 1 or 2 code changes to use.

Offline Oleg

  • Silver Member
  • ****
  • Posts: 1000
Re: Belted ammo
« Reply #4 on: May 13, 2006, 03:33:58 PM »
Quote
Originally posted by Krusty
My suggestion (radical as it may seem) will use a hypothetical gun that fires 2 AP rounds, 1 tracer round, then 2 HE rounds, and repeats.

3 guns

Gun 1 (fires only AP): fire-fire-pause-pause-pause
Gun 2 (fires only HE): pause-pause-pause-fire-fire
Gun 3 (fires only tracer): pause-pause-fire-pause-pause.
 


All you need is simple counter for each gun which determine ammo type. And as far i know, there is such counter already, because not every bullet is tracer (even if i wrong it easy to add).
I believe main task is different damage for different bullets.
"If you don't like something, change it. If you can't change it, change your attitude. Don't complain."
Maya Angelou

Offline Krusty

  • Radioactive Member
  • *******
  • Posts: 26745
Belted ammo
« Reply #5 on: May 13, 2006, 04:41:57 PM »
Yes, different damage for each bullet, that's the point. However I don't think there is a counter like you say, because that's just a visual side effect. We don't know how that's 'coaded'. With my suggestion each "gun" would have its own type of bullet then you stagger them to simulate the belt mixture.

Offline moneyguy

  • Silver Member
  • ****
  • Posts: 933
Belted ammo
« Reply #6 on: May 13, 2006, 05:25:38 PM »
too confusing for me but i like it :aok

Offline ramzey

  • Gold Member
  • *****
  • Posts: 3223
Belted ammo
« Reply #7 on: May 13, 2006, 07:03:00 PM »
noone will  load anything else then HE rounds

been there done that

Offline Krusty

  • Radioactive Member
  • *******
  • Posts: 26745
Belted ammo
« Reply #8 on: May 13, 2006, 07:24:15 PM »
Like I said, it's NOT up to the player to decide. It WOULD, however, benefit several gun types to model all the different rounds used.

Offline Saxman

  • Plutonium Member
  • *******
  • Posts: 9155
Belted ammo
« Reply #9 on: May 13, 2006, 09:06:35 PM »
Would definately be of benefit to the Browning. I like it! :D
Ron White says you can't fix stupid. I beg to differ. Stupid will usually sort itself out, it's just a matter of making sure you're not close enough to become collateral damage.

Offline Oleg

  • Silver Member
  • ****
  • Posts: 1000
Belted ammo
« Reply #10 on: May 14, 2006, 12:45:00 AM »
Quote
Originally posted by Krusty
However I don't think there is a counter like you say, because that's just a visual side effect. We don't know how that's 'coaded'.


"Visual effect" requires same source data as "damage effect" (related to types of bullets). No matter how that coaded, there are 2 different bullet types already - "regular" and "tracer". No need for any exotic solutions to add one or two more types.

btw, i dont think fixed belts will improve gameplay. It just cause lots of complains and frustrations. Its only my opinion of course.
"If you don't like something, change it. If you can't change it, change your attitude. Don't complain."
Maya Angelou

Offline Glasses

  • Silver Member
  • ****
  • Posts: 1811
Belted ammo
« Reply #11 on: May 14, 2006, 01:08:43 AM »
I don't think they'll give any advantage to LW guns which would benefit from this
accurate representation, there can be only gun which destroys your aircraft from 2 rounds at 800yards and that's the Hispano.

Imagine the whines if the LW guns actually performed like the should instead of being the impotent joke that they are now. :noid

Offline Urchin

  • Platinum Member
  • ******
  • Posts: 5517
Belted ammo
« Reply #12 on: May 14, 2006, 01:43:36 AM »
I don't really think that the LW guns would benefit or suffer much one way or the other.  

I've posted a lot of comparitive stuff way back when I cared (including going to individually modelled rounds), but I don't think it'd do much.  

Going fast and loose here, lets say that a LW AP round is 2/5 as strong as a Hizooka, and a LW HE round is 1/2 as strong.  Then there is the mine round, which is probably 6/5 as strong as a Hispano round (if I rmember Tony's numbers right).

The standard LW belting was 2 ap, 2 he, 1 mine.  As of right now, every round is modelled as being about 3/5 as strong as a Hispano round, unless they changed things since I tested the guns.  

So if you hit a plane with 10 LW 20mm rounds, right now you do ~3/5 the damage 10 Hispano rounds would do.  So if we arbitrarily say that a Hispano round is 1 damage, you'd do 6 damage with your 10 rounds.

Lets say they go to individual rounds.  Now your 10 rounds do (4*2/5) + (4*1/2) + (2 * 6/5).  Your 10 rounds do 1.6 + 2 + 2.4 damage ... also known as 6.

"But wait!", you say, "I will have a chance at really putting a hurt on some guy with a snapshot if this is modelled!".  And that is true, actually.  1 out of every 5 bullets will do more damage.  But 4 out of every 5 will do LESS damage than they do now.

So I'll give you another hypothetical. We all know that the Hizooka can remove the vertical stab or both horizontal stabs if one round lands right on it.  We also know that the LW 20mm can't do this (or if it can, I've never seen it.. and thats ~10,000 lifetime kills in 109s and 190s).  So lets say that the Hispano round is again 1 damage, which is enough to knock the tail off a plane.  If one out of every 5 rounds is made to be a little more powerful than a Hispano round, then that round will also be able to kill a plane in one hit.  

But how often is that going to happen?  I'd guess that out of all my kills with Hizookas (which is also quite a few), maybe 5% of them were one hit kills.  That is 1/20.  So lets say that I'd have about the same chance with the LW guns.  So the chance of a one hit kill is (1/20)(1/5) or 1/100.  That is a 5% chance of hitting the tail, times the 1/5 chance of it being a super-round.

Is a 1/100 chance of an instant kill really worth losing damage on 80% of the rounds coming out of the LW cannons?

Offline E25280

  • Gold Member
  • *****
  • Posts: 3475
      • http://125thspartanforums.com
Belted ammo
« Reply #13 on: May 14, 2006, 08:48:01 PM »
Another question -- wouldn't the mine round vs AP vs HE all have different balistics?  So if you are firing at longer ranges, you have just in essence added another dispersion effect, haven't you?  As currently modeled, at least all the rounds of a given gun have the same trajectory.

Again, bravo for the effort at realism, but in terms of "game play", I am unconvinced this would be better.
Brauno in a past life, followed by LTARget
SWtarget in current incarnation
Captain and Communications Officer~125th Spartans

"Proudly drawing fire so that my brothers may pass unharmed."

Offline Glasses

  • Silver Member
  • ****
  • Posts: 1811
Belted ammo
« Reply #14 on: May 14, 2006, 09:38:52 PM »
They would essentially have the same trajectory, what changes is the creamy filling which by what they hit. I  think Urchin it  would be better if the other bullets would be impotent is one in 5 caused much more damage than what it does now, it only takes one tater to blow up an aircraft essentially,sometimes you get duds in AH, but the Mine round even if it did 1/2 of the damage and according to T. Williams be as powerful as a Hispano round with its HE content it would be MUCH more than what it currently does, when you cover an La7 or Typhoon frmo top to bottom with 20MM rounds of MG151 and they fly off as if nothing happened and they get you with a 1/2 sec snapshot and your whole empenage flies off as if it was made of paper mache.