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.
The seed of the map is: 1778116818
settings increase resource deposit size and richness to 600% (not frequency) enemy spawn area to 300%
[Genhis] Stuck on vulcanus
-
- Manual Inserter
- Posts: 1
- Joined: Fri Oct 25, 2024 12:49 pm
- Contact:
Re: Stuck on vulcanus
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.
-
- Fast Inserter
- Posts: 139
- Joined: Wed Apr 26, 2017 11:29 pm
- Contact:
Re: Stuck on vulcanus
@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:
because respawning and reclaiming your dead body could be an easy solution.
@OP:
get yourself https://mods.factorio.com/mod/some-luaconsole
and execute:
Code: Select all
game.player.teleport({0,0})
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)
Code: Select all
game.players[1].teleport({0,0})
Code: Select all
for i,_ in pairs(game.players) do
game.print(i .. " - " .. game.players[i].name)
end
Re: [Genhis] Stuck on vulcanus
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.