Object Import Tool – Arma Reforger

From Bohemia Interactive Community
Revision as of 20:58, 26 January 2026 by Hypoxic125 (talk | contribs) (Created Initial Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Objects Importer Tool

The Objects Importer Tool is a Arma Reforger Plugin that allows users to create objects in world builder based on CSV data.
As of v1.6.0, this tool 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