Json Converter
Converts the input file from Input format to correct
How to use?
- open https://warparty.tb-mods.com/converter/json-converter/
- make sure javascript is activated (is by default)
- click on "Select file"
- select the file in the window that was opened
- click on open
- the converted file will automatically be saved in your download folder
How to continue... ? See here: ArenaBuildingConfig.md
Input Format
json
{
"Objects": [
{
"name": "Land_sp_dz_wall_dr_4",
"pos": [
6843.72021484375,
8.874290466308594,
2560.68994140625
],
"ypr": [
-179.99998474121095,
0.0,
-0.0
],
"scale": 1.0,
"enableCEPersistency": 0
},
{
"name": "Land_sp_dz_wall_dr_4",
"pos": [
6826.60009765625,
8.934320449829102,
2560.64990234375
],
"ypr": [
-179.99998474121095,
0.0,
-0.0
],
"scale": 1.0,
"enableCEPersistency": 0
}
]
}