*

Account

Welcome, Guest. Please login or register.
Did you miss your activation email?
November 30, 2024, 12:35:17 am

Login with username, password and session length

Resources

Recent posts

[November 01, 2024, 12:46:37 pm]

[October 05, 2024, 07:29:20 am]

[September 05, 2024, 01:54:13 pm]

[July 16, 2024, 11:30:34 pm]

[June 22, 2024, 06:49:40 am]

[March 08, 2024, 12:13:38 am]

[March 08, 2024, 12:12:54 am]

[March 08, 2024, 12:09:37 am]

[December 30, 2023, 08:00:58 pm]

[February 04, 2023, 11:46:41 am]
Pages: [1] 2   Go Down
  Print  
Author Topic: .rgd weapon balance  (Read 14994 times)
0 Members and 3 Guests are viewing this topic.
TheVolskinator Offline
Administrator / Lead Developer
*
Posts: 3012



« on: June 12, 2015, 08:16:12 pm »

Just took a look at the RGDs while trying to put together a Soviet faction. Lel, I had a look at the different rifles, and have some to the conclusion that the Garand is pretty trash. Absolutely pathetic mid and long range cooldown--it just does zippo DPS vs. other rifles beyond spitting distance I'd rather give my rifles Lee-Enfields than this garbage. On top of that, KEK, the M1919 LMG is basically worse than the BAR in almost every way.

Alright ladies, input. Any silly statistics you note if you have experience with .rgds?
Logged

Quote from: tank130
I want to ensure we have a 100% decision on the process before we do the wipe.
If not, then I wipe, then someone gets something they shouldn't, then it gets abused, then the shit hits the fan and then I ban shab.

Getting EiR:R Released on Steam

Forum Rules & Guidelines
AlphaTIG Offline
The actual account of AlphaTIG
EIR Veteran
Posts: 185



« Reply #1 on: June 13, 2015, 01:17:53 am »

how about you back up this post with some numbers?
Logged
GrayWolf Offline
Development
*
Posts: 1590



« Reply #2 on: June 13, 2015, 02:03:25 am »

M1919 is damn weak compared to german one and it costs the same. Also you cannot use 2, which would be somehow good for it. I always thought that M1919 had the best suppression out of all LMGs. That would make it very very good.


Since it's not in balance forums yet... *runs away*.
« Last Edit: June 13, 2015, 02:08:40 am by GrayWolf » Logged

aeroblade56 Offline
Development
*
Posts: 3871



« Reply #3 on: June 13, 2015, 03:30:23 am »

Dont the garands jave pwetty good coldown at close range?. rifleman areade to die cap and recrew.


 As for the m19 if u give two they are op remember 2xlmg rangers with. 15 kills all over the place.

But they were never balanced just hardcaped
Logged

You are welcome to your opinion.

You are also welcome to be wrong.
TheIcelandicManiac Offline
Resident forum troll. Fucked unkn0wns mom
*
Posts: 6294


« Reply #4 on: June 13, 2015, 08:25:44 am »

I feel like im being led into a trap
The first one is the basic DPS of the weapon, The second is the Target table of the specific weapon vs the specific type of armour.

Damadge is 12 on the LEe
# cw_lee_enfield.rgd
  | Zaxis S DPS = 3.57
  | Zaxis M DPS = 2.41
  | Zaxis L DPS = 1.54
  |  Infantry armour  = 12
  |  Airborne armour  = 9
  |  Heroic armour  = 9
  |  Elite armour  = 9
  |  Sniper armour  = 12
Vs Soldier armour the lee has 0.75

The damadge is 7 on the carbine
# m1_carbine.rgd
  | Zaxis S DPS = 3.24
  | Zaxis M DPS = 1.71
  | Zaxis L DPS = 0.51
  |  Infantry armour  = 7
  |  Airborne armour  = 5.25
  |  Heroic armour  = 5.25
  |  Elite armour  = 5.25
  |  Sniper armour  = 7
Vs Soldier armour the Garand has 0.75

