Skip to content

Outposts

Jason edited this page Nov 28, 2023 · 2 revisions

Recovering a Deleted Outpost

This app soft-deletes outposts to ensure data is not lost by mistake. This means a deleted outpost is just hidden via a database flag. Here's how you can undelete an outpost:

  • Launch Starfield ISS.
  • Go to About / Help and click Your Data Is Saved Here.
  • Open DataSlate.db using a SQLite interface, such as DB Browser for SQLite.
  • Find the Outposts table.
  • Find your Outpost entry by name.
  • Change the OutpostDeleted property from 1 to 0.
  • Exit and relaunch Starfield ISS.
Clone this wiki locally