-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify cover_map module to allow multiple uncovered sections of the map. #149
Comments
We can call the covermap and centermap functions on the fly, so it should be possible to have a self interact option to "switch maps" and automatically switch the covermap area and what the player is zoomed/centered on in the map, effectively acting like two separate maps. |
That would be neat. |
@PiZZAD0X A couple thing I have noticed though:
|
Are you testing it with a briefing in singleplayer or without briefing? I can add that submenu, sure. |
Single Player - M key opens map, map stays open. Would it be possible to add a maximum zoom limit per map as well? |
Hmm so it seems map needs to be fully initialized and open before any animation can be committed to it, meaning the map needs to be on screen, however brief, to get that initial centering. Maybe a blackout loading screen or getting the timing really tight so it isn't as noticeable. I've put the interaction options under a "Switch Maps" submenu under equipment. As for limiting map zoom, we use a separate addon that enforces a script for that. I'm not sure how modular that addon is and if it allows for scripts to run contrary to it (more detail than what the addon allows) but it is a good idea. |
Thanks I'll test out this version tomorrow.
My unit doesn't use an addon or any script to limit map zoom |
Alright, I've played around with the updated version and it seems solid to me. |
With the recent update, this issue can be marked as resolved, #183. @BlackHawkPL |
I'm making a mission in which I have a general AO for the mission, but I'd also like to have an aircraft use a more distant airfield.
With only a single marker controlling the location of the map cover I would have to either make a much larger percentage of the map be visible with a single marker or have the airfield covered by the cover_map module and make navigating to and from it much more difficult for the aircraft.
Here is an example of what I would like to be able to do:
Both the small island of Moray and the large AO on southern Malden would be uncovered.
Currently this is impossible.
The text was updated successfully, but these errors were encountered: