Artisanal Reskins: Bob's Mods

by Kirazy

Reskins items, entities, and technologies within Bob's mods to add tier colors and icon labeling. Features high-res icons and updated sprites to align with vanilla Factorio, and supports player-customizable tier labels, colors and mapping. Part of the Artisanal Reskins series.

Tweaks
14 days ago
1.0 - 1.1
99.7K

b [Fixed] Error when loading

3 years ago

Failed to load mods: Error while loading entity Prototype "electric-mining-drill"(mining-drill): Animation speed has to be set to 0.

At ROOT.mining-drill.electric-mining-drill.graphics_set.working[0].animation.hr_version

Modifications: Base mod > Squeak Through > Bob's Ores mod > Artisanal Reskins: Bob's Mods > AAI Industry

Mods to be disabled:
-Squeak Through (1.8.0)
-bobores (1.0.0)
-reskins-bobs (0.0.22)
-aai-industry (0.4.18)

3 years ago

Would you post your log file? I have all these mods and they load.

3 years ago

I think I have tracked down the cause its actually related to Deep Core Mining. I think its on their end though

3 years ago
(updated 3 years ago)

I'll take a look and see if I can work around it.

Edit: Yep, it's that, now to poke around and see what's happening.

3 years ago

Holy shit:

function electric_mining_drill_smoke()
    return
    {
      filename = "__base__/graphics/entity/electric-mining-drill/electric-mining-drill-smoke.png",
      line_length = 6,
      width = 24,
      height = 38,
      frame_count = 30,
      animation_speed = 0,4,
      direction_count = 1,
      shift = util.by_pixel(0, 2),
      hr_version =
      {
        filename = "__base__/graphics/entity/electric-mining-drill/hr-electric-mining-drill-smoke.png",
        line_length = 6,
        width = 48,
        height = 72,
        frame_count = 30,
        animation_speed = 0,4,
        direction_count = 1,
        shift = util.by_pixel(0, 3),
        scale = 0.5,
      }
    }
  end

That's a hell of a typo, lol. The animation speed. "0,4" Oof.

But why do they even define it? They leak a global that's used to build the mining drill... they don't even use it themselves. xD

Whateven.

3 years ago

Anyways I've made adjustments to protect against this. As it happens it also fixes something I overlooked, too. :D

3 years ago

Awesome! You rock, keep up the great work

New response