Yuoki Industries - (Fixes & Integrations by JATMN)

by jatmn

Various Bug fixes for Yuoki (Recipes, Icons, Typo's, etc...) Also includes QOL changes by JATMN Mod Integrations: - Angel's Bioprocessing, Refining, Smelting, Petrochemical Processing... - Bob's Electronics, Adjustable Inserters, Modules, Ore's, Vehicle Equipment... - Pyanodons Industry, Raw Ores - Krastorio 2 - 248k - more to come..

Tweaks
11 months ago
1.1
8.25K

b [Fixed] F7 (Nuatreel) graphic fix

2 years ago

In prototypes/entity/resources/fix.lua

added at start of function resource(resource_parameters, autoplace_parameters) :

local gfx_size, frame_count = 38, 4
if resource_parameters.name == "y-res2" then gfx_size, frame_count = 40, 8 end

And swapped in stages width and height to gfx_size, frame_count to frame_count

stages =
{
  sheet =
  {
    filename = "__zJatmnYiFixes__/graphics/entity/resources/" .. resource_parameters.name .. ".png",
    priority = "extra-high",
    width = gfx_size,
    height = gfx_size,
    frame_count = frame_count,
    variation_count = 8,
  }
},

Ofc it's not perfect because the sprite shadows don't fit in their frames but it's much better.

2 years ago

Thank you for the feedback!

I do agree it looks a lot better. I will include this change on my next update of this mod.

2 years ago

updated in 0.2.12

New response