Please read the 'how-to' before using this tool
Player Restricted Area Converter
Upload your json file to begin..
Converted File
Understanding the Output JSON Structure
The output JSON contains information about Player Restricted Areas (PRA) and safe positions based on the gift boxes defined in your input. Here's a breakdown:
- "areaName": This is a predefined area name for your PRA (Player Restricted Area).
- "PRABoxes": This array defines the PRA zones using the coordinates of the first gift box in each pair ("GiftBox_Small_1"). Each PRABox includes:
- Fixed Coordinates: The fixed values
[2, 1.5, 2]
and[90, 0, 0]
used to define the PRABox orientation. - GiftBox Coordinates: The exact coordinates
[x, y, z]
from "GiftBox_Small_1" which define the location of the PRABox in the game environment.
- Fixed Coordinates: The fixed values
- "safePositions3D": This array lists the safe positions based on the coordinates of the second gift box in each pair ("GiftBox_Small_2"). Each entry represents a safe location where players can log in or respawn safely from the logout area (PRA area).
Ensure that your input JSON file contains these gift boxes correctly named and positioned to get the expected results in the output.