SiegeEngineers / aoe2techtree

Age of Empires II Tech Tree
https://aoe2techtree.net/
MIT License
225 stars 59 forks source link

How do I add: custom units, buildings, and technologies? #143

Closed ElGoncen closed 1 month ago

ElGoncen commented 1 month ago

I'm making a mod where I include technology, buildings and units of my own. I wanted to use this script to be able to put everything included in my mod on my website. I have figured out how to enable and disable units, technology and buildings, as well as modify descriptions to add new Civilizations by modifying the "generateDataFiles.py" but I have not understood how to add units, buildings and new technologies and how to link them together. I have little programming knowledge, so I would greatly appreciate the help

HSZemi commented 1 month ago

The buildings, units, and technologies are organized into lanes. The lanes are being filled here, and the connections between panels are being defined here.

ElGoncen commented 1 month ago

Thank you

It helped me a lot