The damadge is 10 on the Garand
# m1_garand_rifle.rgd
  | Zaxis S DPS = 4.23
  | Zaxis M DPS = 1.79
  | Zaxis L DPS = 0.76
  |  Infantry armour  = 10
  |  Airborne armour  = 7.5
  |  Heroic armour  = 7.5
  |  Elite armour  = 7.5
  |  Sniper armour  = 10
Against soldier armour the Garand has 0.6

Aside fromt he carbine sucking as allways i the garand is pretty much balanced in tearms of cooldown and overall DPS, the garand is good where it comes to close range while the Lee is good at long and medium, they all have their jobs and aside from the carbine, they both do their jobs well.

Herpderp, Forgot to add Soldier armour to the Macro.
« Last Edit: June 13, 2015, 08:28:36 am by TheIcelandicManiac » Logged

Quote from: Grundwaffe
Soon™
gj icelandic i am proud of u  Smiley
Sometimes its like PQ doesnt carrot all.

Work Harder
TheIcelandicManiac Offline
Resident forum troll. Fucked unkn0wns mom
*
Posts: 6294


« Reply #5 on: June 13, 2015, 09:49:51 am »

Code:
function each_file(rgd)
    if rgd.GameData.weapon_bag then
        local weapon = rgd.GameData.weapon_bag
       
        local damage = (weapon.damage.min+weapon.damage.max)/2
        local reloadFrequency = (weapon.reload.frequency.max+weapon.reload.frequency.min)/2
        local reloadDuration = (weapon.reload.duration.max+weapon.reload.duration.min)/2+weapon.fire.wind_up+weapon.fire.wind_down
        local cooldownShort = (weapon.cooldown.duration.max+weapon.cooldown.duration.min)/2*weapon.cooldown.duration_multiplier.short
        local cooldownMedium = (weapon.cooldown.duration.max+weapon.cooldown.duration.min)/2*weapon.cooldown.duration_multiplier.medium
        local cooldownLong = (weapon.cooldown.duration.max+weapon.cooldown.duration.min)/2*weapon.cooldown.duration_multiplier.long
        local fireAimTimeShort = (weapon.aim.fire_aim_time.max+weapon.aim.fire_aim_time.min)/2*weapon.aim.fire_aim_time_multiplier.short
        local fireAimTimeMedium = (weapon.aim.fire_aim_time.max+weapon.aim.fire_aim_time.min)/2*weapon.aim.fire_aim_time_multiplier.medium
        local fireAimTimeLong = (weapon.aim.fire_aim_time.max+weapon.aim.fire_aim_time.min)/2*weapon.aim.fire_aim_time_multiplier.long
        local readyAimTime = (weapon.aim.ready_aim_time.max+weapon.aim.ready_aim_time.min)/2
        local WindUpWindDown = weapon.fire.wind_up+weapon.fire.wind_down
        local ZaxisDPSShort
        local ZaxisDPSMedium
        local ZaxisDPSLong

        if weapon.burst.can_burst == true then
            local burstDuration = (weapon.burst.duration.max+weapon.burst.duration.min)/2
            local rateOfFire = (weapon.burst.rate_of_fire.max+weapon.burst.rate_of_fire.min)/2

            ZaxisDPSShort = (rateOfFire * burstDuration * (reloadFrequency + 1) * weapon.accuracy.short * damage) / (readyAimTime + (fireAimTimeShort + cooldownShort + WindUpWindDown) * reloadFrequency + reloadDuration + burstDuration * (reloadFrequency + 1))
            ZaxisDPSMedium = (rateOfFire * burstDuration * (reloadFrequency + 1) * weapon.accuracy.medium * damage) / (readyAimTime + (fireAimTimeMedium + cooldownMedium + WindUpWindDown) * reloadFrequency + reloadDuration + burstDuration * (reloadFrequency + 1))
            ZaxisDPSLong = (rateOfFire * burstDuration * (reloadFrequency + 1) * weapon.accuracy.long * damage) / (readyAimTime + (fireAimTimeLong + cooldownLong + WindUpWindDown) * reloadFrequency + reloadDuration + burstDuration * (reloadFrequency + 1))
        else
            ZaxisDPSShort = ((reloadFrequency + 1) * weapon.accuracy.short * damage) / (readyAimTime + (fireAimTimeShort + cooldownShort + WindUpWindDown) * reloadFrequency + reloadDuration)
            ZaxisDPSMedium = ((reloadFrequency + 1) * weapon.accuracy.medium * damage) / (readyAimTime + (fireAimTimeMedium + cooldownMedium + WindUpWindDown) * reloadFrequency + reloadDuration)
            ZaxisDPSLong = ((reloadFrequency + 1) * weapon.accuracy.long * damage) / (readyAimTime + (fireAimTimeLong + cooldownLong + WindUpWindDown) * reloadFrequency + reloadDuration)
        end

        print("# "..rgd.name.."")
        print("  | Zaxis S DPS = "..(math.floor(ZaxisDPSShort*100+0.005)/100))
        print("  | Zaxis M DPS = "..(math.floor(ZaxisDPSMedium*100+0.005)/100))
        print("  | Zaxis L DPS = "..(math.floor(ZaxisDPSLong*100+0.005)/100))
        print("")
    end
