Page 1 of 5

MAP Zoom

Posted: Sat Jul 09, 2011 11:08 pm
by dgard20
Is there a way to zoom in when looking at map? Would be great

Re: MAP Zoom

Posted: Tue Jul 12, 2011 3:20 pm
by Little Powell
Is there a way to zoom in when looking at map? Would be great
This has been requested a few times. It would be a great feature but it poses quite challenge from a coding and graphical standpoint, definitely not something that can be modded. The mini-map system would have to be completely redesigned. It's on the wish list though.

Re: MAP Zoom

Posted: Tue Jul 12, 2011 5:32 pm
by ADukes
definitely not something that can be modded.
Definitely not entirely true. :whistle:

Re: MAP Zoom

Posted: Tue Jul 12, 2011 5:49 pm
by Little Powell
definitely not something that can be modded.
Definitely not entirely true. :whistle:
Interesting.... :)

I've actually thought about trying to mod something like this before. In theory you could click a button that calls up a new screen which is a more zoomed in version of the mini-map. However, getting the unit icons to spread out to account for the more zoomed in version of the map is where I think coding would need to come in... But hey, I could be wrong.

Also you have to factor in, if you are calling up a more zoomed in version of the map, how could it tell where you were on the map? So lets say you want to zoom in close to the center of the town of Gettysburg, how would the game know where the camera was to only zoom in on the center of town?

Re: MAP Zoom

Posted: Tue Jul 12, 2011 8:23 pm
by ADukes
I've actually thought about trying to mod something like this before. In theory you could click a button that calls up a new screen which is a more zoomed in version of the mini-map.
Correct.
However, getting the unit icons to spread out to account for the more zoomed in version of the map is where I think coding would need to come in... But hey, I could be wrong.
Yep, you are. The icon spread out is connected to the screen size.

Re: MAP Zoom

Posted: Tue Jul 12, 2011 9:03 pm
by Michael Slaunwhite
This is about the most I have ever seen Adukes post in one day, is this a record or something? :whistle:

Re: MAP Zoom

Posted: Tue Jul 12, 2011 9:46 pm
by Little Powell
Yep, you are. The icon spread out is connected to the screen size.
Ah, now you've got my gears churning.. Like I don't already have enough on my plate, but I've gotta look into this.. I'm afraid I'll still get hung up on the position of the camera in accordance to the position of the zoomed in map. Hope I can explain this clearly but for example; in google maps, the default view is 2000 ft by 2000 ft. Zoom in once, you get 1000 ft by 1000 ft. At 1000x1000, the terrain you were able to see on the edges of the screen at the 2000 ft view is now not visible. So in our game when you zoom in we would be calling up a zoomed in version of the map.. But how would the game know what area of the map you are zooming in to?

Re: MAP Zoom

Posted: Thu Jul 14, 2011 10:47 am
by Davinci
As of now, I don't see how this is possible unless the game will allow for scrolling of left \ right buttons to be added.

But,there is not a menu that I'm aware of that has this feature,so how do you all plan on making this happen?

davinci

Re: MAP Zoom

Posted: Thu Jul 14, 2011 11:15 am
by RebBugler
OK Davinci, here's one for you. Since ADukes said it's possible...maybe it's along these lines.

Enter Zoom Map. Open your zoom map, click area to zoom, map closes, and the camera is looking straight down from as high as it can be to the area that was zoomed/clicked.

Go Davinci Go... :cheer:

Re: MAP Zoom

Posted: Thu Jul 14, 2011 12:12 pm
by Davinci
Enter Zoom Map. Open your zoom map, click area to zoom, map closes, and the camera is looking straight down from as high as it can be to the area that was zoomed/clicked.

Go Davinci Go... :cheer:
OK, Thanks,

And I'm still not seeing how the code allows for any of that!

The zoom feature in the game is not associated with the game screens.

davinci