For a complete list of RMXP RMRK+ Event systems please visit:
http://rmrk.net/index.php/topic,34766.0.html
For a complete list of RMVX RMRK+ Event systems please visit:
http://rmrk.net/index.php/topic,24371.0.html
Version: 1.1
Author: Kipe
Date: September 14, 2009
Version History
- Version 1.1: Modified some comments to allow for a better understanding of how it works.
- Version 1.0: Includes smart minimap opacity changing option, Off/On Switch, and Arshes head cursor.
This event system allows the use of detailed pictures to be used as minimaps, as well as very easily customizable cursors.
- Detailed minimap, created by you via the screen capture button. Displayed it in the top left corner of your screen.
- Smart Opacity Changer (optional)
- Off/On Switch
- Easily customizable cursors.
- Very easy to plug into your game (RMRK+ Format)
Version 1.0
Version 1.0
(Minimap becomes translucent when player is behind it)
Instructions
Download the demo. Make sure you have your maximum variable count in your project greater than 559. Also make sure that you have your maximum switch count greater than 806. After that, copy one of the two Events from the upper left corner of the map (Descriptions are located within comments inside the events) from the demo and paste it into your game on all of the maps you want to have the Minimap Option on.
Step 1: Create a map. Make sure not to place any events on it at this time. Once you have created your map take a screen shot(Press the Print Screen) of it with the following setting activated1/4 zoom[25%], and showing all layers.)
Note: If you have already created your maps you can just copy and paste them. Then you can remove all of the events on the duplicate map and take a screen shot of that. Once you're done you can delete your duplicate map.
Step 2: Now crop your image to include only the map, and an optional border (I use a 2 pixel border). Then save it:
Step 3: Next, import your Image into RPG Maker XP:
Once you click Open be sure to click the 'Clear' Command on both the Transparent and Translucent colors, then click Ok.
Note: If you have already created your maps you can just copy and paste them. Then you can remove all of the events on the duplicate map and take a screen shot of that. Once you're done you can delete your duplicate map.
Step 2: Now crop your image to include only the map, and an optional border (I use a 2 pixel border). Then save it:
Step 3: Next, import your Image into RPG Maker XP:
Once you click Open be sure to click the 'Clear' Command on both the Transparent and Translucent colors, then click Ok.
- Kipe
I will provide support here and a video will be posted on my Youtube channel (http://www.youtube.com/KipesRMTutorials). Be sure to tell me of any bugs and I will fix them for the next release. I may add functions, if you request it.
The 'S' Key will Show/Hide the Minimap.
There are two events within the demo. The first one will have the option of making your minimap change opacity when the player goes behind it(requires a very small bit more setup). The other is more simple, and requires the least amount of setup.
Be sure that your max variable number is greater than 559.
Be sure that your max switch number is greater than 806.
This Event System is RMRK+ Format.
Names of the Variables (523-524)
- Player's Screen X
- Player's Screen Y
Names of the Variables (559-560)
- Player's Map X(Minimap)
- Player's Map Y(Minimap)
Name of the Switch (806)
- Minimap Cursor
Version 1.1