end

It does, This is the one Leo made.

Its just a part of the macro, what i could have done was also just write
Garand
 |  Infantry armour  = 1
  |  Airborne armour  = 0.75
  |  Heroic armour  = 0.75
  |  Elite armour  = 0.75
  |  Sniper armour  = 1

What the Macro did is just that it takes the total damadge of the weapon DPS, Divides it by accuracy/Recived Damadge and then poops out a DPS Vs the specifiv armour at Close/Medium/long

That was the easiest way as if you made the macro too long it just crashes corsix or takes about 12 minutes to compute.
« Last Edit: June 13, 2015, 09:56:55 am by TheIcelandicManiac » Logged
TheIcelandicManiac Offline
Resident forum troll. Fucked unkn0wns mom
*
Posts: 6294


« Reply #6 on: June 13, 2015, 09:58:01 am »

Sry, Its the recived damadge value.
Not the recived damadge/accuracy value.
Logged
GrayWolf Offline
Development
*
Posts: 1590



« Reply #7 on: June 13, 2015, 12:48:13 pm »

The M1919 is better at medium-long range while the German one is better at short range.

Yes, it's SLIGHTLY better, but when you compare it on short range it's far more effective (German LMG). The deal is that it's weaker imo, because German weapons are mostly for Mid-long while Allied ones are for close (especially ami).
That's why German LMG shines while the American one is shit.

Stats are one thing, but the actual gameplay is the other.
Logged
Tachibana Offline
NotADev
*
Posts: 1270


« Reply #8 on: June 13, 2015, 01:21:11 pm »

2 questions, genuine interest.

How did you calculate mag duration and do your final dps figures account for the number of weapons on upgrade(2bar vs 1lmg)?
Logged

It's like saying "i can understand his concerns that fire breathing dragons live in far away lands"
americans dont dodge wars.
Quote from: Trapfabricator
Literally, The only thing less likely than this is zombie hitler becoming prime minister of israel
GrayWolf Offline
Development
*
Posts: 1590



« Reply #9 on: June 13, 2015, 02:47:40 pm »

3.147850732 Short and 7.014736842 Medium DPS is only SLIGHTLY better than 1.88304721 Short and 5 Medium DPS, but 16.6735282 Long DPS is far more effective than 16.19572262 Long DPS? Are you retarded? You just said that 1.264803522 and 2.014736842 are smaller than 0.47780558...

Well, it says that that short DPS is 22,sth.


Anyway, my argument is that Ami infantry cannot fight on mid-long while axis can. That what makes these 2 LMGs so god damn different. I don't see much Ranger LMG, just Thompsons and/or zooks, maybe because of that.
Logged
GrayWolf Offline
Development
*
Posts: 1590



« Reply #10 on: June 13, 2015, 05:44:53 pm »

Well tbh I think that the German one gets better buffs and is more reliable. DPS isn't all you need for a good weapon. What's with suppresion? Also the buffs for Grens and their LMG are far better than M1919 ones, so that's probably you don't want to mess with doctrines Smiley

