Blueprint Flip and Turn

by NovaM

Mirrors/Flips a blueprint in hand. WARNING: if you are using factorio 1.0 or factorio >= 0.18.37 then you must use the workaround below: - Grab the blueprint from the new blueprint interface - Drop it in the inventory to make a copy. (there is a row of buttons across the top one of has the letter C on it that is the copy button fot the print that is highlighted) - Grab that copy - The flip buttons work on this copy. This issue is not fixable for now, due to Factorio API limitation.

Content
3 years ago
0.16 - 1.1
46.9K
Blueprints

b [FIXED in 100.8.5] Error during loading 100.8.4

3 years ago

26.833 Error AtlasSystem.cpp:1529: The given sprite rectangle (left_top=72x0, right_bottom=108x36) is outside the actual sprite size (left_top=0x0, right_bottom=72x72).: blueprint_flip_and_turn/graphics/gui.png; mods: blueprint_flip_and_turn
...
Mods to be disabled:
• blueprint_flip_and_turn (100.8.4)

3 years ago

Same here came to post this.

3 years ago

Don't want to be rude, although to override a version with a different code is really a rookie mistake. Any update should be a new version even though it turns out that the update is defective.

3 years ago

Style.lua calls out each button as x = 036, x = 136, x = 2*36 and each button is 36 pixels wide. Gui.png is only 72 pixel wide and has two 36 wide buttons. There should be a new png that has three buttons and is 108 pixel wide. Hence the error where it is looking for an image at 72,0 to 108,36.

3 years ago

I have created a new png and tested and it works fine. I can give it to you if you need a graphic but don't know how to load it here. I also enabled the function and found a typo in the style where a underscore was missing.
Control.lua
flow.add{type = "button", name = "blueprint_reverse_inserters", style = "blpflip_button_reverse_inserters"}
Style.lua
data.raw["gui-style"].default["blpflip_button_reverseinserters"] =

3 years ago

+1

3 years ago

@Funketime you can simply upload the image to imgur or whole corrected .zip on mega.nz (or whichever else server)

3 years ago

+1

3 years ago

+1

3 years ago

https://imgur.com/a/jIgwPnL
just the gui.png. Replace it in the mod and it will not crash.

3 years ago

Same issue here. Silly little .png being a punk.

3 years ago
(updated 3 years ago)

Hello guys,
It should be fixed in the 100.8.5 release.
Sorry for the convenience

3 years ago
(updated 3 years ago)

@Funketime TY

3 years ago

Thanks NovaM, fixed.

3 years ago

Thanks NovaM much love.

This thread has been locked.