[boskid][1.1.77] spill_item_stack doesn't spread items on maps with large width or height

This subforum contains all the issues which we already resolved.
Post Reply
BurninSun
Inserter
Inserter
Posts: 44
Joined: Fri Mar 16, 2018 4:54 am
Contact:

[boskid][1.1.77] spill_item_stack doesn't spread items on maps with large width or height

Post by BurninSun »

Code: Select all

/c for _ = 1,100 do game.player.surface.spill_item_stack(game.player.position, {name="empty-barrel", count = 1}, false, nil, false) end
Running this command results in a different outcome based on the surface map_gen_settings. If map_gen_settings.width or map_gen_settings.height >= 2^31 then the first 8 items place around the player, and the remaining 92 items appears right at the characters feet. Height and width being < 2^31 results in the item being evenly spread all around the character.

Top picture is with lower height and width spilling items as expected. Bottom picture shows the same command run on a surface with the larger height and width settings with 92 barrels stacked in the center.
stacking barrels.png
stacking barrels.png (304.72 KiB) Viewed 1527 times
Save file is also attached with surfaces created with different map_gen_settings. Nauvis, Nostos, Eostre, Fornax, Geras all work as expected. The other surfaces do not.
Attachments
test6.zip
(2.85 MiB) Downloaded 50 times

User avatar
boskid
Factorio Staff
Factorio Staff
Posts: 2250
Joined: Thu Dec 14, 2017 6:56 pm
Contact:

Re: [boskid][1.1.77] spill_item_stack doesn't spread items on maps with large width or height

Post by boskid »

Thanks for the report. Issue is now fixed for 1.1.78.

Post Reply

Return to “Resolved Problems and Bugs”