Object Import Tool – Arma Reforger
Category: WIP
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