Chaos Project

RPG Maker => RPG Maker Scripts => Topic started by: wertyjr on November 17, 2009, 04:21:41 pm

Title: Just a suggestion
Post by: wertyjr on November 17, 2009, 04:21:41 pm
Blizz-ABS Config has a minimap component that i am thoroughly enjoying; but it would be cool if you could edit it. I mean like colours, icons (shop indicators mostly) character notification, quest location things...
I mean I won't look a gift horse in the mouth, the minimap's existence is a blessing in general; it would just be a beautiful addition.
Title: Re: Just a suggestion
Post by: Satoh on November 17, 2009, 04:45:33 pm
Hmm... that's a pretty simple thing to change I'd imagine... though having it in the config might be nice too...


Then again I'm not sure if it's changed since 2.23, which is the latest I have ATM...

I may look through the newest code and replace the Color.new's with variables for simple modification... (if it hasn't changed beyond my recognition)

EDIT: On second thought... there's a lot going on here that I just can't efficiently modify like I thought...
Title: Re: Just a suggestion
Post by: winkio on November 17, 2009, 06:02:58 pm
I've actually done that for my game already, I'll start making a public add-on for it, after my laundry list of other stuff I have to do.
Title: Re: Just a suggestion
Post by: wertyjr on November 17, 2009, 06:46:35 pm
Alright Winkio, that's quite thoughtful of you. :P Lemme know when you put it up, would you?
Title: Re: Just a suggestion
Post by: Blizzard on November 18, 2009, 03:28:25 am
Generally I have used constants to define all colors used in the minimap and you have a tag you can add in event names for specific events. It's in the manual.