Object Import Tool – Arma Reforger

From Bohemia Interactive Community
Category: WIP
(Created Initial Page)
 
m (naming consistency)
Line 1: Line 1:
{{Wiki|WIP|Formatting/Appearance}}
{{Wiki|WIP|Formatting/Appearance}}


'''Objects Importer Tool'''
'''CSV Object Import Plugin'''


The Objects Importer Tool is a Arma Reforger Plugin that allows users to create objects in world builder based on CSV data.
The CSV Object Import Plugin is a Arma Reforger Plugin that allows users to create objects in world builder based on CSV data.
<br>
<br>
As of v1.6.0, this tool can be found in Plugins -> CSV Object Import
As of v1.6.0, this plugin can be found in Plugins -> CSV Object Import


Required CSV Line Syntax:
Required CSV Line Syntax:

Revision as of 21:01, 26 January 2026

🏗
This article is a work in progress! Reason: Formatting/Appearance

CSV Object Import Plugin

The CSV Object Import Plugin is a Arma Reforger Plugin that allows users to create objects in world builder based on CSV data.
As of v1.6.0, this plugin can be found in Plugins -> CSV Object Import

Required CSV Line Syntax:

"FullPrefabResourceName" PosX PosY PosZ QuatX QuatY QuatZ QuatW Scale

 

Notes:

  • Prefab resource name MUST be in double quotes. Single quotes or no quotes will cause a parsing error.
  • CSV delimiter MUST be a space character. Commas will cause a parsing error.
  • The governing script is: SCR_ObjectImportPlugin