Skip to content

Releases: monster-cookie/CreationsForge

v1.1.9

16 Jun 22:48

Choose a tag to compare

Version 1.1.9 - 2026-06-16

  • Moved the active game/plugin dropdowns in to an open plugin dialog.
  • Now use friendly names fro the record type selector not the record IDs.
  • Added Additional Major Record Types: ConstructibleObject (COBJ), ConditionForm (CNDF)

v1.1.8

15 Jun 01:16

Choose a tag to compare

Version 1.1.8 - 2026-06-14

  • Fixed regression that removed several major record types child data.
  • Fixed regression that renamed MiscItem back to MiscObject

v1.1.7

14 Jun 04:44

Choose a tag to compare

Version 1.1.7 - 2026-06-13

  • Added an experimental NIF Preview Pane (Starfield, FO4, and Skyrim).
  • Added early support for previewing textured meshes in the preview pane.
  • Added support for launching models in Nifskope
  • Added a hexadecimal editor type display for binary and binary reflection data.
  • Added Additional Major Record Types: Static (STAT), and Containers (CONT)

Version 1.1.2

08 Jun 22:38
e37df69

Choose a tag to compare

Version 1.1.2 - 2026-06-08

  • Added Fallout 4 and Skyrim import support for the same approved typed record categories Starfield currently imports:
    MiscObjects, Keywords, ActorValueInformation, NPCs, MagicEffects, and Perks.

Version 1.1.1

08 Jun 01:17

Choose a tag to compare

Version 1.1.1 - 2026-06-07 [Beta]

  • Due to supporting all BGS games technically, it has been rebranded to Creations Forge
  • Full multi game support (implemented currently Skyrim, Fallout 4, and Starfield)
  • Converted to Avalonia UI after major issues with UNO and WinUI compatibility
  • Added support for Virtual Machine Adapters aka Scripts.
  • Added missing child schemas for Perks (Ranks, Skills, etc.)
  • Added missing child schemas for MiscItems (Transforms, models, sounds).

BREAKING CHANGES

  • This is a completely new application and data model. You should uninstall/remove the old SFRecordComparisonEngine version.

Version 1.0.3

02 Jun 02:22

Choose a tag to compare

Version 1.0.3 - 2026-06-01 [BETA]

  • Replaced the WinUI-only application host with Uno Platform Skia Desktop.
  • Changed the Linux application-data default to ~/.SFRecordCompareEngine so Debian-installed launches can write
    configuration, SQLite database, and log files without elevated permissions.
  • Added persisted plugin header record counts and header-flag-based plugin classification.
  • Added migration-triggered and manual full plugin reimport support.
  • Added total and active-plugin record counts plus plugin type details to the main status area.

Version 1.0.1

31 May 18:14
d3d3d66

Choose a tag to compare

Version 1.0.0 - 2026-05-31 [BETA]

  • Initial release of the Starfield Record Compare Engine.
  • This version includes the core features of plugin discovery, record browsing, and record comparison for a subset of
    Starfield record types.
  • Future updates will expand supported record types, add editing capabilities, and improve performance.