Public version registry for Cryptic Scripts FiveM resources. Each resource checks this repo on startup to notify server owners of available updates.
- Each Cryptic Scripts resource has a
Config.VersionCheckURLpointing to its JSON file in this repo - On resource start, the server fetches the JSON and compares
versionagainst the localfxmanifest.luaversion - If a newer version is available, a console message is printed with the changelog
versions/
smartwatch.json # cryptic_smartwatch
bossmenu.json # cryptic_bossmenu (when ready)
scoreboard.json # cryptic_scoreboard
{
"version": "1.0.0",
"changelog": "Brief description of the latest changes"
}When publishing a new version on Tebex:
- Update the resource's
fxmanifest.luaversion field - Update the corresponding JSON file in
versions/with the new version and changelog - Commit and push to this repo
Raw URL for each resource:
https://raw.githubusercontent.com/cryptic-scripts/cryptic-versions/main/versions/<name>.json