Player Data Template
1. Overview
The file player_data_template.yaml
in exported package contains all configuration of Player Data Template
and Player Data Group
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 01:27:57 GMT
#
# This file was automatically generated by PGOS Portal.
# Copyright 2022 Proxima Beta, Inc. All Rights Reserved.
#
# Constant Definitions:
# Type: 0-String, 1-Integer, 2-Float.
# client_public: 0-False, 1-True.
# client_writable: 0-False, 1-True.
# server_only: 0-False, 1-True.
player_data_template:
snapshot_tag: "20220317092745539"
title_id: "5"
title_region_id: d_5_812179_dev
properties:
- identification:
key: battle_count
Type: 0
client_public: 0
client_writable: 0
server_only: 1
default_value: "0"
description: ""
groups:
- identification:
name: Group1
player_data:
- battle_count
3. Field Description
properties
- identification: The unique identifier for the current resource, it contains multiple fields:
- key: The key of player data template. Type: string, Length: 1-128.
- Type: the type of player data template. Type: number, 0-String, 1-Integer, 2-Float
- client_public: The permission of player data template. Type: number, 0-False, 1-True.
- client_writable: The permission of player data template. Type: number, 0-False, 1-True.
- server_only: The permission of player data template. Type: number, 0-False, 1-True.
- default_value: The default value of player data template. Type: string, Length: 0-4096.
- description: The description of player data template. Type: string, Length: 0-4096.
groups
- identification: The unique identifier for the current resource, it contains multiple fields:
- name: The name of player data group. Type: string. Length: 1-64.
- player_data: The player data of group. Type: array (string). Length: 1-255.