FunkyFr3sh / cnc-ddraw

GDI, OpenGL and Direct3D 9 re-implementation of the DirectDraw API for classic 2D games for better compatibility with Windows ME, 2000, XP, Vista, 7, 8, 10, 11, Wine (Linux/macOS/Android) and Virtual Machines
https://discord.gg/afWXJNDDF5
MIT License
2.33k stars 148 forks source link

Age of Empires disables high resolutions with HD patch #97

Closed Lrflx closed 3 years ago

Lrflx commented 3 years ago

Hello! As the title says, tried to set up AoE together with latest UPatch HD and no matter what resolution I choose in external config, in game I'm always limited to 800x600 max. Tried to set vhack to true, but it didn't seem to help.

FunkyFr3sh commented 3 years ago

Edit: Just tested and I could produce it. I added a new .ini setting "resolutions=2" to solve the problem and return a full list of resolutions, it should work fine now.

cnc-ddraw.zip

Lrflx commented 3 years ago

Yes, it does work as intended now, thank you!