Jump to content

AoE3Ed v0.9 - Preview Release


oaxao
 Share

Recommended Posts

Hello from Germany,

my first post and visit here at this forum. I've been looking for an editor that let me pull out the units game data of AoE3. Surfing the internet I finally came to AoE3Ed v0.9 - Preview Release and with it here to this forum where I should really get a little help :-)

Maybe Philip Tayler can help me right away?

To compare unities I'm planing to make an Excel file and therefore I need access to the game data and its unities stats. I really don't have andy idea about game programming and what do I have to do and how can I open and find all unities?

Here is an example with stats I'm looking for...

Unitsstats

Thanx for help

Chris

Edited by oaxao
Link to comment
Share on other sites

The unit data is actually a standard XML file, located somewhere like C:\Program Files\Microsoft Games\Age of Empires III\data\proto.xml, and AoE3Ed isn't needed. That file is readable in a text editor, and contains all the information that is used for the game simulation, which sounds like what you want.

There might be quicker ways of getting the data into Excel (rather than copying it all manually), but I'm not sure exactly how - it might be worth asking on AoE3 Heaven, since other people have done similar things with the stats and might be able to offer advice there.

Link to comment
Share on other sites

You'll have difficulties doing it directly due to Microsoft's ridiculous closed document formats.

Perhaps make a script to put it into a csv file (IIRC that syntax is easy?) and then import the csv file into the dreaded program.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...