Vehicle part l_base_223 error

Hi there, im playing the last exp. version and get this error each time i run the game:

src/item_factory.cpp:1370 [const itype* Item_factory::find_template(const itype_id&) const] Missing item definition: l_base_223
16:31:18.459 ERROR : src/veh_type.cpp:605 [static void vpart_info::check()] vehicle part l_base_223 has the TURRET flag, but is not made from a gun item
16:31:18.756 ERROR : src/veh_type.cpp:605 [static void vpart_info::check()] vehicle part l_base_223nc has the TURRET flag, but is not made from a gun item
16:31:18.756 ERROR : src/veh_type.cpp:589 [static void vpart_info::check()] vehicle part l_car_223 uses undefined item l_car_223
16:31:18.756 ERROR : src/item_factory.cpp:1370 [const itype* Item_factory::find_template(const itype_id&) const] Missing item definition: l_car_223
16:31:18.756 ERROR : src/veh_type.cpp:605 [static void vpart_info::check()] vehicle part l_car_223 has the TURRET flag, but is not made from a gun item
16:31:18.756 ERROR : src/veh_type.cpp:605 [static void vpart_info::check()] vehicle part l_car_223nc has the TURRET flag, but is not made from a gun item
16:31:18.756 ERROR : src/veh_type.cpp:589 [static void vpart_info::check()] vehicle part l_dsr_223 uses undefined item l_dsr_223
16:31:18.756 ERROR : src/item_factory.cpp:1370 [const itype* Item_factory::find_template(const itype_id&) const] Missing item definition: l_dsr_223
16:31:18.756 ERROR : src/veh_type.cpp:605 [static void vpart_info::check()] vehicle part l_dsr_223 has the TURRET flag, but is not made from a gun item
16:31:18.756 ERROR : src/veh_type.cpp:605 [static void vpart_info::check()] vehicle part l_dsr_223nc has the TURRET flag, but is not made from a gun item
16:31:18.756 ERROR : src/veh_type.cpp:589 [static void vpart_info::check()] vehicle part l_lmg_223 uses undefined item l_lmg_223
16:31:18.756 ERROR : src/item_factory.cpp:1370 [const itype* Item_factory::find_template(const itype_id&) const] Missing item definition: l_lmg_223
16:31:18.756 ERROR : src/veh_type.cpp:605 [static void vpart_info::check()] vehicle part l_lmg_223 has the TURRET flag, but is not made from a gun item
16:31:18.756 ERROR : src/veh_type.cpp:605 [static void vpart_info::check()] vehicle part l_lmg_223nc has the TURRET flag, but is not made from a gun item
16:31:18.756 ERROR : src/veh_type.cpp:589 [static void vpart_info::check()] vehicle part l_long_45 uses undefined item l_long_45
16:31:18.757 ERROR : src/item_factory.cpp:1370 [const itype* Item_factory::find_template(const itype_id&) const] Missing item definition: l_long_45
16:31:18.757 ERROR : src/veh_type.cpp:605 [static void vpart_info::check()] vehicle part l_long_45 has the TURRET flag, but is not made from a gun item
16:31:18.757 ERROR : src/veh_type.cpp:605 [static void vpart_info::check()] vehicle part l_long_45nc has the TURRET flag, but is not made from a gun item
16:31:18.757 ERROR : src/veh_type.cpp:589 [static void vpart_info::check()] vehicle part l_mbr_223 uses undefined item l_mbr_223
16:31:18.757 ERROR : src/item_factory.cpp:1370 [const itype* Item_factory::find_template(const itype_id&) const] Missing item definition: l_mbr_223
16:31:18.757 ERROR : src/veh_type.cpp:605 [static void vpart_info::check()] vehicle part l_mbr_223 has the TURRET flag, but is not made from a gun item
16:31:18.757 ERROR : src/veh_type.cpp:605 [static void vpart_info::check()] vehicle part l_mbr_223nc has the TURRET flag, but is not made from a gun item
16:31:18.758 ERROR : src/veh_type.cpp:589 [static void vpart_info::check()] vehicle part rm360_carbine uses undefined item rm360_carbine
16:31:18.758 ERROR : src/item_factory.cpp:1370 [const itype* Item_factory::find_template(const itype_id&) const] Missing item definition: rm360_carbine
16:31:18.758 ERROR : src/veh_type.cpp:605 [static void vpart_info::check()] vehicle part rm360_carbine has the TURRET flag, but is not made from a gun item
16:31:18.758 ERROR : src/veh_type.cpp:605 [static void vpart_info::check()] vehicle part rm360_carbinenc has the TURRET flag, but is not made from a gun item

And thats my mod list:

“dda”,
“no_npc_food”,
“makeshift”,
“More_Survival_Tools”,
“modular_turrets”,
“Salvaged_Robots”,
“alt_map_key”,
“more_locations”,
“FujiStruct”,
“Urban_Development”,
“deoxymod”,
“blazemod”,
“Heavy miners”,
“Tanks”,
“Graphical_Overmap”,
“Graphical_Overmap_Fujistruct”,
“Graphical_Overmap_More_Locations”,
“Graphical_Overmap_Urban_Development”,
“no_filthy_clothing”,
“novitamins”,
“StatsThroughSkills”

Thanks in advance.

Find this by searching within the data files, itll belong to a mod which needs updating.
maybe modular_turrets from looking at the context of the error?

It’s actually blazemod, it’s still got definitions for turrets for those weapons.

1 Like

Thanks all for the help… I will look for a fix.

Try using the version from the Goat compilation.

To fix this, remove the highlighted lines here and here.

FIxed, working like a charm right now… Thanks a lot!