Sandbox Logo

Metadata

{
  "ParentPackage": "tbt.tardisgamemode",
  "PackageSettings": [
    {
      "Choices": [],
      "ConVarName": "Test1",
      "DisplayName": "String Test",
      "DefaultValue": "This is a string test!",
      "Description": "This Does Nothing Ingame!!!",
      "Group": "Non Functional"
    },
    {
      "DisplayType": "Boolean",
      "Choices": [],
      "ConVarName": "Test2",
      "DisplayName": "Boolean Test",
      "DefaultValue": "true",
      "Description": "This Does Nothing Ingame!!!",
      "Group": "Non Functional"
    },
    {
      "DisplayType": "Float",
      "Choices": [],
      "ConVarName": "Test3",
      "DisplayName": "Float Test",
      "DefaultValue": "0.5",
      "Description": "This Does Nothing Ingame!!!",
      "Group": "Non Functional",
      "Maximum": 1000
    },
    {
      "DisplayType": "Integer",
      "Choices": [],
      "ConVarName": "Test4",
      "DisplayName": "Integer Test",
      "DefaultValue": "0",
      "Description": "This Does Nothing Ingame!!!",
      "Group": "Non Functional",
      "Maximum": 1000
    },
    {
      "DisplayType": "Choice",
      "Choices": [
        {
          "Value": "Choice 1",
          "Name": "Choice 1"
        },
        {
          "Value": "Choice 2",
          "Name": "Choice 2"
        },
        {
          "Value": "Choice 3",
          "Name": "Choice 3"
        }
      ],
      "ConVarName": "Test5",
      "DisplayName": "Choice Test",
      "DefaultValue": "Choice 1",
      "Description": "This Does Nothing Ingame!!!",
      "Group": "Non Functional"
    }
  ]
}

Files

Name Size
text_snippet .assembly 75.5KB