Incremental suppresion and fatherland defense. Or elite armor grens surviving tank shots. That's so lol for German LMGs.

And yet the best LMG squad is support grens in PE HT. Suppressing infantry like no tommorow haha. Smiley
« Last Edit: June 13, 2015, 05:46:40 pm by GrayWolf » Logged
GrayWolf Offline
Development
*
Posts: 1590



« Reply #11 on: June 14, 2015, 01:20:22 am »

Anyway, what does reliability have to do with it? Certain weapons don't suddenly go crazy with their rolls more often than others do silly. I guess you mean reliabilty in performing as usual despite what armour the unit faces, but then they both have the same reliability / unreliabilty when thinking about what armour types / situations they would face.

That's not theory crafting, but.

1st of all like you said German LMG does have better suppression (not to mention defensive t2 with even more ACC which means more DPS). It gives the biggest advantage for AI weapons, because it makes infantry slow tortoises and later on pinned (useless).

Look, if it's vanilla LMG, that's okay, but you just don't go for vanilla LMGs. It's better to spend money on HMG or mortar (HMG for suppression and mortar for finishing off). However, when you use Defensive doctrine, you really have to go for them, even spam if you can, they're sooo good. I feel like 2 of them can suppress in few seconds (go back to point 1.) and even if infantry has fireup (brits lost it not that recently), it's used just to move back in 90% of situations.

OK, OK, that was doctrine talk huh? Probably yes, but like you said even vanilla LMG has better suppression, so my point stands still. I think that it's better to suppress a squad instead of killing one more man. Just saying. But ofc there's cover so my point can be neglected easily, that's okay.

And about the HP argument u made: point is that you pay 6 pop instead of 5. That's a big difference in EIR. Your argument about HP is good, but that's 6 pop and it can make difficult for allied player to go for extra LMG.

Correct me if I'm wrong but, you said sth like M1919s let allies fight on long-medium range, but isn't long-medium still better for grens? I mean gren rifles are better than garands on long range by lots. And that's my point.
While Germans can fire on long with better efficency, because they also have gren rifles, not garands.

M1919 is cool on long, but garands aren't which makes 5/6 of the squad kinda... useless?


Well if you look at marines, they pretty much rape, because I feel like they have gren rifles or sth.
« Last Edit: June 14, 2015, 04:58:40 am by GrayWolf » Logged
aeroblade56 Offline
Development
*
Posts: 3871



« Reply #12 on: June 14, 2015, 07:42:20 am »

Don't forget m19 is also a t3 unlock.
Logged
GrayWolf Offline
Development
*
Posts: 1590



« Reply #13 on: June 14, 2015, 08:20:02 am »

Don't forget m19 is also a t3 unlock.

+1
Logged
GrayWolf Offline
Development
*
Posts: 1590



« Reply #14 on: June 14, 2015, 09:37:29 am »

I don't think any of you can read properly...

I would like to add that you know about the effects that yellow and green cover have on suppression and the fact that an LMG Ranger is most likely to be sitting behind cover and shooting at you instead of trying to push up close. Also they've probably popped smoke too, but eh, that's theory crafting, you should already think about scenario's like that in your own head.

But ofc there's cover so my point can be neglected easily, that's okay.

Just Alpha things.
Logged
aeroblade56 Offline
Development
*
Posts: 3871



« Reply #15 on: June 14, 2015, 11:23:26 am »

The wall of text is really killing the thread no wonder why it's so difficult to read anything.

The question is are the m19 worth the tier unlocks a tier 3 and tier 1.

Are they going to be worth the fairly big drain on unlock points?. The lmg could be fine and all we really need to do is make it the same unlock as ranger.

Logged
GrayWolf Offline
Development
*
Posts: 1590



« Reply #16 on: June 14, 2015, 12:57:16 pm »

Are they going to be worth the fairly big drain on unlock points?. The lmg could be fine and all we really need to do is make it the same unlock as ranger.

This is a good idea.


