Skip to content
This repository was archived by the owner on Jul 9, 2021. It is now read-only.

Coniguration

CoreByte edited this page Jun 5, 2021 · 5 revisions

Location

Your Config is located at c:/SomeFolder/Dot-Lua/Config/

VersionData.json

GetRemote

Default: true

Checks if the Runtime is running the latest release

Tag-Version

Default: Your runtime version

Is the stored runtime version
DO NOT CHANGE

LastGotten

Default: Last time the remote version was gotten in seconds

Raw

{
    "Tag-Version": "69.69.69",
    "GetRemote": true,
    "_comment": "Read https://github.com/Dot-lua/Runtime/wiki/Coniguration First!",
    "NotCorrected": true,
    "LastGotten": 1622710529
}

Development.json

Debug

Default: false

if set to true the runtime logger will output a LOT of debug

Raw

{
    "Debug": false
}

Clone this wiki locally