Extracting ability list of all custom units
Posted: January 4th, 2024, 3:35 pm
I'm trying to extract the ability list of around 700 custom units. I imported the .w3u file in world editor and see the list, but I can't mass export the unit name + ability list. I tried creating a script that manually copies/pastes but copying the ability list (e.g. A04L,A00S,A03F) is internal to the world editor and doesn't actually copy to your clipboard so that didn't work. I also tried to look at the file in notepad but it's mostly NUL characters.
Is there any way to extract this raw data? Preferably just the mdl file name + the ability list of each unit, but if it needs to be a total dump of the unit data that should be fine too, I'll just create a custom parser to go through it as long as it's all readable in a text file.
Also trying to dump object data with RMPQ Extractor just creates the same 2590 kb units.txt file as it does for every other map, it has verified all the files 100% and I'm able to see the custom units in world editor. Why isn't it including custom units? I just need the 2 fields for each custom unit. Attached is the w3u file that has what I need, I'd just want the uabi and umdl fields for each unit in a text file that can be easily parsed
Is there any way to extract this raw data? Preferably just the mdl file name + the ability list of each unit, but if it needs to be a total dump of the unit data that should be fine too, I'll just create a custom parser to go through it as long as it's all readable in a text file.
Also trying to dump object data with RMPQ Extractor just creates the same 2590 kb units.txt file as it does for every other map, it has verified all the files 100% and I'm able to see the custom units in world editor. Why isn't it including custom units? I just need the 2 fields for each custom unit. Attached is the w3u file that has what I need, I'd just want the uabi and umdl fields for each unit in a text file that can be easily parsed