All Projects → IamFlea → bartender

IamFlea / bartender

Licence: other
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.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to bartender

aoc-dev-resources
Useful repositories and articles related to developing software and analysis for Age of Empires II.
Stars: ✭ 40 (+5.26%)
Mutual labels:  age-of-empires, aoc
aoe2-de-rating-charts
Rating distribution visualization for Age of Empires 2: Definitive Edition
Stars: ✭ 25 (-34.21%)
Mutual labels:  age-of-empires, aoe2
Godot-Material-Icons
Templarian's Material Design Icons for Godot
Stars: ✭ 19 (-50%)
Mutual labels:  addon
3D2D-Textscreens
3D2D Textscreens Garry's Mod Workshop Addon
Stars: ✭ 26 (-31.58%)
Mutual labels:  addon
storybook-addon-mock
This addon allows you to mock fetch or XMLHttpRequest in the storybook.
Stars: ✭ 67 (+76.32%)
Mutual labels:  addon
service.subloader
Kodi automatic subtitles
Stars: ✭ 26 (-31.58%)
Mutual labels:  addon
addon-log-viewer
Log Viewer - Home Assistant Community Add-ons
Stars: ✭ 37 (-2.63%)
Mutual labels:  addon
glTF-Blender-IO-materials-variants
Blender3D addon for glTF KHR_materials_variants extension
Stars: ✭ 56 (+47.37%)
Mutual labels:  addon
ExoticGarden
A Slimefun 4 Addon that adds new plants and various new food items
Stars: ✭ 50 (+31.58%)
Mutual labels:  addon
catalog
Catalog of community maintained components and traits.
Stars: ✭ 104 (+173.68%)
Mutual labels:  addon
dwains-dashboard-addons
Dwains Dashboard Community Addons
Stars: ✭ 112 (+194.74%)
Mutual labels:  addon
dut-iptv
Github repo containing Kodi addons for CanalDigitaal IPTV, F1 TV, KPN/Telfort/XS4All iTV, NLZiet, Telenet, T-Mobile TV, Videoland and Ziggo Go
Stars: ✭ 26 (-31.58%)
Mutual labels:  addon
AzeriteUI
Custom user interface suite for WoW. Design and code by Lars Norberg and Daniel Troconis.
Stars: ✭ 0 (-100%)
Mutual labels:  addon
MustardTools
A set of tools for animators/riggers
Stars: ✭ 30 (-21.05%)
Mutual labels:  addon
ElvUI
ElvUI for World of Warcraft - Vanilla (1.12.1)
Stars: ✭ 67 (+76.32%)
Mutual labels:  addon
djangocms-snippet
django CMS Snippet provides a plugin for django CMS to inject HTML, CSS or JavaScript snippets into your website.
Stars: ✭ 42 (+10.53%)
Mutual labels:  addon
tab-counter
A button badge that shows the number of tabs open in a window
Stars: ✭ 35 (-7.89%)
Mutual labels:  addon
storybook-addon-next
A no config Storybook addon that makes Next.js features just work in Storybook
Stars: ✭ 184 (+384.21%)
Mutual labels:  addon
addon-portainer
Portainer - Home Assistant Community Add-ons
Stars: ✭ 83 (+118.42%)
Mutual labels:  addon
premake-compilationunit
Premake module adding support for compilation speed up through the use of the "single compilation unit" pattern, slightly modified.
Stars: ✭ 16 (-57.89%)
Mutual labels:  addon

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, no but it works.

How does it work?

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

Voobly version, or AoE 2 DE version?

Voobly is possible to do, just replace some offsets :) AoE 2 de nah, the game crashes as soon as you attach the debugger :)

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.

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/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].