×

Langue

Fermer
Atelier 801
  • Forums
  • Dev Tracker
  • Connexion
    • English Français
      Português do Brasil Español
      Türkçe Polski
      Magyar Română
      العربية Skandinavisk
      Nederlands Deutsch
      Bahasa Indonesia Русский
      中文 Filipino
      Lietuvių kalba 日本語
      Suomi עברית
      Italiano Česky
      Hrvatski Slovensky
      Български Latviešu
      Estonian
  • Langue
  • Forums
  • /
  • Fortoresse
  • /
  • Discussions
  • /
  • Weapon Info
« ‹ 11 / 11
Weapon Info
Jjaakkee
« Citoyen »
1408545720000
    • Jjaakkee#0000
    • Profil
    • Derniers messages
#201
  0
They will change yet again. I feel it.
+Laurent
« Citoyen »
1408547820000
    • +Laurent#0000
    • Profil
    • Derniers messages
    • Tribu
#202
  0
Main change:

MP5
  • Damage: 2 → 2.6

SPAS
  • Damage: 4 → 3.8

AK 47
  • Magazines: 30 → 31
  • Reload: 3.5 → 3

M40 A5
  • Magazines: 8 → 7
  • Reload: 3 → 3.2

G36C
  • Damage: 2 → 2.2

M60
  • Rate: ~8.3 → 10 (Cooldown: ~120 → 100)

UMP 45
  • Magazines: 14 → 18

Steyr Aug
  • Damage: 4.5 → 4
  • Reload: 2.5 → 3

P90
  • Damage: 1.4 → 1.6


Arrow "→"

  • Windows alt key: alt + 26
  • Unicode: 2192 (hexadecimal)



EDIT: Steyr Aug: add the reload part.
EDIT2: others stuffs

Dernière modification le 1408605660000
Tadame
« Citoyen »
1408548120000
    • Tadame#0000
    • Profil
    • Derniers messages
    • Tribu
#203
  0
Tigrounette: what does the C parameter stand for? e.e
+Laurent
« Citoyen »
1408548480000
    • +Laurent#0000
    • Profil
    • Derniers messages
    • Tribu
#204
  0
C is for "Cooldown" I think.

For example, the M4 A1 has a cooldown of 100. So when you want to calculate the rate, all you have to do is to apply this calculation:

RATE = 1000 / C


RATE = 1000 / C (where C = 100)
RATE = 1000 / 100
RATE = 10

Then you have 10 bullet per second for the MA 41.
Fewfre
« Citoyen »
1408559400000
    • Fewfre#0000
    • Profil
    • Derniers messages
    • Tribu
#205
  0
MP5 is now my weapon of choice. Also, the wiki is updated with Tig's stats. I'll try to check the changes later for any in-game consistencies (they all seem legit from the little testing I did though).
Redd3
« Citoyen »
1408576620000
    • Redd3#6375
    • Profil
    • Derniers messages
#206
  0
Fewfre a dit :
solfn a dit :
There was actually one detail I forgot to compare with the guns. The time to kill actually differs between guns with the same damage per second, either because of clip or because of damage per shot, and rate.

http://i.imgur.com/vGZ8Jq9.png

So whaddya know, even though the ump-45 convinces us that it's supposed to be the best, it's actually the second worst.

