User Tools

Site Tools


api:config:v2

V2 Configuration

Just know this configuration is the same for EVERY Rec room Version Except Configuration V1

{
  "MessageOfTheDay": "",
  "CdnBaseUri": "http://yourserver.com/",
  "ShareBaseUrl": "http://yourserver.com/{0}",
  "LevelProgressionMaps": [],
  "MatchmakingParams": { "PreferFullRoomsFrequency": 1, "PreferEmptyRoomsFrequency": 0 },
  "DailyObjectives": [
    [
      { "type": 1030, "score": 1, "xp": 200 },
      { "type": 1033, "score": 10, "xp": 200 },
      { "type": 2000, "score": 1, "xp": 200 }
    ],
    [
      { "type": 601, "score": 2, "xp": 200 },
      { "type": 32, "score": 1, "xp": 200 },
      { "type": 6, "score": 1, "xp": 200 }
    ],
    [
      { "type": 301, "score": 2, "xp": 200 },
      { "type": 302, "score": 2, "xp": 200 },
      { "type": 6, "score": 1, "xp": 200 }
    ],
    [
      { "type": 701, "score": 2, "xp": 200 },
      { "type": 702, "score": 20, "xp": 200 },
      { "type": 32, "score": 1, "xp": 200 }
    ],
    [
      { "type": 1010, "score": 1, "xp": 200 },
      { "type": 1013, "score": 10, "xp": 200 },
      { "type": 6, "score": 1, "xp": 200 }
    ],
    [
      { "type": 500, "score": 2, "xp": 200 },
      { "type": 502, "score": 20, "xp": 200 },
      { "type": 2000, "score": 1, "xp": 200 }
    ],
    [
      { "type": 1020, "score": 1, "xp": 200 },
      { "type": 1023, "score": 10, "xp": 200 },
      { "type": 32, "score": 1, "xp": 200 }
    ]
  ],
  "ConfigTable": [
    { "Key": "Gift.DropChance", "Value": "0.5" },
    { "Key": "Gift.XP", "Value": "0.5" }
  ],
  "PhotonConfig": { "CloudRegion": "us", "CrcCheckEnabled": false, "EnableServerTracingAfterDisconnect": false },
  "AutoMicMutingConfig": {
    "MicSpamVolumeThreshold": 0,
    "MicVolumeSampleInterval": 0,
    "MicVolumeSampleRollingWindowLength": 0,
    "MicSpamSamplePercentageForWarning": 0,
    "MicSpamSamplePercentageForWarningToEnd": 0,
    "MicSpamSamplePercentageForForceMute": 0,
    "MicSpamSamplePercentageForForceMuteToEnd": 0,
    "MicSpamWarningStateVolumeMultiplier": 0
  }
}
api/config/v2.txt · Last modified: by null_mason

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki