Skip to main content

Player Blob Data Template

1. Overview

The file player_blob_data_template.yaml in exported package contains all configuration of Player Blob Data Template from the 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, 1 Jan 2023 01:27:57 GMT
#
# This file was automatically generated by PGOS Portal.
# Copyright 2023 Proxima Beta, Inc. All Rights Reserved.
#
# Constant Definitions:
# client_public: 0-False, 1-True.
# client_writable: 0-False, 1-True.
# server_only: 0-False, 1-True.

player_blob_data_template:
snapshot_tag: "20220317092745539"
title_id: "5"
title_region_id: d_5_812179_dev
list:
- identification:
key: battle_count
client_public: 0
client_writable: 0
server_only: 1
description: ""

3. Field Description

  • identification: The unique identifier for the current resource, it contains multiple fields:
    • key: The key of player blob data template. Type: string, Length: 1-128.
  • client_public: The permission of player blob data template. Type: number, 0-False, 1-True.
  • client_writable: The permission of player blob data template. Type: number, 0-False, 1-True.
  • server_only: The permission of player blob data template. Type: number, 0-False, 1-True.
  • description: The description of player blob data template. Type: string, Length: 0-4096.