I forgot to not include the time the first shot makes when I did this on the wiki, updating now :) (I also forgot to find the number of shots it takes rounded up >.< Don't let me do math =p)

Question though; I was trying to recreate your formula, and unless I'm mistaken when you add the reload (when applicable), you don't subtract the time the 1st bullet in a shot takes again. Since you can fire as soon as the reload is complete, shouldn't "Reload+1 Bullet" be add to the time, not just reload? (Again, my math skills aren't super awesome, so let me know if I'm wrong).

Edit: The current formula I'm using is (in JavaScript): [link]
var hits = Math.ceil(40.0 / dmg);
var val = (hits - 1) * (1 / rate)
if(reload) val += reload - (1 / rate);

Let me have a look at this through visualisation.
For a 20 clip weapon that doesn't kill, we have to go through 19 sets of the time to fire one bullet. Then we have a reload. If the gun kills on the 25th bullet, we have to go through 4 more sets of the time to fire one bullet.
My calculation assumes that all the bullets go through one continuous round, and then adds on the reload time at the end. So, it would assume we wait through 24 sets of one bullet firing, not 23. So yes, there is an error. So yes, given that a reload has to be made, we have to subtract 1 bullet from the total time.
I'll go ahead and update Tig's stats, then redo this calculation.

EDIT: Everything's all done, with noticeable changes highlighted. I didn't bother with some changes even though they were there, because they were probably errors with measurement.

http://i.imgur.com/Wr7oVMs.png

I had several errors when calculating the TTK because I entered an incorrect formula, but I'm pretty sure it's perfectly correct now.
Also, is the AK's clip 31? That's what showed up when I used Tig's data to calculate the clips.
I also dropped the target precision a little to exclude some more weapons which passed the distance test on the original data but failed on the wiki's data. Fewfre should take note of this.
The rest seems to be consistent with Fewfre's data.

Dernière modification le 1408581240000
Fewfre
« Citoyen »
1408585320000
    • Fewfre#0000
    • Profil
    • Derniers messages
    • Tribu
#207
  0
@Solfn:
First off, the AK does have a 31 clip now. huh. I totally missed that. weird clip number too.

I like the new precisions, accounts for a little more inaccuracy on player's part.

Also, I prefer "Wiki's data" to "Fewfre's data" since a wiki can be edited by anyone, and I've gotten help with the stats before :) I know what you mean, just me being nitpicky.

Edit: Also, thank you +Laurent for figuring out what C meant and the conversion, I was confused at first =p

Dernière modification le 1408585500000
Tadame
« Citoyen »
1408589760000
    • Tadame#0000
    • Profil
    • Derniers messages
    • Tribu
#208
  0
+laurent a dit :
C is for "Cooldown" I think.

For example, the M4 A1 has a cooldown of 100. So when you want to calculate the rate, all you have to do is to apply this calculation:

RATE = 1000 / C


RATE = 1000 / C (where C = 100)
RATE = 1000 / 100
RATE = 10

Then you have 10 bullet per second for the MA 41.

The formula is invalid for calculating the firing rate or bullet per second (bps) for SPAS 12 unless Tig made a typo.

If D = 3.8 and DPS = 38, then this weapon should fire at a rate of 10bps instead of 2.5bps.

In fact, you can obtain the firing rate simply by this formula, RATE = DPS / D.
I don't understand why there is a C variable.

Also, magazine per clip (M) = DPC / D. I've not verified this with the actual in-game data.

Dernière modification le 1408590600000
+Laurent
« Citoyen »
1408608180000
    • +Laurent#0000
    • Profil
    • Derniers messages
    • Tribu
#209
  0
@Tadame

Do you forget that the SPAS 12 shot "4" bullets per shot?

And I think it would be better to calculate the rate from just the cooldown than using the damage, the dps and the number of bullet per shot (yes, you forgot this parameter).

We can get the rate value using either these calculation:

  • RATE = 1000 / COOLDOWN or
  • RATE = DPS / (DAMAGE * NB_BULLETS)

As you can see, it's easier to calculate the rate using the first method.

I agree that having the cooldown is a little confusing but it would be good if it's for having the exact value of the rate.

And for the DPS, DPM and DPC, I don't think there are raw values.
Tadame
« Citoyen »
1408623240000
    • Tadame#0000
    • Profil
    • Derniers messages
    • Tribu
#210
  0
Thanks, Laurent! c:
I didn't know SPAS 12 had four bullets per shoot cos I just bought it today.

Also, I just realize that Fewfre uses shots per second rather than bullets per second on her wikia page.

Dernière modification le 1408628520000
Augustinas
« Citoyen »
1409048280000
    • Augustinas#0000
    • Profil
    • Derniers messages
#211
  0
Jackster, please add all dem guns, because these punks don't have pics of them.
*PICS OF GUNS*
Fewfre
« Citoyen »
1409054580000
    • Fewfre#0000
    • Profil
    • Derniers messages
    • Tribu
#212
  0
Augustinas a dit :
Jackster, please add all dem guns, because these punks don't have pics of them.
*PICS OF GUNS*

If you really want the pictures, check out the wiki. But agreed, it would be nice if the original post was a little more up-to-date.
+Laurent
« Citoyen »
1409075220000
    • +Laurent#0000
    • Profil
    • Derniers messages
    • Tribu
#213
  0
Here a graphic weapon charts that give a simplified view of all primary weapons.


http://i.imgur.com/FlBV65q.png

EDIT: more compact

Dernière modification le 1409168460000
Cdadcsa
« Citoyen »
1475053740000
    • Cdadcsa#0000
    • Profil
    • Derniers messages
    • Tribu
#214
  0
im like m60 ak 47
Cdadcsa
1475054400000
    • Cdadcsa#0000
    • Profil
    • Derniers messages
    • Tribu
#215
[Modéré par Batt_mellamy, raison : Double post]
  • Forums
  • /
  • Fortoresse
  • /
  • Discussions
  • /
  • Weapon Info
« ‹ 11 / 11
© Atelier801 2018

Equipe Conditions Générales d'Utilisation Politique de Confidentialité Contact

Version 1.27