Skip to content

Andygmb/age-of-empires-minimap-resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

#Age of Empires Minimap Resizer

###Grabs the Age of Empires II: HD Edition ingame minimap & resizes it into a pygame display, for use on a second monitor

##Goals

  • Add fullscreen support (means changing from pygame to pyglet or other library)
  • Change get_hwnd to use EnumWindows() & regex search for age of empires windows other than the HD edition.
  • Figure out a way to keep the aoe2 window in the foreground or in focus (so the game continues playing) without it having mouse focus (causes ingame view to scroll towards mouse position)
  • Use py2exe or pyinstaller for a standalone .exe

##Usage

python Age2MaxiMapper.py 

It will autodetect if the AoE2 window is available, and display it. You can click on the enlarged minimap to send clicks to the actual game, but due to how age of empires doesn't run when it's not in focus/is the foreground window, the minimap will only update when you click back into the game.

##Dependencies

About

Takes the age of empires minimap & resizes it to a window.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages