Page 1 of 1
[Genhis] Stuck on vulcanus
Posted: Fri Oct 25, 2024 12:57 pm
by ocelus_ftnl
Hello,
I play factorio SpaceAge with some friends on a dedicated server (at the latest version when I noticed the bug -> 2.0.10)
During our trip to vulcanus, I appeared in a small hole (see image below) with no way to get out.
- spawn area on vulcanus at 1st spawn
- 10-25-2024, 14-50-57.png (1.56 MiB) Viewed 13832 times
The seed of the map is: 1778116818
settings increase resource deposit size and richness to 600% (not frequency) enemy spawn area to 300%
Re: Stuck on vulcanus
Posted: Fri Oct 25, 2024 1:16 pm
by Lou
Hello. Thank you for bringing this to our attention. If you need to "fix" the save while keeping achievements enabled, you can post it here.
Re: Stuck on vulcanus
Posted: Fri Oct 25, 2024 1:39 pm
by someone1337
@devs - maybe add some /kill-myself command?
because respawning and reclaiming your dead body could be an easy solution.
@OP:
get yourself
https://mods.factorio.com/mod/some-luaconsole
and execute:
change coordinates if needed.
you have to be admin, you wont lose achievements.
If you are not an admin, let some admin do this:
(the players[1] needs to be adapted for your player index)
To find your player index, let the admin execute this:
Code: Select all
for i,_ in pairs(game.players) do
game.print(i .. " - " .. game.players[i].name)
end
Re: [Genhis] Stuck on vulcanus
Posted: Fri Oct 25, 2024 8:23 pm
by Genhis
Thanks for the report. This was caused by cargo pods dropping players to a random position. In the next release, the player drop position will always be [0,0]; pods without passengers are unchanged.