I just made an utility for having a "players view" map on a second monitor, while having the control for it on the dm's monitor. It's a very simple tool (I got to learn javascript). It basically will show an image and allow zoom/pan of the image.
Here's how I'm using it. During the game I
1. paint over what they can/can't see in photoshop
2. press F5
3. click on the PVControl's Update button
Voila - the image is displayed on the player's monitor
Details: I run this tool PVControl (for player view control) to view a file called map.jpg. I also run photoshop (but other programs will work). In photoshop I edit the map image, and I added a second layer that I can use to cover over the spots that the players can't see. I also wrote a simple macro, which upon my pressing F5 will set the current layer to fully opaque, then save it as map.jpg, then set the current layer to 50% transparent.
It is a very simple tool, written as an HTML page. I've tested it only with IE 6. I've even got it on a web page for you to try it out. Be aware, that running with the images on the web like this is slower than it is if you have the images locally. I have two images to test with 'map.jpg' and 'map2.jpg' If you want to use the tool, just use the 'save page' feature of your brower on the PVControl.htm document.
You can get it HERE .
Here's how I'm using it. During the game I
1. paint over what they can/can't see in photoshop
2. press F5
3. click on the PVControl's Update button
Voila - the image is displayed on the player's monitor
Details: I run this tool PVControl (for player view control) to view a file called map.jpg. I also run photoshop (but other programs will work). In photoshop I edit the map image, and I added a second layer that I can use to cover over the spots that the players can't see. I also wrote a simple macro, which upon my pressing F5 will set the current layer to fully opaque, then save it as map.jpg, then set the current layer to 50% transparent.
It is a very simple tool, written as an HTML page. I've tested it only with IE 6. I've even got it on a web page for you to try it out. Be aware, that running with the images on the web like this is slower than it is if you have the images locally. I have two images to test with 'map.jpg' and 'map2.jpg' If you want to use the tool, just use the 'save page' feature of your brower on the PVControl.htm document.
You can get it HERE .