YMAP Entity Sorter (XML) - Fix Manifest Issues 0.1
Posted: Wed Feb 25, 2026 9:07 pm
https://www.gta5-mods.com/tools/ymap-en ... oad/192125

YMAP Entity Sorter is a simple yet powerful tool designed to clean up your CodeWalker map files. It parses your map data and automatically reorganizes all entities, grouping them alphabetically by their archetypeName.
Why use this tool? When creating complex maps, entities are often scattered in a random order within the file. This can cause significant issues when generating _manifest.ymf files, as some generators fail to register props correctly if they are not grouped by type.
By sorting your XML with this tool, you ensure a cleaner structure and prevent missing props in your generated manifests.
How to use (V0.1):
Open your .ymap in CodeWalker.
Go to File > Export XML.
Open this tool and select your exported XML file.
The sorted file will be saved in a new export folder named "export" where the .exe is stored.
Import the new XML back into CodeWalker or your server.
VERSION 0.1 NOTE: Currently, this tool strictly supports ymap files. You must export your map to XML format before using the sorter.
COMING SOON (V1): The next version is currently in development and will support direct binary .ymap editing, allowing you to drag and drop game files without needing to convert them to XML first.
The .py source is present in the file.

YMAP Entity Sorter is a simple yet powerful tool designed to clean up your CodeWalker map files. It parses your map data and automatically reorganizes all entities, grouping them alphabetically by their archetypeName.
Why use this tool? When creating complex maps, entities are often scattered in a random order within the file. This can cause significant issues when generating _manifest.ymf files, as some generators fail to register props correctly if they are not grouped by type.
By sorting your XML with this tool, you ensure a cleaner structure and prevent missing props in your generated manifests.
How to use (V0.1):
Open your .ymap in CodeWalker.
Go to File > Export XML.
Open this tool and select your exported XML file.
The sorted file will be saved in a new export folder named "export" where the .exe is stored.
Import the new XML back into CodeWalker or your server.
The .py source is present in the file.