[Genhis] Stuck on vulcanus

This subforum contains all the issues which we already resolved.
ocelus_ftnl
Manual Inserter
Manual Inserter
Posts: 1
Joined: Fri Oct 25, 2024 12:49 pm
Contact:

[Genhis] Stuck on vulcanus

Post 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
spawn area on vulcanus at 1st spawn
10-25-2024, 14-50-57.png (1.56 MiB) Viewed 13809 times
The seed of the map is: 1778116818
settings increase resource deposit size and richness to 600% (not frequency) enemy spawn area to 300%
User avatar
Lou
Factorio Staff
Factorio Staff
Posts: 181
Joined: Mon Nov 30, 2020 10:50 am
Contact:

Re: Stuck on vulcanus

Post 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.
someone1337
Fast Inserter
Fast Inserter
Posts: 139
Joined: Wed Apr 26, 2017 11:29 pm
Contact:

Re: Stuck on vulcanus

Post 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:

Code: Select all

game.player.teleport({0,0})
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)

Code: Select all

game.players[1].teleport({0,0})
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
Genhis
Factorio Staff
Factorio Staff
Posts: 596
Joined: Wed Dec 24, 2014 8:19 am
Contact:

Re: [Genhis] Stuck on vulcanus

Post 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.
Post Reply

Return to “Resolved Problems and Bugs”