https://github.com/marfullsen/aoe2-recgame-info
A Python script to get info about recorded game files of Age of Empires 2.
https://github.com/marfullsen/aoe2-recgame-info
Last synced: 4 days ago
JSON representation
A Python script to get info about recorded game files of Age of Empires 2.
- Host: GitHub
- URL: https://github.com/marfullsen/aoe2-recgame-info
- Owner: Marfullsen
- Created: 2021-04-23T23:48:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T02:41:17.000Z (about 5 years ago)
- Last Synced: 2025-02-27T07:13:54.175Z (over 1 year ago)
- Language: Python
- Size: 6.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AoE2 recgame info
Get important information about Age of Empires 2 recorded games.
[](https://www.python.org/)
[](https://pypi.org/project/mgz/)
[](https://github.com/Marfullsen/AoE2-saved-recgame-info)
## Description
Get important info about the recorded games like map, time played, teams, and many more.
## Last changes
- Now into the info dic you can find the color_cod & the civ_cod!
- The code and the file structure was tidied up.
## Dependencies
- [mgz](https://github.com/happyleavesaoc/aoc-mgz) (Also via pip: `pip install mgz`)
## Reason of the project
This project will be part of the Warriors Clan webpage, and will be merged with [AoE Minimap Generator](https://github.com/Marfullsen/AoE2-minimap-generator) to get something amazing like [RecGames.es](https://github.com/goto-bus-stop/recgames).
## Contributing
- Pull requests are welcome.
## Resources.
- Mgz [pypi.org/project/mgz/](https://pypi.org/project/mgz/)
- Mgz [github.com/happyleavesaoc/aoc-mgz](https://github.com/happyleavesaoc/aoc-mgz)
- RecAnalyst [github.com/goto-bus-stop/recanalyst](https://github.com/goto-bus-stop/recanalyst)
- RecGames [github.com/goto-bus-stop/recgames](https://github.com/goto-bus-stop/recgames)
- Intercalador [github.com/Marfullsen/intercalador](https://github.com/Marfullsen/intercalador)