A window addon to game called Age of Empires II (HD). The addon displays additional information of the game, such as buildings, currently researched technologies, or training units.
Clone or download
Latest commit 52291f5 Jan 11, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
icons Highlighting selected units. Mar 23, 2018
ui Save and load Jul 19, 2018
.gitignore Added settings.txt Oct 10, 2018
README.md Update README.md Jan 11, 2019
aoc_civ.py Code reformat Sep 13, 2018
aoc_color.py Code reformat Sep 13, 2018
aoc_diplomacy.py Code reformat Sep 13, 2018
aoc_game.py Some fixes Sep 14, 2018
aoc_lobby.py Code reformat Sep 13, 2018
aoc_object_building.py Code reformat Sep 13, 2018
aoc_object_building_queue.py Code reformat Sep 13, 2018
aoc_object_building_research.py Code reformat Sep 13, 2018
aoc_object_building_training.py Code reformat Sep 13, 2018
aoc_object_clist.py Code reformat Sep 13, 2018
aoc_object_consts.py Code reformat Sep 13, 2018
aoc_object_consts_unit.py Code reformat Sep 13, 2018
aoc_object_data.py Code reformat Sep 13, 2018
aoc_object_primitive.py Some fixes Sep 14, 2018
aoc_object_unit.py Code reformat Sep 13, 2018
aoc_objects.py Code reformat Sep 13, 2018
aoc_player.py Code reformat Sep 13, 2018
aoc_research.py Code reformat Sep 13, 2018
aoc_resources.py Added missing - P1 Kill Value Jan 11, 2019
aoc_time.py Code reformat Sep 13, 2018
bartender.py Code reformat Sep 13, 2018
bartender_save_load.py Code reformat Sep 13, 2018
config.py Code reformat Sep 13, 2018
game_strings.txt New Branch May 30, 2018
interface_bar.py Code reformat Sep 13, 2018
interface_consts.py Code reformat Sep 13, 2018
interface_info_panel.py Code reformat Sep 13, 2018
interface_offscreen_units.py Code reformat Sep 13, 2018
interface_utils.py Code reformat Sep 13, 2018
keydefaultdict.py Code reformat Sep 13, 2018
pymemory.py Code reformat Sep 13, 2018
settings.txt Some fixes Sep 14, 2018
start.bat Add start.bat to easier start bartender Mar 20, 2018
ui_consts.py New Branch May 30, 2018
ui_icon.py Code reformat Sep 13, 2018
ui_icon_consts.py Code reformat Sep 13, 2018
ui_icon_graphics.py Code reformat Sep 13, 2018
ui_icon_offscreen_unit.py Code reformat Sep 13, 2018
ui_iconlist.py Code reformat Sep 13, 2018
ui_info_panel.py Code reformat Sep 13, 2018
ui_info_panel_label.py Code reformat Sep 13, 2018
ui_offscreen_units.py Code reformat Sep 13, 2018
ui_overlay.py Code reformat Sep 13, 2018
ui_overlay_geometry.py Code reformat Sep 13, 2018
ui_research_bars.py Code reformat Sep 13, 2018
ui_research_list.py Code reformat Sep 13, 2018
ui_widget.py Code reformat Sep 13, 2018

README.md

Bartender

A window addon to game called Age of Empires II (HD). The addon displays additional information of the game, such as buildings, currently researched technologies, or training units.

Screenshot

Bartender is customizable overlay and it can be divided into four parts.

  1. Bartender's Research Panels displays current researches and researched technologies.
  2. Bartender's Offscreen Unit Icons shows you unit which are out of the screen. Its icon is shown on the side of screen displaying the object location.
  3. Bartender's Info Panels gives you statistics about your villagers, ships and trade on the top of your screen. It can display the sum of carrying resources and amount of villagers (or other units) gathering the resource. It shows you idle units. Furthermore, it provides K/D ratios of units and buildings, amount of civilians and military, number of owning relics, and reseed farms.
  4. Bartender's Bars provides you information about your civilization. Each bar can show you different things. One bar may provide you data about your buildings, other one about your army composition. Some buildings may change the icon to currently trained unit or researched technology. Moreover, it shows the time in seconds when it will complete the training or the research, or it can show you the length of training queue, or the number of garissoned units, current HP, attack etc. Furthermore, you can filter these icons. See the next image.

Dependencies

FAQ

Can I use it in singleplayer/records/multiplayer?

Yes, yes, maybe.

How does it work?

Bartender reads memory of the game. (There is no API! Boo at you Forgotten Empires!)

Voobly version?

Soon TM

Why did you create this addon?

Age of Empires: II uses UI from the previous century. I just wanted to simplify UI to me and to other players.

This is cheating!

It is not. Bartender does not provide you information about your enemy.

TODO

Watch for crashes & consistency of displayed data

UI

  1. Fix lag problems caused by transparency of the window. (In my case, it decreases AoE's FPS to 25)
  2. Make it more user friendly.

Mechanics

  1. Detect if the game is a record game or SP/MP game - add training/researches info about other players. (It can be done by comparing three game pointers in aoc_game.py, two of them are null while watching recorded game.)
  2. It gets laggy if the game loads a lot of data. We need to change the approach used for memory reading.

This file

  1. Update screenshots.
  2. Add a UI explenation.

Known Limitations

  1. Needs update when the AoE2HD version changes.

License

Bartender, Copyright (C) 2018 Flea, blk_panther

This program (located in this folder) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.