Unknown Ammo Mod for M14 and G36 crashes the game
Avatar

As i am aware i haven't installed any mods that adds any ammunition mods for G36 and M14 currently installed, anyone knows what mod is causing it?

BLT Log: https://www.dropbox.com/s/kys94dzg3nnpwyc/2017_12_26_log.txt?dl=0

Crash Reader log:

Tue Dec 26 16:19:06 2017

Application has crashed: access violation


Callstack:

payday2_win32_release  (???)     zip_get_name                                        
         payday2_win32_release  (???)     ???                                                 
         payday2_win32_release  (???)     ???                                                 
         payday2_win32_release  (???)     ???                                                 
                           ???  (???)     ???                                                 
                           ???  (???)     ???                                                 
                           ???  (???)     ???                                                 
                           ???  (???)     ???                                                 
                           ???  (???)     ???                                                 
                           ???  (???)     ???                                                 
                           ???  (???)     ???                                                 
                           ???  (???)     ???                                                 
                           ???  (???)     ???                                                 
                           ???  (???)     ???


Current thread: Main
Script stack:
                                lib/managers/menu/blackmarketgui.lua:5466           
                    original()                                                      
lib/managers/menu/blackmarketgui.lua:5249  update_info_text()                                  
                                @mods/base/req/core/Hooks.lua:260                   
            set_selected_tab()                                                      
lib/managers/menu/blackmarketgui.lua:6296  previous_page()                                     
                                lib/managers/menu/blackmarketgui.lua:6499           
               mouse_pressed()                                                      
lib/managers/menu/blackmarketgui.lua:5905  mouse_pressed()                                     
                                lib/managers/menu/menucomponentmanager.lua:1411     
               mouse_pressed()                                                      
@mods/base/lua/MenuComponentManager.lua:24  mouse_pressed()                                     
                                lib/managers/menu/menurenderer.lua:399              
                 mouse_press()                                                      
lib/managers/menu/menuinput.lua:570  lib/managers/mousepointermanager.lua:339

Replies
Avatar

ammo mod as in attachment that modifies the round? like incendiary, AP and stuff?
AFAIK, there's only 1 mod like that in here.
Forgot the name, but its probably made by Killerwolf.

Unless maybe there's rebalance mod that add in new ammo type, (like DMCWO?)

Avatar
ammo mod as in attachment that modifies the round? like incendiary, AP and stuff?
AFAIK, there's only 1 mod like that in here.
Forgot the name, but its probably made by Killerwolf.

Unless maybe there's rebalance mod that add in new ammo type, (like DMCWO?)

It might be AFAIK because i don't have AP and incendiary round mods can you link the mod so i can check what the file is called?

Avatar

I see you have the Extra Attachments Compilation. This mod adds a sniper kit for the M14, G36 and G3. For a reason unknown to me those mods crash the game when you try to view them on the blackmarket screen. If you want to keep EAC, but get rid of those Sniper Kits, go to EAC's folder and open the factory.lua . In there, search for:

uses_parts, "wpn_fps_upg_a_snipers"

You should find two results that look like this:

table.insert(self.wpn_fps_ass_g36.uses_parts, "wpn_fps_upg_a_snipers")
table.insert(self.wpn_fps_ass_m14.uses_parts, "wpn_fps_upg_a_snipers")

Delete them and they won't show up on the blackmarket anymore.

Avatar
I see you have the Extra Attachments Compilation. This mod adds a sniper kit for the M14, G36 and G3. For a reason unknown to me those mods crash the game when you try to view them on the blackmarket screen. If you want to keep EAC, but get rid of those Sniper Kits, go to EAC's folder and open the factory.lua . In there, search for:
uses_parts, "wpn_fps_upg_a_snipers"

You should find two results that look like this:

table.insert(self.wpn_fps_ass_g36.uses_parts, "wpn_fps_upg_a_snipers")
table.insert(self.wpn_fps_ass_m14.uses_parts, "wpn_fps_upg_a_snipers")

Delete them and they won't show up on the blackmarket anymore.

Alright thanks it fixed it

36 1103