SaveScum / skyrim-plugin-decoding-project

Automatically exported from code.google.com/p/skyrim-plugin-decoding-project
0 stars 0 forks source link

Suppressor Flag for Weapon Mod not recognized #166

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a weapon in the GECK using the suppressor flag for a weapon mod, or
2. Load the GunRunnersArsenal.esm and run an error check on the file.
3. Receive an error.

What is the expected output?
No errors.

What do you see instead?
[00:00] NVDLC05WeapNVAntiMaterielRifleCustom "Anti-Materiel Rifle (GRA)" 
[WEAP:0500084F]
[00:00]     WEAP \ DNAM -  \ Effect - Mod 3 -> <Unknown: 16>

What version of the product are you using? On what operating system?
3.0.32 r1579 Win7 64x

Please provide any additional information below.

Unlike the Silence flag, this one drops the weapon's detection sound level one 
level.

I provided attached an image for details.

Original issue reported on code.google.com by harkness...@yahoo.com on 27 May 2014 at 12:01

Attachments:

GoogleCodeExporter commented 9 years ago
Hmm that leaves 15 as unknown. Can you please check what is missing in GECK (I 
don't have it now), here is the current list in FNVEdit
      {00} 'None',
      {01} 'Increase Weapon Damage',
      {02} 'Increase Clip Capacity',
      {03} 'Decrease Spread',
      {04} 'Decrease Weight',
      {05} 'Regenerate Ammo (shots)',
      {06} 'Regenerate Ammo (seconds)',
      {07} 'Decrease Equip Time',
      {08} 'Increase Rate of Fire',
      {09} 'Increase Projectile Speed',
      {10} 'Increase Max. Condition',
      {11} 'Silence',
      {12} 'Split Beam',
      {13} 'VATS Bonus',
      {14} 'Increase Zoom',
      {15} '',
      {16} 'Suppressor'

Original comment by zila...@gmail.com on 27 May 2014 at 5:36

GoogleCodeExporter commented 9 years ago
It is called Decrease Equip Time.

Original comment by harkness...@yahoo.com on 27 May 2014 at 6:47

GoogleCodeExporter commented 9 years ago
Fixed r1595

Original comment by zila...@gmail.com on 27 May 2014 at 7:24