HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

How can I disable the in game mini map?

06-04-2006, 06:04 AM#1
Sardius
Is there a trigger that will allow me to enable and disable to minimap?
06-04-2006, 09:10 AM#2
Blade.dk
I can't think of any way to disable and enable it in-game, but you can import a black war3mapMap.blp file to make the minimap black.

Since you are asking for a trigger, I'll move this to triggers & scripts.
06-04-2006, 10:40 AM#3
iNfraNe
Quote:
Originally Posted by Blade.dk
I can't think of any way to disable and enable it in-game, but you can import a black war3mapMap.blp file to make the minimap black.

Since you are asking for a trigger, I'll move this to triggers & scripts.
or a corrupted one to really disable the minimap.

But no triggers.
06-04-2006, 04:39 PM#4
Sardius
Really? or is there option in the map properties or something?

Because basicly I have an intro in my map that kind of moves between cinematic and non cinematic mode, but the problem is this sequence starts at an enemies location who isn't there initially... My problem is when the sequence starts, you can't see anything, until the enemy appears at the location, its just covered in the fog of war...

The only way I've seemed to reveal the location is by making the map entirly visible initially, but that also reveals the entire mini map which I don't want to do...
06-04-2006, 05:18 PM#5
BertTheJasser
Just create fog allover the map, set your units sight range to 0.0001 or even null and you are done (I think).
06-04-2006, 05:49 PM#6
Sardius
But the things is after that when you take control of your hero, I want things to be revealed around him, but Im just trying to negate the mini-map... If I can make it just solid black or a certain graphic, can I do this for paticular individual maps? Because for my dungeon levels I don't want the mini map, but for my RTS levels I do want my mini map...
06-04-2006, 06:01 PM#7
st33m
There is a way to do this quite simply. Just change the image of the minimap to nonesense and it will completly remove it, you wont even get pings or images of shops.
06-04-2006, 06:11 PM#8
Orc Dork
In photoshop make a new image, take the eraser to it and save it. This is a translucent image and will not show anything on the minimap.
06-04-2006, 06:17 PM#9
BertTheJasser
But these are all unredoable methods of blending the minimap out.
the one I've told you is revealable: Just destroy the fo modifier and change the units sight range to the default values. This should work.
06-04-2006, 08:06 PM#10
Sardius
Well as I said for dungeons I want no mini map, for RTS mpas I do, so can I apply this blank image to each map individually? So it effects only the map I want and not all my maps?
06-04-2006, 09:27 PM#11
TaintedReality
Yes, imported files only get imported to one map, not all maps on your computer ><.
06-04-2006, 10:51 PM#12
Soulprovider
I have an idea, just create a visibillity modifier as large as the areas where your cinematic will be shot then remove them and reset the black mask.

I'll pull the triggers actions up for you the rest is up to you.

Trigger:
Visibility - Create an initially Enabled visibility modifier for Player 1 (Red) emitting Visibility across Region 000 <gen>

Visibility - Destroy (Last created visibility modifier)

Visibility - Enable black mask

I've attached a test map for you to give you a better understanding
06-05-2006, 01:45 AM#13
Sardius
well for one, I don't have photoshop... I tried to just make a file, called

War3mapMap.blp and just imported it, the file was nothing, just a renamed text file. but this didn't seem to have any effect on my map, as I can still see the minimap.
06-05-2006, 12:42 PM#14
BertTheJasser
@Soulprovider: Tht's exactly what I have said. =P
06-05-2006, 01:45 PM#15
Anitarf
Actualy, if you go into cinematic mode, the game should disable fog of war entirely for the duration of the cinematic mode. As long as the units used in the cinematic don't belong to the player, that player won't be able to see any of the tterain where the cinematic took place after cinematic mode is disabled.

You can also disable the minimap in a map by importing a black (or corrupt) minimap image file, as has been already mentioned. This will only affect the minimap in that map, but it will affect it permanenty, you won't be able to turn it on/off while playing that map.