{
    "schema":  "smmods.catalog.v1",
    "generatedAt":  "2026-06-02T03:23:31Z",
    "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",
                                  "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",
                                  "sizeBytes":  23810106
                              },
                    "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-06-02",
                                       "evidence":  [
                                                        "docs/ue4ss-installation.md",
                                                        "docs/runtime-verification.md",
                                                        "docs/probe-results.md",
                                                        "docs/object-definitions-results.md",
                                                        "docs/framework-runtime-probe-results.md",
                                                        "docs/public-release-readiness.md",
                                                        "docs/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.7",
                      "targetGameBuild":  "23435040",
                      "packageUrl":  "https://smmods.com/downloads/framework/StarminerFramework-0.5.7.zip",
                      "sha256":  "1cf35650243adf370b1d0b0c9b8df39e97b575952a607bc453679e95b2b56916",
                      "artifactStatus":  "published",
                      "downloadEnabled":  true,
                      "apiUrl":  "https://smmods.com/api/v1/framework/latest.json",
                      "packageSizeBytes":  13818
                  },
    "manager":  {
                    "name":  "smmodmanager",
                    "version":  "0.1.24",
                    "channel":  "production",
                    "platform":  "windows-x64",
                    "downloadUrl":  "https://gitlab.curtpme.com/starminer-modding/smmodmanager/-/releases/v0.1.24/downloads/smmodmanager-0.1.24-windows-x64.zip",
                    "sha256":  "28ab139d93e063f253daada51b1ea362e2c920ab26cce6d6c6f29d517f96f8b3",
                    "targetGameBuild":  "23435040",
                    "dependencies":  {
                                         "starminer.runtime":  "starminer.ue4ss.v3.0.1-zdev",
                                         "starminer.framework":  "\u003e=0.5.6"
                                     },
                    "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
                                      }
                                  ]
                 },
                 {
                     "id":  "starminer.translations",
                     "name":  "Starminer Translations",
                     "summary":  "Community translation pack with manager-selectable language overrides.",
                     "description":  "Community-maintained Starminer translation package generated from the locres registry. The mod ships a locres override pak and exposes a manager dropdown so players can choose a language override or leave the game setting unchanged.",
                     "authors":  [
                                     "Starminer Modding"
                                 ],
                     "tags":  [
                                  "localization",
                                  "translations",
                                  "framework"
                              ],
                     "detailUrl":  "https://smmods.com/mods/translations/",
                     "apiUrl":  "https://smmods.com/api/v1/mods/starminer.translations/index.json",
                     "latest":  {
                                    "version":  "0.1.1",
                                    "targetGameBuild":  "23435040",
                                    "packageUrl":  "https://smmods.com/downloads/mods/starminer.translations/0.1.1/starminer.translations-v0.1.1.zip",
                                    "sha256":  "a463ceacd36441a5af85f562a027764ce44d69f01d845500ab54ceb94a88d154",
                                    "artifactStatus":  "published",
                                    "downloadEnabled":  true,
                                    "dependencies":  {
                                                         "starminer.framework":  "\u003e=0.5.6"
                                                     },
                                    "entrypoints":  [
                                                        {
                                                            "type":  "ue4ss-lua",
                                                            "path":  "Scripts/main.lua"
                                                        },
                                                        {
                                                            "type":  "pak",
                                                            "path":  "Paks/pakchunk99-StarminerTranslations-v0.1.1-WindowsNoEditor.pak",
                                                            "optional":  true
                                                        }
                                                    ],
                                    "modConfig":  {
                                                      "schema":  "smmods.mod-config.v1",
                                                      "file":  "Config/localization.json",
                                                      "settings":  [
                                                                       {
                                                                           "id":  "activeCulture",
                                                                           "label":  "Language",
                                                                           "type":  "select",
                                                                           "default":  "",
                                                                           "requiresRestart":  true,
                                                                           "options":  [
                                                                                           {
                                                                                               "value":  "",
                                                                                               "label":  "Use game setting"
                                                                                           },
                                                                                           {
                                                                                               "value":  "en",
                                                                                               "label":  "English"
                                                                                           },
                                                                                           {
                                                                                               "value":  "de",
                                                                                               "label":  "German"
                                                                                           },
                                                                                           {
                                                                                               "value":  "es",
                                                                                               "label":  "Spanish"
                                                                                           },
                                                                                           {
                                                                                               "value":  "zh",
                                                                                               "label":  "Chinese"
                                                                                           }
                                                                                       ]
                                                                       }
                                                                   ]
                                                  },
                                    "publishedAt":  "2026-06-01T00:00:00Z",
                                    "status":  "published",
                                    "packageSizeBytes":  1668914
                                },
                     "versions":  [
                                      {
                                          "version":  "0.1.1",
                                          "targetGameBuild":  "23435040",
                                          "packageUrl":  "https://smmods.com/downloads/mods/starminer.translations/0.1.1/starminer.translations-v0.1.1.zip",
                                          "sha256":  "a463ceacd36441a5af85f562a027764ce44d69f01d845500ab54ceb94a88d154",
                                          "artifactStatus":  "published",
                                          "downloadEnabled":  true,
                                          "dependencies":  {
                                                               "starminer.framework":  "\u003e=0.5.6"
                                                           },
                                          "entrypoints":  [
                                                              {
                                                                  "type":  "ue4ss-lua",
                                                                  "path":  "Scripts/main.lua"
                                                              },
                                                              {
                                                                  "type":  "pak",
                                                                  "path":  "Paks/pakchunk99-StarminerTranslations-v0.1.1-WindowsNoEditor.pak",
                                                                  "optional":  true
                                                              }
                                                          ],
                                          "modConfig":  {
                                                            "schema":  "smmods.mod-config.v1",
                                                            "file":  "Config/localization.json",
                                                            "settings":  [
                                                                             {
                                                                                 "id":  "activeCulture",
                                                                                 "label":  "Language",
                                                                                 "type":  "select",
                                                                                 "default":  "",
                                                                                 "requiresRestart":  true,
                                                                                 "options":  [
                                                                                                 {
                                                                                                     "value":  "",
                                                                                                     "label":  "Use game setting"
                                                                                                 },
                                                                                                 {
                                                                                                     "value":  "en",
                                                                                                     "label":  "English"
                                                                                                 },
                                                                                                 {
                                                                                                     "value":  "de",
                                                                                                     "label":  "German"
                                                                                                 },
                                                                                                 {
                                                                                                     "value":  "es",
                                                                                                     "label":  "Spanish"
                                                                                                 },
                                                                                                 {
                                                                                                     "value":  "zh",
                                                                                                     "label":  "Chinese"
                                                                                                 }
                                                                                             ]
                                                                             }
                                                                         ]
                                                        },
                                          "publishedAt":  "2026-06-01T00:00:00Z",
                                          "status":  "published",
                                          "packageSizeBytes":  1668914
                                      }
                                  ]
                 }
             ],
    "gameBuildCompatibilityUrl":  "https://smmods.com/api/v1/game-builds/latest.json",
    "supportedGameBuilds":  [
                                "23435040",
                                "23461127",
                                "23481168",
                                "23493642",
                                "23494868"
                            ]
}
