{
    "schema":  "smmods.catalog.v1",
    "generatedAt":  "2026-06-07T18:13:25Z",
    "apiVersion":  "v1",
    "baseUrl":  "https://smmods.com",
    "runtime":  {
                    "schema":  "starminer.runtime-profile.v1",
                    "id":  "starminer.ue4ss.v3.0.1-zdev",
                    "status":  "pinned",
                    "runtime":  {
                                    "id":  "ue4ss",
                                    "name":  "RE-UE4SS",
                                    "channel":  "stable-zdev",
                                    "version":  "3.0.1",
                                    "gitSha":  "d935b5b",
                                    "buildConfiguration":  "Game__Shipping__Win64",
                                    "upstreamRepository":  "https://github.com/UE4SS-RE/RE-UE4SS",
                                    "upstreamRelease":  "https://github.com/UE4SS-RE/RE-UE4SS/releases/tag/v3.0.1"
                                },
                    "targetGame":  {
                                       "name":  "Starminer",
                                       "build":  "23435040",
                                       "engineVersion":  "4.27"
                                   },
                    "asset":  {
                                  "fileName":  "zDEV-UE4SS_v3.0.1.zip",
                                  "sha256":  "AF777D2AF33FCE4D520DE35A8665E417376BCC530FEC647778012CE6CDF51B2B",
                                  "sizeBytes":  23810106,
                                  "localSourcePath":  "third_party/UE4SS-v3.0.1-zDEV",
                                  "downloadUrl":  "https://github.com/UE4SS-RE/RE-UE4SS/releases/download/v3.0.1/zDEV-UE4SS_v3.0.1.zip"
                              },
                    "installLayout":  {
                                          "kind":  "win64-flat",
                                          "gameExecutableDirectory":  "ILLSpace/Binaries/Win64",
                                          "modsDirectory":  "ILLSpace/Binaries/Win64/Mods",
                                          "modsFile":  "ILLSpace/Binaries/Win64/Mods/mods.txt",
                                          "logFile":  "ILLSpace/Binaries/Win64/UE4SS.log",
                                          "requiredFiles":  [
                                                                "dwmapi.dll",
                                                                "UE4SS.dll",
                                                                "UE4SS-settings.ini"
                                                            ],
                                          "optionalFiles":  [
                                                                "UE4SS.pdb",
                                                                "UE4SS_Signatures",
                                                                "MemberVarLayoutTemplates",
                                                                "VTableLayoutTemplates"
                                                            ]
                                      },
                    "managerPolicy":  {
                                          "installUe4ss":  true,
                                          "installFramework":  true,
                                          "exposeUe4ssToUsers":  false,
                                          "allowManualRuntimeSelection":  false,
                                          "defaultModsPathMode":  "ue4ss-mods-folder",
                                          "baseGameMutationPolicy":  "Only install UE4SS loader files, StarminerFramework, managed mod folders, and Mods/mods.txt enablement state."
                                      },
                    "verifiedCapabilities":  {
                                                 "proxyDllInjection":  {
                                                                           "status":  "verified",
                                                                           "description":  "dwmapi.dll proxy loads UE4SS from the Starminer Win64 executable directory."
                                                                       },
                                                 "luaMods":  {
                                                                 "status":  "verified",
                                                                 "description":  "UE4SS loads Starminer Lua mods from Mods/\u003cModName\u003e/Scripts/main.lua."
                                                             },
                                                 "unrealReflection":  {
                                                                          "status":  "verified",
                                                                          "description":  "UE4SS resolved core Unreal globals and exposes Starminer reflected objects to Lua."
                                                                      },
                                                 "functionHookRegistration":  {
                                                                                  "status":  "verified",
                                                                                  "description":  "The framework registered candidate UFunction hooks through the current UE4SS Lua API."
                                                                              },
                                                 "objectDefinitionCatalogRead":  {
                                                                                     "status":  "verified",
                                                                                     "description":  "The framework reads RTSSaveLoadManagerSubsystem.ObjectDefinitions and exports the catalog."
                                                                                 },
                                                 "objectDefinitionControlledWrite":  {
                                                                                         "status":  "verified",
                                                                                         "description":  "Copied-game probes changed selected ObjectDefinitions fields, verified readback, and restored originals."
                                                                                     }
                                             },
                    "candidateCapabilities":  {
                                                  "cxxMods":  {
                                                                  "status":  "unverified",
                                                                  "description":  "UE4SS supports C++ mods upstream, but Starminer public distribution currently treats C++ mods as future work."
                                                              },
                                                  "blueprintModLoading":  {
                                                                              "status":  "unverified",
                                                                              "description":  "UE4SS supports Blueprint/LogicMods upstream, but this has not been validated for Starminer packaging."
                                                                          },
                                                  "uhtDumper":  {
                                                                    "status":  "deferred",
                                                                    "description":  "Useful for deeper SDK work, but not required for the current Lua framework release."
                                                                },
                                                  "cppHeaderDumper":  {
                                                                          "status":  "deferred",
                                                                          "description":  "Useful for native sidecars or C++ mods, but not required for the current Lua framework release."
                                                                      },
                                                  "disableUe4ssCommandLine":  {
                                                                                  "status":  "unverified",
                                                                                  "description":  "Newer UE4SS docs describe --disable-ue4ss; do not expose it in the manager until tested against the pinned payload."
                                                                              },
                                                  "customUe4ssPathCommandLine":  {
                                                                                     "status":  "unverified",
                                                                                     "description":  "Newer UE4SS docs describe --ue4ss-path; keep it as a developer revalidation option until tested."
                                                                                 },
                                                  "externalModsPathEnvironment":  {
                                                                                      "status":  "unverified",
                                                                                      "description":  "Newer UE4SS docs describe UE4SS_MODS_PATHS; public installs should use the normal Mods folder first."
                                                                                  },
                                                  "ue4ssSubfolderLayout":  {
                                                                               "status":  "candidate",
                                                                               "description":  "Newer experimental UE4SS builds can use a ue4ss subfolder layout; this profile intentionally keeps the verified v3.0.1 flat layout."
                                                                           }
                                              },
                    "validation":  {
                                       "lastVerified":  "2026-05-28",
                                       "evidence":  [
                                                        "docs/reference/ue4ss-installation.md",
                                                        "docs/research/runtime-verification.md",
                                                        "docs/research/probe-results.md",
                                                        "docs/research/object-definitions-results.md",
                                                        "docs/research/framework-runtime-probe-results.md",
                                                        "docs/status/public-release-readiness.md",
                                                        "docs/reference/object-catalog-reference.md"
                                                    ]
                                   },
                    "notes":  [
                                  "This profile is the current mod-manager default runtime contract.",
                                  "Do not replace it with upstream latest unless the new payload is installed, verified, and committed as a new profile.",
                                  "Mods should depend on starminer.framework rather than directly depending on UE4SS."
                              ]
                },
    "framework":  {
                      "id":  "starminer.framework",
                      "name":  "Starminer Framework",
                      "version":  "0.5.8",
                      "targetGameBuild":  "23435040",
                      "packageUrl":  "https://smmods.com/downloads/framework/StarminerFramework-0.5.8-9098dc02.zip",
                      "sha256":  "9098dc02d8a098347f76a30897dc9bcddbb56350ffdae7ef3f1f10a2059bba79",
                      "artifactStatus":  "published",
                      "downloadEnabled":  true,
                      "apiUrl":  "https://smmods.com/api/v1/framework/latest.json",
                      "packageSizeBytes":  13818
                  },
    "manager":  {
                    "name":  "smmodmanager",
                    "version":  "0.1.26",
                    "channel":  "production",
                    "platform":  "windows-x64",
                    "downloadUrl":  "https://gitlab.curtpme.com/starminer-modding/smmodmanager/-/releases/permalink/latest/downloads/smmodmanager-0.1.26-windows-x64.zip",
                    "sha256":  "499524ddc30c651f42ed749e7ddee2b65679188b4e74b5a87323152f792e29d7",
                    "targetGameBuild":  "23435040",
                    "dependencies":  {
                                         "starminer.runtime":  "starminer.ue4ss.v3.0.1-zdev",
                                         "starminer.bridge":  "\u003e=0.5.8"
                                     },
                    "artifactStatus":  "production",
                    "downloadEnabled":  true,
                    "apiUrl":  "https://smmods.com/api/v1/manager/latest.json"
                },
    "mods":  [
                 {
                     "id":  "example.hello-lua",
                     "name":  "Hello Lua",
                     "summary":  "Minimal UE4SS Lua smoke-test mod.",
                     "description":  "Minimal framework-backed UE4SS Lua smoke-test mod for Starminer.",
                     "authors":  [
                                     "Starminer Modding"
                                 ],
                     "tags":  [
                                  "lua",
                                  "example",
                                  "framework"
                              ],
                     "detailUrl":  "https://smmods.com/mods/hello-lua/",
                     "apiUrl":  "https://smmods.com/api/v1/mods/example.hello-lua/index.json",
                     "latest":  {
                                    "version":  "0.1.3",
                                    "targetGameBuild":  "23435040",
                                    "packageUrl":  "https://smmods.com/downloads/mods/example.hello-lua/0.1.3/example.hello-lua-v0.1.3.zip",
                                    "sha256":  "526f6fcd07610056b5d92ea7f509512d6a2cbc1c8f1e854ca593c6689050dc0b",
                                    "artifactStatus":  "published",
                                    "downloadEnabled":  true,
                                    "dependencies":  {
                                                         "starminer.framework":  "\u003e=0.5.5"
                                                     },
                                    "entrypoints":  [
                                                        {
                                                            "type":  "ue4ss-lua",
                                                            "path":  "Scripts/main.lua"
                                                        }
                                                    ],
                                    "publishedAt":  "2026-05-31T18:00:22Z",
                                    "status":  "published",
                                    "packageSizeBytes":  1117
                                },
                     "versions":  [
                                      {
                                          "version":  "0.1.3",
                                          "targetGameBuild":  "23435040",
                                          "packageUrl":  "https://smmods.com/downloads/mods/example.hello-lua/0.1.3/example.hello-lua-v0.1.3.zip",
                                          "sha256":  "526f6fcd07610056b5d92ea7f509512d6a2cbc1c8f1e854ca593c6689050dc0b",
                                          "artifactStatus":  "published",
                                          "downloadEnabled":  true,
                                          "dependencies":  {
                                                               "starminer.framework":  "\u003e=0.5.5"
                                                           },
                                          "entrypoints":  [
                                                              {
                                                                  "type":  "ue4ss-lua",
                                                                  "path":  "Scripts/main.lua"
                                                              }
                                                          ],
                                          "publishedAt":  "2026-05-31T18:00:22Z",
                                          "status":  "published",
                                          "packageSizeBytes":  1117
                                      },
                                      {
                                          "version":  "0.1.2",
                                          "targetGameBuild":  "23435040",
                                          "packageUrl":  "https://smmods.com/downloads/mods/example.hello-lua/0.1.2/example.hello-lua-v0.1.2.zip",
                                          "sha256":  "cdd312870ede25f4e2f01d0313642024aab0125765439618a1da2122b94001f2",
                                          "artifactStatus":  "published",
                                          "downloadEnabled":  true,
                                          "dependencies":  {
                                                               "starminer.framework":  "\u003e=0.5.0"
                                                           },
                                          "entrypoints":  [
                                                              {
                                                                  "type":  "ue4ss-lua",
                                                                  "path":  "Scripts/main.lua"
                                                              }
                                                          ],
                                          "publishedAt":  "2026-05-31T15:34:14Z",
                                          "status":  "published",
                                          "packageSizeBytes":  1117
                                      },
                                      {
                                          "version":  "0.1.1",
                                          "targetGameBuild":  "23435040",
                                          "packageUrl":  "https://smmods.com/downloads/mods/example.hello-lua/0.1.1/example.hello-lua-0.1.1.zip",
                                          "sha256":  "595bac41673c172736f4800906c8484cb68bfb6a9e3eace0609f749d2b55b541",
                                          "artifactStatus":  "published",
                                          "downloadEnabled":  true,
                                          "dependencies":  {
                                                               "starminer.framework":  "\u003e=0.5.0"
                                                           },
                                          "entrypoints":  [
                                                              {
                                                                  "type":  "ue4ss-lua",
                                                                  "path":  "Scripts/main.lua"
                                                              }
                                                          ],
                                          "publishedAt":  "2026-05-28T00:00:00Z",
                                          "status":  "published",
                                          "packageSizeBytes":  1117
                                      }
                                  ]
                 },
                 {
                     "id":  "example.hello-lua-companion",
                     "name":  "Hello Lua Companion",
                     "summary":  "Dependency-chain sample that requires Hello Lua before install.",
                     "description":  "Small dependency-chain sample that loads after Hello Lua and Starminer Framework.",
                     "authors":  [
                                     "Starminer Modding"
                                 ],
                     "tags":  [
                                  "lua",
                                  "example",
                                  "framework",
                                  "dependency"
                              ],
                     "detailUrl":  "https://smmods.com/mods/hello-lua-companion/",
                     "apiUrl":  "https://smmods.com/api/v1/mods/example.hello-lua-companion/index.json",
                     "latest":  {
                                    "version":  "0.1.2",
                                    "targetGameBuild":  "23435040",
                                    "packageUrl":  "https://smmods.com/downloads/mods/example.hello-lua-companion/0.1.2/example.hello-lua-companion-v0.1.2.zip",
                                    "sha256":  "f9f9d6d62c410fc5b61a56c972ae8673ae50e232dd977c42b6e09f15cbf81882",
                                    "artifactStatus":  "published",
                                    "downloadEnabled":  true,
                                    "dependencies":  {
                                                         "starminer.framework":  "\u003e=0.5.5",
                                                         "example.hello-lua":  "\u003e=0.1.1"
                                                     },
                                    "entrypoints":  [
                                                        {
                                                            "type":  "ue4ss-lua",
                                                            "path":  "Scripts/main.lua"
                                                        }
                                                    ],
                                    "publishedAt":  "2026-05-31T18:00:22Z",
                                    "status":  "published",
                                    "packageSizeBytes":  707
                                },
                     "versions":  [
                                      {
                                          "version":  "0.1.2",
                                          "targetGameBuild":  "23435040",
                                          "packageUrl":  "https://smmods.com/downloads/mods/example.hello-lua-companion/0.1.2/example.hello-lua-companion-v0.1.2.zip",
                                          "sha256":  "f9f9d6d62c410fc5b61a56c972ae8673ae50e232dd977c42b6e09f15cbf81882",
                                          "artifactStatus":  "published",
                                          "downloadEnabled":  true,
                                          "dependencies":  {
                                                               "starminer.framework":  "\u003e=0.5.5",
                                                               "example.hello-lua":  "\u003e=0.1.1"
                                                           },
                                          "entrypoints":  [
                                                              {
                                                                  "type":  "ue4ss-lua",
                                                                  "path":  "Scripts/main.lua"
                                                              }
                                                          ],
                                          "publishedAt":  "2026-05-31T18:00:22Z",
                                          "status":  "published",
                                          "packageSizeBytes":  707
                                      },
                                      {
                                          "version":  "0.1.1",
                                          "targetGameBuild":  "23435040",
                                          "packageUrl":  "https://smmods.com/downloads/mods/example.hello-lua-companion/0.1.1/example.hello-lua-companion-v0.1.1.zip",
                                          "sha256":  "0ff5b64cb63cd8a2930c5bc13fd4548573a6ad9e6209ad3673596a7f6bfb49b5",
                                          "artifactStatus":  "published",
                                          "downloadEnabled":  true,
                                          "dependencies":  {
                                                               "starminer.framework":  "\u003e=0.5.0",
                                                               "example.hello-lua":  "\u003e=0.1.1"
                                                           },
                                          "entrypoints":  [
                                                              {
                                                                  "type":  "ue4ss-lua",
                                                                  "path":  "Scripts/main.lua"
                                                              }
                                                          ],
                                          "publishedAt":  "2026-05-29T02:32:23Z",
                                          "status":  "published",
                                          "packageSizeBytes":  703
                                      },
                                      {
                                          "version":  "0.1.0",
                                          "targetGameBuild":  "23435040",
                                          "packageUrl":  "https://smmods.com/downloads/mods/example.hello-lua-companion/0.1.0/example.hello-lua-companion-0.1.0.zip",
                                          "sha256":  "2b85b8e16acf61f75206105f54cd725e4d51336285299c8662ac4e82ea5d258e",
                                          "artifactStatus":  "published",
                                          "downloadEnabled":  true,
                                          "dependencies":  {
                                                               "starminer.framework":  "\u003e=0.5.0",
                                                               "example.hello-lua":  "\u003e=0.1.1"
                                                           },
                                          "entrypoints":  [
                                                              {
                                                                  "type":  "ue4ss-lua",
                                                                  "path":  "Scripts/main.lua"
                                                              }
                                                          ],
                                          "publishedAt":  "2026-05-29T01:30:00Z",
                                          "status":  "published",
                                          "packageSizeBytes":  699
                                      }
                                  ]
                 },
                 {
                     "id":  "starminer.object-catalog-export",
                     "name":  "Starminer Object Catalog Export",
                     "summary":  "Read-only framework sample that exports the Starminer ObjectDefinitions catalog.",
                     "description":  "Exports RTSSaveLoadManagerSubsystem.ObjectDefinitions to JSON for humans, tooling, and AI-assisted mod development.",
                     "authors":  [
                                     "Starminer Modding"
                                 ],
                     "tags":  [
                                  "lua",
                                  "example",
                                  "framework",
                                  "object-definitions",
                                  "tools"
                              ],
                     "detailUrl":  "https://smmods.com/mods/object-catalog-export/",
                     "apiUrl":  "https://smmods.com/api/v1/mods/starminer.object-catalog-export/index.json",
                     "latest":  {
                                    "version":  "0.1.1",
                                    "targetGameBuild":  "23435040",
                                    "packageUrl":  "https://smmods.com/downloads/mods/starminer.object-catalog-export/0.1.1/starminer.object-catalog-export-v0.1.1.zip",
                                    "sha256":  "f79962a943afd36ff0bf31bef0475604a47488241f688341a8e45ac604b8daf9",
                                    "artifactStatus":  "published",
                                    "downloadEnabled":  true,
                                    "dependencies":  {
                                                         "starminer.framework":  "\u003e=0.5.5"
                                                     },
                                    "entrypoints":  [
                                                        {
                                                            "type":  "ue4ss-lua",
                                                            "path":  "Scripts/main.lua"
                                                        }
                                                    ],
                                    "publishedAt":  "2026-05-31T18:00:22Z",
                                    "status":  "published",
                                    "packageSizeBytes":  3022
                                },
                     "versions":  [
                                      {
                                          "version":  "0.1.1",
                                          "targetGameBuild":  "23435040",
                                          "packageUrl":  "https://smmods.com/downloads/mods/starminer.object-catalog-export/0.1.1/starminer.object-catalog-export-v0.1.1.zip",
                                          "sha256":  "f79962a943afd36ff0bf31bef0475604a47488241f688341a8e45ac604b8daf9",
                                          "artifactStatus":  "published",
                                          "downloadEnabled":  true,
                                          "dependencies":  {
                                                               "starminer.framework":  "\u003e=0.5.5"
                                                           },
                                          "entrypoints":  [
                                                              {
                                                                  "type":  "ue4ss-lua",
                                                                  "path":  "Scripts/main.lua"
                                                              }
                                                          ],
                                          "publishedAt":  "2026-05-31T18:00:22Z",
                                          "status":  "published",
                                          "packageSizeBytes":  3022
                                      },
                                      {
                                          "version":  "0.1.0",
                                          "targetGameBuild":  "23435040",
                                          "packageUrl":  "https://smmods.com/downloads/mods/starminer.object-catalog-export/0.1.0/starminer.object-catalog-export-v0.1.0.zip",
                                          "sha256":  "3dd40b88f3fa1693b659420674794d9f1a8eb12be32e5d2b15b7412858d334be",
                                          "artifactStatus":  "published",
                                          "downloadEnabled":  true,
                                          "dependencies":  {
                                                               "starminer.framework":  "\u003e=0.5.0"
                                                           },
                                          "entrypoints":  [
                                                              {
                                                                  "type":  "ue4ss-lua",
                                                                  "path":  "Scripts/main.lua"
                                                              }
                                                          ],
                                          "publishedAt":  "2026-05-29T01:00:00Z",
                                          "status":  "published",
                                          "packageSizeBytes":  3021
                                      }
                                  ]
                 }
             ],
    "gameBuildCompatibilityUrl":  "https://smmods.com/api/v1/game-builds/latest.json",
    "supportedGameBuilds":  [
                                "23435040",
                                "23461127",
                                "23481168",
                                "23493642",
                                "23494868"
                            ]
}
