| 06-14-2008, 09:38 PM | #1 |
How do you limit the camera boundaries to just a certain section of the map? |
| 06-15-2008, 04:34 AM | #2 |
There's a clever little native specifically for it. JASS:call SetCameraBounds(minX, minY, minX, maxY, maxX, maxY, maxX, minY) JASS:call SetCameraBoundsToRect(MyRect) |
| 06-15-2008, 06:22 PM | #3 |
Is it possible to change the minimap picture with it? |
| 06-15-2008, 06:31 PM | #4 |
Changing the minimap picture at runtime is impossible unless you use custom mercenary camp/gold mine icons and make them the size of the minimap. Otherwise, no, it cannot be done. You can change the minimap at map initialization by importing a special blp/tga file, though, look at Tim's map for an example. |
| 07-21-2008, 05:16 PM | #5 | |
Quote:
) |
| 07-21-2008, 05:55 PM | #6 |
The easiest way i know is to use WEU. |
| 07-21-2008, 11:50 PM | #7 |
You sure its not just import some tga/blp file of a certain size and changing the name to something? I just don't know the specifics. |
