Chaos Project

RPG Maker => RPG Maker Scripts => RMXP Script Database => Topic started by: SolarisSpell on March 12, 2021, 05:06:22 am

Title: [XP] Selwyn's Passability Mini Map
Post by: SolarisSpell on March 12, 2021, 05:06:22 am
Selwyn's Passability Minimap
Authors: Selwyn/Squall, KK20
Version: 1.1
Type: Minimap
Key Term: Environment Add-on

Introduction

This is an old script released the 30th of May 2006 and just recently update by KK20.
It shows a minimap in any of the four corners and different colored dots to represent enemies, npcs, chests, etc.

KK20 has updated the script so that it is dynamically refreshed (so you can turn a treasure into a mimic and the picture changes from 'chest' to 'enemy'), for example.

How to use

You need several images in your picture folder, which can be found in the demo.
Also, the minimap is activated or deactivated with an in-game switch. So, by default, it will be off until you activate the switch.

The minimap shows elements if the event has a comment with any of the following tags: event, enemy, teleport, chest, npc or savepoint.

Customization

elsif event.list[i].parameters[0].include?("whatever")
@events[key].bitmap = RPG::Cache.picture("whatever")
and you will need another picture with that 'whatever' name

Screenshot

Spoiler: ShowHide
(https://i2.paste.pics/47e41f58d78e1d5216e7ef2d65a79380.png?trs=c2e73988d417a7bf3a909779523e5c686fb852b31d798c769c2d35dd1c8afd73)


Demo

Passability Minimap demo (https://drive.google.com/file/d/1LpJLQU3VLDgW-3tv12Gk4Dlztz6rS8qV/view?usp=sharing)

Final Thoughts

This script has more than 15 years already, but maybe you can enjoy it.
^_^
Title: Re: [XP] Selwyn's Passability Mini Map
Post by: KK20 on March 12, 2021, 01:02:04 pm
I can't add it to the database until you follow this template
https://forum.chaos-project.com/index.php/topic,17.0.html
Title: Re: [XP] Selwyn's Passability Mini Map
Post by: SolarisSpell on March 12, 2021, 04:42:59 pm
Nice.

I tried to post the script with some format, but hadn't seen that template.
I updated my post