Page 1 of 1

[2.0.57] Item request slot appears in wrong spot on gun turrets

Posted: Sun Jun 22, 2025 9:14 pm
by lightdark
See attached image:
06-22-2025, 17-10-43.png
06-22-2025, 17-10-43.png (673.6 KiB) Viewed 3516 times
Because the icon has an arrow pointing down, it looks like the request is for the turret below the one actually being requested.

factorio --version:
2.0.57 (build 83368, linux64, steam)
Version: 64
Map input version: 1.0.0-0
Map output version: 2.0.57-0

Unmodded, just base game + space age.

Re: Item request slot appears in wrong spot on gun turrets

Posted: Sun Jun 22, 2025 9:16 pm
by Loewchen
Post the save and add the version to the title as instructed in 3638 please.

Re: [2.0.57] Item request slot appears in wrong spot on gun turrets

Posted: Mon Jun 30, 2025 2:31 am
by lightdark
I forgot to reply, but done.

Re: [2.0.57] Item request slot appears in wrong spot on gun turrets

Posted: Tue Jul 01, 2025 10:55 am
by Quezler
i would suggest this for the gun turret, didn't check any of the other ammo turrets tho:

Code: Select all

data.raw["ammo-turret"]["gun-turret"].icons_positioning =
    {
      {inventory_index = defines.inventory.turret_ammo, shift = {0, -0.25}}
    }

Re: [2.0.57] Item request slot appears in wrong spot on gun turrets

Posted: Sat Jul 05, 2025 3:20 pm
by lightdark
I think it would be fair to maybe display the item request directly over the alt-mode display of the inventory, since gun turrets do only have one slot for inventory. If there were an item request for a different item than it currently contains, that would already be shown as an item removal + insertion request, which would combine with the X icon as well.

Not sure if that item positioning affects the alt-mode icon as well, though, which is why I mention specifically drawing it over it.

Re: [2.0.57] Item request slot appears in wrong spot on gun turrets

Posted: Wed Jul 09, 2025 4:03 pm
by Rseding91
Ok, I moved it for the next release.