XML Tags

This is a discussion on XML Tags within the SW:EaW Modding, Mapping and Editing forums, part of the Star Wars: Empire At War category; Just wanted to share this to the community, for those who didn't find this. Site: Full, undocumented lists of XML ...

SW:EaW Modding, Mapping and Editing Want more info about a Mod? Making a Mod? Looking for Modders, Mappers, Skinners, etc.? This is your Spot!

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1  
Old 2 Weeks Ago
OmegaCal's Avatar
XML Noobie
 
Join Date: July 4th, 2009
Location: Honolulu, HI
Posts: 87
Rep Power: 0
OmegaCal is a n00b
Default XML Tags

Just wanted to share this to the community, for those who didn't find this.

Site: Full, undocumented lists of XML tags - Petroglyph Forums

Quote:
Originally Posted by Mike.nl
I've created a list of strings that are probably all the tags the game checks for.

For those interested, I've created it with the following shell commands in bash (on Linux):


CODE
strings swfoc.exe | sed 's/\(.*\)/<\1/' > strings
find XML | while read line; do cat $line >> all_xml; done
fgrep -f strings -o all_xml | sed 's/$/>/' | sort -u > tags.txt


In short, it extracts all strings from the executable, puts a bracket (<) in front of it, and looks for every string in every XML file. It then filters duplicates and sorts the resulting strings.

For EaW there are 2764 tags, for FoC 3206 tags and UaW has 2879 tags. Note that I can't say which tags are used in what way or where, or even if tags are used at all (e.g., UaW may contain leftover tags from EaW/FoC). All I know that these tags occur both in the game engine as well as an XML file.

Maybe these lists help you guys with modding.
Mike.nl is one of the best contributors to the modding community (tools wise). Hope this helps some people.

Happy Modding

OmegaCal
Attached Files
File Type: txt tags_foc.txt (84.3 KB, 12 views)
File Type: txt tags_eaw.txt (72.5 KB, 5 views)
__________________
"Definition: 'Love' is making a shot to the knees of a target 120 kilometers away using an Aratech sniper rifle with a tri-light scope.
Statement: For me, love is knowing your target, putting them in your targeting reticle... against statistically long odds."
―HK-47

Last edited by OmegaCal; 2 Weeks Ago at 08:46 AM..
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7.