• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Cambera Bounds outside initial camera bounds

Status
Not open for further replies.
When I google, I only se a lot of minimap-related issues caused by changing camera bounds.
I don't really care about the minimap at this time for the boss arena, as long as it works for the "regular" area.

So I have an area outside of the initial camera bounds, that I want to activate later.
When I use the GUI action:
  • Camera - Set the camera bounds for (Picked player) to BossArena <gen>
It successfully sets the camera bounds, but it does not update the "outside-of-map" "unpathable-grayness" of the initial outside-of-camera-bounds.

Is it possible to do?

What I actually want is:
  • Working minimap until I want to move outside of the "regular map".
  • Move outside of the "regular map", and walk, etc. as normal when there (minimap will be F:ed up, but it's ok).
upload_2020-7-11_15-36-11.png

What I mean by "outside-of-map" "unpathable-grayness"
Sample map with minimum example provided
I use version 1.31.1
 

Attachments

Last edited:
You can make a custom minimap of the area you want to set camera bounds to and dynamically change the minimap with the minimap natives;
  • Custom script: call BlzChangeMinimapTerrainTex("war3mapImported\YourMiniMap.blp")
I actually have a working example in my template map Zandalari God Temple / Jungle
 
Status
Not open for further replies.
Back
Top