I get an error that it cannot find file graphics/entitity/loader/express-loader-structure.png. I checked and that file si not there, but it is in entitry/express-loader/ directory. I moved it manually and then got an error that the fast-loader-structure.png was not found in loader directory. I'll try to pile them all in that folder and let you know what happens
I had loader redux. I disabled it, removed it from the "synch with save" option and they work now. Not sure if this was also causing the graphic files not being found though.
Hm, I'll play around with that combination. I think generally it's probably not wise to have both Loader Redux and this, but I can take a look and see what I can do on my end to make interaction smoother.
I will see if that does anything to the graphics issue. And also take a look at that section of code anyways.
Found the graphics bug, and fixed. Pushing an update shortly. It was my bad, when I had moved the files into their own folders, the line for out-direction hadn't been properly updated in code.
Thanks. For me, I just dropped redux. So, don't work on that just for me. If others want it or you just want to do it, then that's fine, but I don't need it myself.
I'll still poke, just to see if there are any weird adverse interactions. At the moment I'm adding a thing to overwrite Bob's basic-transport-belt sprites (since they're just gray-scale) with something more color-appropriate. Just about done, then I'll push the fix.
Huh, weird. The Loader Redux interactions don't seem to be bad, actually. What's happening as far as I can see is that Vanilla-Loader-HD is trumping Loader-Redux when it comes to the recipes, and Loader-Redux adds additional behavior. Probably still shouldn't use them at the same time, though. Hm...