HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Camera/Mini-map Help

08-12-2007, 03:20 PM#1
Warlord41
Okay, so many people play Pyramid Escape. If you are a mapmaker and have played Pyramid Escape I need your help.
-#1- When you do a challenge in Pyramid Escape, I need to know how to make the camera focus on 1 area like it does. Explanation- I need either trigger code or explanation on how to lock the camera to a general area, AND how to make it so the users can't see the rest of the minimap. The camera enlarges I think and it makes it so you can't scroll away from your challenge, and you can't see the rest of the minimap. HOW DO I DO THIS?
-#2-How do I make it so that in my Rpg the players can't see the minimap? In Pyramid Escape, in the beginning when you look at the minimap(and in Blizzard Maps) you can't see any of it! I would like to implement this into my map and I need to know how.

If you can help, thanks! If you don't understand what I need help with then just say so.
08-12-2007, 08:37 PM#2
Vexorian
Regarding #1 it might be good to actually explain what you want, I for instance have never played that map.

Regarding #2 there is a way but not my specialty sorry
08-12-2007, 11:16 PM#3
Pytho
#1:
The function is called: SetCameraBounds, look at http://www.wc3campaigns.net/showthread.php?t=95820
#2: You have to overwirte the existing file (war3mapMap.blp) which is created by the editor with a custom picture, more: http://www.wc3campaigns.net/showthread.php?t=90071
08-13-2007, 01:42 AM#4
Warlord41
Thanks for replying Vexorian. I appreciate it. I figured out my problem, so yet again, thanks!