-
Notifications
You must be signed in to change notification settings - Fork 3
Outposts
Jason edited this page Nov 28, 2023
·
2 revisions
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 clickYour 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 from1
to0
. - Exit and relaunch Starfield ISS.