User Tools

Site Tools


arma3:config:eden-mission-editor-categories

ArmA 3 Eden Mission Editor Categories

ArmA 3 Forum, ArmA 3, ArmA 3 Config, ArmA 3 Missions, ArmA 3 3D Modeling, ArmA 3 Scripting, ArmA 3 Terrain, ArmA 3 Texturing, ArmA 3 Tools

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.txt · Last modified: 2024/08/02 14:58 by snakeman

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.