Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Charlie's Passability Mini-Map, Version 0.4
#21
outlandish Wrote:Now I know you can add things like npcs and monsters to your mini map. But I can't seem to get it to work. I've added the graphics in the config and I've tried naming the events according to the Keywords, I've tried adding the keyword to the comment of the event. But I can't seem to make anything show up on the mini map except the player. I'm just not sure how it works. I'd really appreciate some help on that.

OK, please post your configuration of this part:
Code:
KEYWORDS={"Gabbiano"=>Color.new(255,255,255,100),
"Crow"=>Color.new(255,255,255,100),
"Squirrel"=>Color.new(255,255,255,100)}

And, before I said that you need the comment but I was wrong, it's the name that counts. Sorry about that, I corrected that post.


outlandish Wrote:Also I keep trying to get the code to trigger the map on and off, and I don't seem to be doing it right. I've looked at other scripts and I'm just not sure what I'm doing wrong. Maybe you could correct my code to help me see what I have to do. Here's the code.

Code:
if Input.trigger?(Input::Y)
  if $game_system.minimap_visible==true
    hide_passmap
  else
    show_passmap
  end
end

Any help would be appreciated. I must be doing something wrong but I can't figure what. Thanks so much.

It looks ok, but where is it executed?
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   The Charlie Mini-Map / Dynamic Maps Patch DerVVulfman 2 3,894 03-29-2022, 11:55 PM
Last Post: DerVVulfman
   Charlie's Mini-Map Extended DerVVulfman 16 12,322 09-02-2020, 03:49 AM
Last Post: DerVVulfman
   KItemDesc XP & VX Zilsel Version kyonides 4 6,352 12-01-2019, 06:11 AM
Last Post: kyonides
   CTB - A Final Fantasy X-like Battle System, Version 3.2 Charlie Fleed 572 633,924 05-19-2016, 05:38 PM
Last Post: Starmage
   Equipment Upgrade System by Charlie Fleed, Version 1.2 Charlie Fleed 145 180,945 04-11-2014, 01:19 AM
Last Post: Gardesion
   Individual Battle Commands by Charlie Fleed, Version 1.0 Charlie Fleed 3 10,029 01-25-2014, 12:15 PM
Last Post: Charlie Fleed
   Sideview Battle System Tankentai XP - Version 2.2xp Victor Sant 22 43,893 03-03-2013, 05:37 PM
Last Post: DerVVulfman
    Passability Mini Map for Tonbi's Random map Cortez 2 7,219 10-03-2012, 07:12 PM
Last Post: Cortez
   Rataime's Passability Indicator Tool PK8 1 9,192 04-30-2012, 02:42 PM
Last Post: yamina-chan
   Auto Populate Maps, Version 0.5 Charlie Fleed 14 23,931 03-17-2012, 03:04 PM
Last Post: LilyKnight



Users browsing this thread: