World Config
1. Overview
The file world_config.yaml
in exported package contains all configuration of WorldConfig
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.
world_config:
snapshot_tag: "20231121141620438"
title_id: "5"
title_region_id: d_5_812179_dev
list:
- identification:
name: will_test_configuration_001
description: xxx
world_filter_name: will_test_filter_001
placer_name: fakedscdqueue
provider: pgos_placer
max_players: 5
max_running_bucket_count: 99
empty_recycle_seconds: 0
battle_properties:
- key: game_mode
value: long
3. Field Description
- identification: The unique identifier for the current resource,it contains multiple fields:
- name: The name of world config. Type: string. Lenght: 1-255.
- description: The description of world config. Type: string. Lenght: 1-1024.
- world_filter_name: The name of world filter. Type: string. Lenght: 1-255.
- placer_name: The name of placer. Type: string. Lenght: 1-255.
- provider: The provider of placer, options are "pgos_placer, pgos_local_placer". Type: string. Lenght: 1-255.
- max_players: The max players of world config. Type: int.
- max_running_bucket_count: The max running bucket count of world config. Type: int.
- empty_recycle_seconds: The empty recycle seconds of world config. Type: int.
- battle_properties: The battle properties of world config. Type: list. Lenght: 1-255.
- key: The key of battle property. Type: string. Lenght: 1-255.
- value: The value of battle property. Type: string. Lenght: 1-255.