Hey there, pretty much the thread title. A "friend" visited our little factory, and we're 99% sure that it was him who deconstructed the prestige piece of our factory - when we discovered it, we were already 6 hours ahead
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!
Can you respawn the spaceship wreck?
Can you respawn the spaceship wreck?
Last edited by GewaltSam on Thu Aug 19, 2021 7:18 am, edited 1 time in total.
Re: Can you respawn the spaceship wreck?
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
Re: Can you respawn the spaceship wreck?
Should be able to with
where {-5,-6} is the position where the spaceship was. Both games I checked that's where it was, so I'm assuming it's always put there by the freeplay scenario.
Code: Select all
/c game.surfaces["nauvis"].create_entity{name="crash-site-spaceship",position={-5,-6},force="player"}
Re: Can you respawn the spaceship wreck?
Thank you guys very much
One quick follow up question though, does it still allow for doing the achievements? I was thinking about trying the editor for getting the rocket back, but if we can't do achievements then, we would rather build a little memorial for our hare-brained friend and the lost rocket.
One quick follow up question though, does it still allow for doing the achievements? I was thinking about trying the editor for getting the rocket back, but if we can't do achievements then, we would rather build a little memorial for our hare-brained friend and the lost rocket.
Re: Can you respawn the spaceship wreck?
There's no easy way to do it that won't make you lose achievements. Commands permanently mark the save as not being eligible for any achievements.
Re: Can you respawn the spaceship wreck?
Aww, too bad, but I was afraid it will be like that :/
Well, blinking and insulting letters visible from space it is, then
Thanks again for the quick responses! The Factorio community is still my favorite one for a reason
Well, blinking and insulting letters visible from space it is, then
Thanks again for the quick responses! The Factorio community is still my favorite one for a reason
- eradicator
- Smart Inserter
- Posts: 5206
- Joined: Tue Jul 12, 2016 9:03 am
- Contact:
Re: Can you respawn the spaceship wreck?
Depends on if you're talking about steam achievements or merely modded in-game achievements. ;)
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.