And Alpha. Instead of posting all this stuff on the forums you should play. If you're saying that suppression isn't that good, because you can go to cover, then well, FF isn't good, because it doesn't fight infantry well.

I just made this arguement, because I knew that you'll post something as stupid as that.
Most of the infantry has to move and is not always in heavy cover or I would say it's not in 10% of the time on the battlefield. HMG wouldn't have any use if it was somehow different.

I just wanted to say that 2xLMG can easily suppress advancing infantry just before it will get close. If it has any buffs it can be even better.
Suppression makes infantry useless in most cases and I can sacrifice some DPS for it.
« Last Edit: June 14, 2015, 01:23:08 pm by GrayWolf » Logged
AlphaTIG Offline
The actual account of AlphaTIG
EIR Veteran
Posts: 185



« Reply #17 on: June 14, 2015, 01:49:59 pm »

Just Gray things



i hav read the complete thread and even though alpha told you (gary) why what you said is bullshit, you kept posting theoretical in battle
scenarios trying to prove her wrong, often completely ignoring the facts.

so since noone wants to read all your spam, here are the facts from the thread (i hope i didnt miss any).

-m19 has better overall surpression than bar
-the m19 performs better at long/med range than the lmg 42
-rangers with m19 will most likely win a cq fight against grens with lmg 42 even though the lmg 42 deal slightly more damage in cq
Logged
GrayWolf Offline
Development
*
Posts: 1590



« Reply #18 on: June 14, 2015, 02:28:33 pm »

The deal is that there's more targets than grens and rangers you know. Comparing weapons and saying Gren vs Ranger, ranger win is a bit... I don't know... stupid? Also delete the picture as fast as u can, cause rulz.

Also I wasn't saying anything about BARs. I also said that German LMG is only better at short, but has better suppression. I don't know metz, maybe read my posts, dunno.

Or I can make it easier for you. I find LMGs better, because they have better suppression and most of the allied infantry is suppressed before it can engage (come closer).

Or wait, I can just quote it :
I just wanted to say that 2xLMG can easily suppress advancing infantry just before it will get close. If it has any buffs it can be even better.
Suppression makes infantry useless in most cases and I can sacrifice some DPS for it.


For me it's weird and strange that ami LMG has more punch, but less suppression. Since most of the ami infantry has to get close, shouldn't it be suppress and finish off (like BARs)?
What's funnier, is that on t2 you have bonus damage against suppressed targets so it would be cooler if this M1919 has a bit more suppression (instead of thompsons). Since it's t3 unlock it could be a bit better in DPS and the same suppression as the german counterpart since and you need t1 unlock too.

I think there must be reason why none of the players use the M1919. Maybe it's not that good for allies, hmmm?

I'll leave the topic now, I suggested what I wanted.
« Last Edit: June 14, 2015, 02:33:09 pm by GrayWolf » Logged
aeroblade56 Offline
Development
*
Posts: 3871



« Reply #19 on: June 14, 2015, 02:41:24 pm »

Nah the Rangers would win at all ranges cos the Grens are fighting against elite armour. Anyway, that's not the point and isn't exactly useful information, hence why I compared them against Infantry armour.

I was saying that it isn't as good as you were making it out to be, I never said it wasn't good, and I didn't say that you can just use cover, I was trying to point out the flaws in every single narrow comment you make by replying in kind, heck I even stated at those points that I was replying in kind to your narrow views because they are the only things you seem to understand.

... You are such a retard, even now you ignore massive holes.

1) Correct, what was meant to be just a posting of stats to help the original thread posters devolved into a Gray balance thread.

2) No, the M1919 isn't really worth both the unlocks. Looking at the Infantry doctrine the Rangers get some great buffs for using the playstyle of the M1919; however you have to take so many unlocks for it like like smoke and field dressings.


 I'm pretty sure you started blogging in the page before Garry.
Logged
Pages: [1] 2   Go Up
  Print  
 
Jump to:  

TinyPortal v1.0 beta 4 © Bloc
Powered by MySQL Powered by PHP Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC
Valid XHTML 1.0! Valid CSS!
Page created in 0.11 seconds with 36 queries.