Starfield Toolkit

A Windows GUI for managing Bethesda Creations — load order, updates, rule books, and Fast Lane compatibility, without ever touching your game files.

Dialogs reference

Every modal dialog in the app, in one place.

Creation details

Opened from the Installed Creations tab. Read-only view of everything the local cache knows about one creation.

FieldSource
Title, authorAPI; cached permanently (immutable).
Description, release notesAPI; re-fetched per session after staleness window.
Version, price, sizeAPI; volatile — refreshed with each explicit check.
CategoriesAPI; cached.
Achievement friendlyAPI; cached permanently.
First seen / last updatedComputed by the toolkit from cache history.
ThumbnailAPI; cached as file on disk.
Creation details dialog
Creation details

Diff dialog

Covered on its own page: Diff dialog.

Hint dialog

Opened by clicking a hint icon next to a moved item in the Diff dialog. Lists every constraint that touched that item:

Hint dialog
Hint dialog

Rule book editor

Opened from the Rule Books tab with New or Edit. Two panes:

  1. Creation picker — search and add the creations you want this rule book to order.
  2. Ordering list — drag-reorder to declare the relative order. Top loads first.

Metadata fields: name, description, enabled flag. Saving writes a JSON file to the user rule book directory.

Rule book editor
Rule book editor
Note All dialogs are non-modal in the Windows-focus sense — you can Win+D to the desktop and click back to the toolkit without losing dialog state.