Closed Kuitsi closed 11 years ago
There is some randomness in bounding boxes so we can't use only one value for scaling.
36_fishing_bay
bottomLeft: -500.0 -500.0
upperRight: 500.0 500.0
42_north_america
bottomLeft: -400.0 -430.0
upperRight: 430.0 400.0
03_campania
bottomLeft: -300.0 -300.0
upperRight: 300.0 300.0
04_himmelsdorf
bottomLeft: -300.0 -300.0
upperRight: 400.0 400.0
I am writing a function to scale those coordinates properly from (0,0) to (500,500)
This is solved in pull request #2
Poor workaround is comment out lines 42-44 in makemaps.py:
That will result some misplacement of starting points and bases. I have decompiled res/scripts/client/gui/scaleform/minimap.pyc if that helps.