Overview
Hello Lua is a reference mod from the framework repository. The portal entry keeps the manifest id, semantic version, target game build, entrypoint, and dependency metadata in one manager-readable record.
Minimal UE4SS Lua smoke-test mod used to prove package metadata, manager compatibility checks, and the public detail page pattern.
Hello Lua is a reference mod from the framework repository. The portal entry keeps the manifest id, semantic version, target game build, entrypoint, and dependency metadata in one manager-readable record.
| Version | Target build | Status | Artifact |
|---|---|---|---|
| 0.1.3 | 23435040 | Published static ZIP | 526f6fcd07610056b5d92ea7f509512d6a2cbc1c8f1e854ca593c6689050dc0b |
{
"id": "example.hello-lua",
"name": "Hello Lua",
"version": "0.1.3",
"targetGameBuild": "23435040",
"entrypoints": [
{
"type": "ue4ss-lua",
"path": "Scripts/main.lua"
}
],
"dependencies": {
"starminer.framework": ">=0.5.5"
},
"loadAfter": [
"starminer.framework"
]
}