PMC websites shut down September 13th 2025 unless yearly web hosting fees are paid. Please Support PMC to help keep these websites online.

Enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond september 13th 2025 when yearly web hosting fees are due.

User Tools

Site Tools


arma3:config:eden-mission-editor-categories

This is an old revision of the document!


ArmA 3 Eden Mission Editor Categories

Eden mission editor has brand new categories for entities like characters or “props” as bis now calls empty objects. Below is how PMC Opteryx Objects were initially setup.

This also includes Map Builder library class examples.

// eden -> props -> PMC Opteryx Objects
class CfgEditorCategories
{
	class pmc_opx_objects
	{
		displayName = "PMC Opteryx Objects";
// eden -> props -> PMC Opteryx Objects -> below ...
class CfgEditorSubcategories
{
	class pmc_opx_airport
	{
		displayName = "Airport";
// old 2d editor and map builder
// but is the old 2d stuff even used anymore?
class CfgVehicleClasses
{
	class pmc_opx_objects_buildings
	{
		displayName = "PMC OPX Objects - Buildings";
		mapbuilder_library = "PMC Opteryx Objects";
		mapbuilder_displayname = "Buildings";
	};
 
	class pmc_opx_objects_misc: pmc_opx_objects_buildings
	{
		displayName = "PMC OPX Objects - Misc";
		mapbuilder_displayname = "Misc";

CfgVehicles:

class cfgVehicles
{
        // stuff
	class land_pmc_opx_atc1: House
	{
                // stuff
		vehicleClass = "pmc_opx_objects_buildings";
		editorCategory = "pmc_opx_objects";
		editorSubcategory = "pmc_opx_airport";
arma3/config/eden-mission-editor-categories.1517501652.txt.gz · Last modified: 2018/02/01 16:14 by snakeman