Some fixed version of old mods on modworkshop, not fix the game. see changelog for more. see license for original mods.
Wow. You fixed Better Bots? Did you fix the damn concussion grenade crash? If so, please tell me how. I'm curious.
Yes, fixed on +2 version, just check resource loaded before spawn.
managers.dyn_resource:is_resource_ready(Idstring("unit"), Idstring(tweak_data.blackmarket.projectiles.concussion.unit), managers.dyn_resource.DYN_RESOURCES_PACKAGE)
line 874 and 150
ProjectileBase.spawn("units/pd2_crimefest_2016/fez1/weapons/wpn_fps_gre_pressure/wpn_third_gre_pressure", from_pos, Rotation())
line 876
Wow, this is just, really great. That particular crash has drove me nuts for years.
Wow. You fixed Better Bots? Did you fix the damn concussion grenade crash? If so, please tell me how. I'm curious.
Yes, fixed on +2 version, just check resource loaded before spawn.
managers.dyn_resource:is_resource_ready(Idstring("unit"), Idstring(tweak_data.blackmarket.projectiles.concussion.unit), managers.dyn_resource.DYN_RESOURCES_PACKAGE)
line 874 and 150
ProjectileBase.spawn("units/pd2_crimefest_2016/fez1/weapons/wpn_fps_gre_pressure/wpn_third_gre_pressure", from_pos, Rotation())
line 876
Wow, this is just, really great. That particular crash has drove me nuts for years.