Error ModManager.cpp
I have no idea what the reason is. When I search the localization files of the new version I cannot find this error message.
Code: Select all
{
animation = { ... },
close_sound = {
filename = "__base__/sound/metallic-chest-close.ogg",
volume = 0.7
},
collision_box = {
{
-0.35,
-0.35
},
{
0.35,
0.35
}
},
corpse = "storage-chest-remnants",
fast_replaceable_group = "container",
flags = {
"placeable-player",
"player-creation"
},
icon = "__kizraks-robots__/graphics/icons/logistic-chest-storage.png",
icon_mipmaps = 4,
icon_size = 64,
inventory_size = 6,
logistic_mode = "storage",
max_health = 150,
minable = {
mining_time = 0.1,
result = "k-logistic-chest-storage"
},
name = "k-logistic-chest-storage",
open_sound = {
filename = "__base__/sound/metallic-chest-open.ogg",
volume = 0.65
},
opened_duration = 7,
resistances = {
{
percent = 90,
type = "fire"
},
{
percent = 60,
type = "impact"
}
},
selection_box = {
{
-0.5,
-0.5
},
{
0.5,
0.5
}
},
type = "logistic-container",
vehicle_impact_sound = {
filename = "__base__/sound/car-metal-impact.ogg",
volume = 0.65
}
}