Matchmaking Ruleset
1. Overview
The file matchmaking_ruleset.yaml
in exported package contains all configuration of Matchmaking Ruleset
module from exported title region. You can add, delete or update some items in the file and then re-import to the title region.
2. An Example of The File Content
# AUTO-GENERATED FILE.
#
# Export information
# @export_time: Thu, 17 Mar 2022 07:26:50 GMT
#
# This file was automatically generated by PGOS Portal.
# Copyright 2022 Proxima Beta, Inc. All Rights Reserved.
#
# Constant Definitions:
# type: normal or draft.
matchmaking_ruleset:
snapshot_tag: "20220317152639198"
title_id: "5"
title_region_id: d_5_812179_dev
list:
- identification:
name: ruleset1
description: xxx
script: '{"version":"v1.0","playerAttributes":[],"teams":[{"name":"red","maxPlayers":5,"minPlayers":5},{"name":"green","maxPlayers":5,"minPlayers":5}],"rules":[],"expansions":[]}'
type: normal
3. Field Description
- identification: The unique identifier for the current resource, it contains multiple fields:
- name: The name of ruleset. Type: string. Length: 1-128.
- description: The description of ruleset. Type: string. Length: 1-1024.
- script: The script of ruleset. Type: string.
- type: The type of ruleset. Type: string, normal or draft.