Advanced File XML Format

mapgroupdirt.xml

Defines dirt pile map groups and object positions used by the economy for world placement and cleanup behavior.

Overview

mapgroupdirt.xml contains dirt pile map group definitions and positions. These map group files help the economy understand world object placement and related spawn behavior.

This is usually a terrain or map-maintenance file. Edit it only when you are intentionally changing object placement data or repairing custom map economy support.

Quick Facts

File mapgroupdirt.xml
Format XML
Best for Custom map economy support and object placement correction

What to Check

Area Check
Object positions Coordinates should match the current map object layout.
Object names Classnames should exist in the map data or installed object mods.
Map updates Terrain updates can make old map group files stale.
Economy symptoms Missing or misplaced loot may point to map group issues.

Safe Workflow

Keep a copy of the original map group file before editing. Test on a staging server if possible because map group mistakes can produce confusing loot placement symptoms.

When debugging, compare server logs, object locations, and expected CE usage/category behavior instead of changing this file first.

Related Pages