
Now, the question is, can you respawn this thing again, like, per console command or anything? I googled for it for a bit and searched around in the forums, but I couldn't find anything. Any help would be greatly appreciated!
Code: Select all
/c game.player.surface.create_entity{name="crash-site-spaceship", force="player", position={-5,-6}}
Code: Select all
/c shipwreck = game.player.surface.find_entities_filtered{name="crash-site-spaceship"}[1]
shipwreck.minable = false
shipwreck.destructible = false
Code: Select all
/c game.surfaces["nauvis"].create_entity{name="crash-site-spaceship",position={-5,-6},force="player"}
Depends on if you're talking about steam achievements or merely modded in-game achievements. ;)Silari wrote: Thu Aug 19, 2021 7:30 am There's no easy way to do it that won't make you lose achievements.