RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Blackmorning Scripts

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 85
Blackmorning Scripts
Here are the scripts I made for RPG Maker VX Ace. They can all be found with full descriptions on my site.
bmscripts.weebly.com

Core Scripts (2)
These are scripts that majorly impact the game and should to be placed towards the top regardless of where they are categorized.

Base -  needed for all other BM scripts
Spoiler for:
  • allow the actor to change directions instead of moving by pressing a button
  • allow re-sizing of the game window
  • allow mouse cursor to be hidden in Gaming Window
  • show transparent faces for non-battle members in all menus (as of version 1.02, this can be turned off)
  • show and customize gauges for exp and parameters (as of version 1.02, this can be turned off)
  • add or change vocab for parameters
  • allows more information to be shown in the help window
Messages
Spoiler for:
  • writes out different terms using codes in messages
  • write out values of actor's parameters, classes, ex parameters, etc
  • write text based on switches being true/false
  • add text sounds and animations during messages
  • add animations over characters during messages
  • add balloons over characters during messages


Gameplay Scripts (2)
Scripts here affect how gameplay works.

Actor Titles
Spoiler for:
  • adds titles to actor's customization (similar to classes, but independent)
  • titles can be added/removed through events
  • titles can affect base stats and level up bonuses
  • changing titles can be changed through the main menu or status menu (for status menu, you need YEA status)
  • message coding for actor titles
  • can assign titles to variables for events

Actor Alignments
Spoiler for:
  • adds alignment to actor's customization (the good, the bad, the demonic)
  • alignment points can be added/removed through events
  • gauge to show alignment can be placed on actor's face
  • alignment can be shown in BM YEA Status Addon
  • message coding for actor alignment and party alignment
  • can assign alignment to variables for events
Menu Scripts (7)
These scripts provide various menu changes or involve changes regarding menus.

Advanced Valkyrie Stories Equip
Spoiler for:
  • Similar to the Equip Scene in "Valkyrie Stories" made for RPG Maker VX by Hanzo Kimura
  • Icons for equipment types
  • Visual placement of equipment onto an image
  • Image can be assigned to actors or to classes in the Database Notebox (actors take priority)
  • Equipment icon positions can be assigned and changed to match new images
  • Optimize equipment when you press CTRL
  • Remove all equipment when you press ALT


Advanced YEA Status
Spoiler for:
  • needs YEA Status Menu
  • gives a graphical representation of the values for parameters, elemental & state resistances
  • changes format in biography window (actor's age, height, birthplace, gender, alignment)
  • age is a property of the actor and can be changed with Selchar's Variable based Calender script
  • can assign icons for parameters, elements, states independent of BM-Icons
  • message coding for actor's age, height, birthplace & gender

Advanced Shop
Spoiler for:
  • shows animated/walking actor graphic in status window for equitable items
  • shows atk, def, mat, mdf, agi and luk changes for all equipment in columns
Basic Equip
Spoiler for:
  • shows some added information for parameter changes
  • icons added for visual comparison of increases/decreases
Basic Status
Spoiler for:
  • Gives a graphical representation of the values for parameter rates.
  • can assign icons for parameters independent of BM-Icons (can still use BM-Icons instead)
    adds portrait to background (if available)
Ring Command
Spoiler for:
  • also requires BM-Icons, ring commands use Icons for iconset can turn the standard menu into a ring menu (on/off)can turn the title commands into a ring (on/off)can turn the battle menus into rings (on/off)
  • movement based on XRXS, Dubealex & Hypershadow180's original XP Ring Menu, as well as Syvkal's ring menu

Advanced Menu
Spoiler for:
  • adds music to menu screens
  • adds floating particles to menu screens
  • column-based information for menu status (modded from Galv's)
  • location window in menu screen
  • animated/walking actor graphics in menu screen
  • can change input button for calling menu
  • large actor portraits for menu columns



Advacned Item/Skill
Spoiler for:
  • can change background image
  • can change opacity of item/skill scene
  • always shows select member window in skills/item scenes
  • changes style of actor window
  • animated/walking actor graphics


Utility Scripts (1)
These scripts do not have player-impact, but are primarily used for developers.

Icon System
Spoiler for:
  • can add icons automatically before specific words in windows (stats, elements, commands, classes, states, etc)
  • assigning 0 to an icon treats the word as a non-icon word and is written normally
  • needed for BM-ring menu

« Last Edit: November 05, 2015, 08:15:51 PM by blackmorning »
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

*
Last Stop
Rep:
Level 88
Everyone Off
Secret Santa 2013 ParticipantFor taking arms in the name of your breakfast.Secret Santa 2012 ParticipantSilver - GIAW 10Silver - GIAW 92011 Biggest Drama WhoreBronze - GIAW HalloweenGold - Game In A Week VII
cool, I like the titles system. It's like Tales of Symphonia.

*
Rep:
Level 97
2014 Best RPG Maker User - Engine2014 Most Unsung Member2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Use of Avatar and Signature Space2010 Favourite Staff Member2010 Most Mature Member
These are very neat scripts. Thank you so much for sharing!

**
Rep:
Level 85
Anyway some new updates to the Columns menu, I've added some new options for the location window, so you can now decide what's in it, where it goes or if it shows up at all.  Also given more options for what appears for the actors (character graphics, busts, TP gauge, etc). 

Not an update, but I've explained a feature that I forgot to in BM-messages.  With a switch, you can show a bust image based on the face assigned.

UPDATES
http://bmscripts.weebly.com/column-menu-screen.html
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Hey all,  I've been working with ShinGamix recently, finding and fixing issues.  BM-Base and BM-Icons have both been updated to deal with some issues with Yami's Guardian script.  I've also fixed an issue with the drawing of the currency icon and have added actor icons which can be assigned in the Actor's Notebox in the Database.  The actor icons aren't being used for anything but the scripting is there for future usage as well as a shrunken faces (size of icons) that can be used like an icon.

UPDATES
http://bmscripts.weebly.com/bm-base.html
http://bmscripts.weebly.com/icons.html
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
New updates to to give some new options for BM-Columns Menu and BM-Shop scripts.  For these, you need the updated BM-Base.   It's now up to the user whether they want to use character graphics or scaled down face graphics for the shop status and the item/skill selection windows.
Screenshots
« Last Edit: March 05, 2014, 07:59:00 PM by blackmorning »
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
I've finished the VK Equip.  Right now, this needs YEA ace equip engine.  Newer updates may change that.  I tried to be true to the appearance of Valkerie Story's equip screen while still being compatible with the default menu. 
Screenshots
Spoiler for:

UPDATE
http://bmscripts.weebly.com/advanced-vk-equip.html
« Last Edit: March 05, 2014, 07:59:29 PM by blackmorning »
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
I made a Basic Status script to show the polygon graph for parameters.  For those that want to use the default Status scene.

UPDATE
Basic Status

Screenshots
Spoiler for:
« Last Edit: March 05, 2014, 08:14:11 PM by blackmorning »
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

*
Rep: +0/-0Level 63
RMRK Junior
When I click on the link for the Base script it goes to a 404 page

**
Rep:
Level 85
Update for both Basic Equip and Advanced VK Equip.  Both can now reorder/replace parameters, xparameters and sparameters in the EquipStatus Window. Advanced VK Equip can now assign the location of body equipment icons in Actor and Class Noteboxes.  This way if you have a specific body image per actor, you can reassign the icon location to match the image.  In BM Basic Shop, error in status window was fixed.

UPDATES
Basic Equip
Basic Shop
Advanced VK Equip
« Last Edit: March 06, 2014, 07:47:36 PM by blackmorning »
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
New update for Advanced VK Equip.  This can now be used without YEA Ace Equip Engine. 

UPDATES
Advanced VK Equip
screenshots
Spoiler for:

Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
It's been a little while, but I've got a new update for BM-Ring Commands.  This fixes a bug I found in the actor commands in the battle and makes the coding more efficient.

UPDATE
BM-Ring Commands
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Hey All

Fixed an issue in BM-Messages if it is placed below BM-Actor Titles.  Added a substitute word for icon switch in BM-Icons for custom words.  Adjusted window positions in BM-Columns Menu.


UPDATES
BM-Messages
BM-Columns Menu
BM-Icons
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Update to BM Advanced Equip so that equipment icons can be adjusted to a new size (bigger or smaller)

UPDATE
BM Advanced Equip
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

*
Rep:
Level 97
2014 Best RPG Maker User - Engine2014 Most Unsung Member2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Use of Avatar and Signature Space2010 Favourite Staff Member2010 Most Mature Member
That looks very cool blackmorning. Great job!

**
Rep:
Level 85
Update to YEA BM Status so that now a new scene will pop up if you click states or elements.  The new scene has more room so more items will appear.  Also clicking on biography alternates between yanfly's original biography and my biography information

UPDATE
YEA BM Status
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 71
Super Maker
Keep up the great work BlackMorning.
The Maker of Battle Dungeons!!


Spoiler for Big ass signature, bro:
AbsoluteIce I finally say your Sig.

Get by 20 attack Dogs...seriously. I got 20 attack Dogs.

*Your signature was raped changed for taking up too much room.
~Sincerely, a staff member. That is all you need to know. That, and I am no one to be trifled with.

**
Rep:
Level 85
Update to YEA BM Status.  I know, another one.  I'm currently in development for this script, but I figure I'd release each stable version. Now you can show resistances and inflictions separately and toggle/switch between infliction/resistance data with toggle button or show a scene with both.  Also can toggle biography between yanfly's original biography and my biography information with the same toggle button.  This might better solve some issues with longer lists of states or elements. 
 
While I'm in this updating phase, feel free to give suggestions.
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Big update for BM Advanced Status.  More customization features, can choose different ways to show element/state resistances/inflictions, can toggle between any windows you want to set up.
BM Columns Menu has update to fix conflict with YEA class system.

UPDATE
BM Advanced Status
BM Columns Menu

Also listed some resources, including an iconset.
« Last Edit: March 24, 2014, 07:45:05 PM by blackmorning »
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Update to BM-Base to fix issue with more than default amount of battle members

UPDATE
BM-Base
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Update to BM YEA Status, so that now you can add up to 10 custom bio info items to the BM bio page and have corresponding message codes.
 
Can add anything from favorite food to species type.  Whatever you want.  Can also add spacers in BM bio to change the layout a bit.

UPDATE
BM YEA Status
« Last Edit: March 29, 2014, 11:40:28 AM by blackmorning »
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Update to BM-Base to fix compatibility issue with Bubs Guts Script.  BM-Advanced Equip updated cursor size for equipment icon.  Patch for Selchar's Harvest Moon Time script with BM-Columns Menu has been updated to no longer require the Clock hud script.

UPDATE
« Last Edit: May 01, 2014, 09:55:50 PM by blackmorning »
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

*
Rep:
Level 97
2014 Best RPG Maker User - Engine2014 Most Unsung Member2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Use of Avatar and Signature Space2010 Favourite Staff Member2010 Most Mature Member
Good work. Thanks for sharing, blackmorning.

**
Rep:
Level 85
Just noticed that there is a function on YEA Menu Engine that changes the location of the help window.  I've updated BM-Advanced Status, BM-Advanced Equip and BM-Columns Menu to make it compatible with this feature. 

Due to the nature of BM-Advanced Equip, it will not move the help window to the middle position as it needs its current window height to view all the information.
Added actor specific bio info lists for BM-Advanced Status.

UPDATES
BM-Advanced Status
BM-Advanced Equip
BM-Columns Menu
 
« Last Edit: May 02, 2014, 12:54:11 PM by blackmorning »
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Updates to BM-Advanced Status, BM-Advanced Equip and BM Titles to fix some issues that have been discovered. 

UPDATES
 BM-Advanced Status
 BM-Advanced Equip
 BM Titles
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
New update for BM-Advanced Status, so that general page includes gauges for exp and parameters and so that order of graph/chart for elements/states/params can be different than list (example: can have standard list, but have fire-ice across from each other).

UPDATES
BM-Advanced Status
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Number of columns and half spacings are added to the properties page of BM-Advanced Status as well as darkened box around the biography list.  In BM-advanced Equip, you can now have equip body images based on an actor's faceset-index and the optimization/remove all buttons have been fixed.  In the base script, the mini faces used for shop and equip has been fixed.  Now BM-Icons allows you to shutoff automatic addition of the state icon to the state.

UPDATES
BM-Advanced Status
BM-advanced Equip
BM Base
BM-Icons
« Last Edit: August 19, 2014, 12:47:52 AM by blackmorning »
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Thanks to YummyTiger for noticing the error with the BM-Advanced Equip and for bloodyliao for giving the idea to be allowed to use larger graphics for equipment instead of zooming the small item icons.


UPDATES
BM-Advanced Equip
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

*
The Hero of Rhyme
Rep:
Level 83
( ͡° ͜ʖ ͡°)
2014 Best RPG Maker User - StoryProject of the Year 20142014 Queen of RMRK2011 Best Newbie2014 Kindest Member2014 Best RPG Maker User - Creativity2013 Queen of RMRKBronze SS AuthorBronze Writing ReviewerSecret Santa 2013 ParticipantFor taking arms in the name of your breakfast.GOOD!For frequently finding and reporting spam and spam bots2012 Best Yuyubabe Smiley2012 Best RPG Maker User (Creativity);o
Those are pretty snazzy and very graphically appealing~! ;o;
Spoiler for My Games and Art:
ℒℴѵℯ❤


My Artwork Thread

The Lhuvia Tales [Current]

Ambassador [Complete]

The Postman [Complete]

The Wyvern [Complete]

Phoenix Wright: Haunted Turnabout [Complete]

Major Arcana [Cancelled]


**
Rep:
Level 85
Hey all, Lars Ulrika spotted a glitch in the Columns Menu script when you go from multiple actors to one and selecting skills, equip, status and such.   This has been fixed now

UPDATES
Columns Menu
« Last Edit: August 21, 2014, 12:38:49 PM by blackmorning »
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Hey all, update to the Basic Shop to fix a slow down for the shop status screen.  This doesn't affect the fps for the animated characters, only the stagnant characters or faces.

UPDATES
Basic Shop
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

*
Rep: +0/-0Level 82
Hey Blackmorning,

First off all I want to thank you for adding my suggestion to an update for your Icons script.

I have really been enjoying your scripts and have been using some of them in a project that i'm currently developing called Phantasy Quest. if you want you can check it out on my website Dragon Lens Studios. I think you make quite exlllent scripts and you have a great passion I hope you keep up with your scripting! Great Job!
~The Real Monydragon~

Checkout my projects on http://dragonlensstudios.com

**
Rep:
Level 85
The Columns Menu has been updated to fix the issue with using common event items and not getting the map music back as well as adding a volume adjustment to the menu music.

UPDATES
Columns Menu
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
It's been a while, but I have a few updates.  As always, thank you for any suggestions, I appreciate them.  (Thanks to Allied G and Anthony for these updates).  BM-Base has been updated to allow the customization of the param ratio that creates the parameter gauges and the stats graph for the BM-Status which has also been updated.  BM-Titles has added the ability to change the base stat change from percent to a set number.

UPDATES
BM-Base
BM-Status
BM-Titles
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
It's been a while.  Hope everyone had a happy holidays.  I'm updating the Advanced Equip so fix some issues found by iliad about the body image with the classes

UPDATE
Advanced Equip
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Advanced status gets a small update and an inscript clarification on the number style.  The chart can inverse the data so that elemental/state boosts can either go towards the outer edge or the center of the graph by changing the NUMBER_STYLE from 1 to 0. 

UPDATES
Advanced status
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

*
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
Rep:
Level 96
&&&&&&&&&&&&&&&&&&&&&&&&&&&
GIAW 14: 2nd Place (Hard Mode)2013 Biggest Drama Whore2013 Zero to HeroParticipant - GIAW 11Secret Santa 2013 ParticipantFor taking arms in the name of your breakfast.
I'm using a bunch of your scripts, they're pretty great. ^_^
&&&&&&&&&&&&&&&&

**
Rep:
Level 85
Noticed some issues with scripts that change battle party size, so I've fixed the Columns Menu and Shop so that they better adjust to increased party sizes without squishing the information

UPDATES
Columns Menu
Shop
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Tidied up the code for BM-Base,   Changed some  bits that were causing some  problems with other scripts.

UPDATES
BM-Base
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Columns Menu has also been updated to add new configurations for the gold variable window.  It allows the window to be rows or columns and to change the location.  New configuration suggestions are welcome.

UPDATES
Columns Menu
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
small change to text placement in BM status to adjust the lists so they are better spaced in the boxes

UPDATE
BM status
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Two updates today, one to BM-Base which now includes coding to translate vertical selection/commands to horizontal.  The second to Columns Menu to adjust coding to be more friendly with custom scripts and to fix an issue with map/menu music transition.  Columns menu needs the update for bm-base.

UPDATES
BM-Base
Columns Menu
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Fix one problem and find another.  The Columns Menu gets two updates in one day.  This fixes some issues with Yanfly Shop Options as well as Tsukihime's repair and upgrade scenes.  It also fixes an issue with loading and map music.

UPDATES
Columns Menu
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
It's spring and rainy, so I'm fixing up a script.  Actor Titles gets a change in coding to help with conditional branches.  You can assign an actor's title id number to a variable.  It was the name of the title.  The number works better because then you can compare numbers.

UPDATE
Actor Titles
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
This update to Columns Menu fixes the animation when you're selecting characters in the menu,

UPDATE
Columns Menu
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
It's a beautiful day and I have two updates for you.  Bm-Titles has a quick refresh to fix it when you change to a title that affects the actor's graphics.  Bm-Advanced Status now has the ability to change the actor bios in-game.

UPDATES
Bm-Titles
Bm-Advanced Status 
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

*
The Hero of Rhyme
Rep:
Level 83
( ͡° ͜ʖ ͡°)
2014 Best RPG Maker User - StoryProject of the Year 20142014 Queen of RMRK2011 Best Newbie2014 Kindest Member2014 Best RPG Maker User - Creativity2013 Queen of RMRKBronze SS AuthorBronze Writing ReviewerSecret Santa 2013 ParticipantFor taking arms in the name of your breakfast.GOOD!For frequently finding and reporting spam and spam bots2012 Best Yuyubabe Smiley2012 Best RPG Maker User (Creativity);o
These are awesome, as always! ;_; Thanks, blackmorning!
Spoiler for My Games and Art:
ℒℴѵℯ❤


My Artwork Thread

The Lhuvia Tales [Current]

Ambassador [Complete]

The Postman [Complete]

The Wyvern [Complete]

Phoenix Wright: Haunted Turnabout [Complete]

Major Arcana [Cancelled]


**
Rep:
Level 85
Hey all, 3 updates today. BM base can now show the item rarity in the help window (from vlue item randomizer or hime item rarity).  Titles System can assigned specific actor parameters to be shown in the titles scene.  Advanced status has fixed some sound selection issues.

UPDATES
BM base
Advanced status
Titles System
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Small update to Advanced Equip.   Columns Menu got a  compatibility fix withYami's guardian menu.   Base  can customize item/skill name in  help window and  cleaned up some coding.

UPDATES
Base
Advanced Equip
Columns Menu
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

*
Rep:
Level 97
2014 Best RPG Maker User - Engine2014 Most Unsung Member2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Use of Avatar and Signature Space2010 Favourite Staff Member2010 Most Mature Member
I don't comment enough, but I just wanted to say that your menu scripts are very appealing. Advanced Valkyrie Stories Equip is gorgeous, and Basic Status looks great too! I was never any good at designing scenes.

**
Rep:
Level 85
Happy 4th of July to those of the United States.  Some updates today for Alignment and Advanced Menu to fix how the alignment gauge is displayed.  Advanced Menu also now change the actor layout to the default rows or the column style from before.  Advanced Equip has  been adjusted to better fit the parameter comparison for items.

UPDATES
Alignment 
Advanced Menu
Advanced Equip
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Update today to the Column Menu.  A fix with Kread-ex's skills  upgrade.  If there is any scene that shows the actors when it shouldn't and removing my script fixes it, send me a line and I will put it the code to fix it.

UPDATES
Column Menu
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Three updates today.  BM-Base now allows you to change the folder location of the portrait/bust images to what you want.  BM-Shop adjusts the placement of the actor graphics and adds the standby background to non-battle members.  BM-Animated Menu also adjusts actor graphics, and fixes status icons.

UPDATES
BM-Base
BM-Shop
BM-Animated Menu
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Small update to BM-Base .  Organized the coding a little better.

UPDATE
BM-Base
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
One update to the Animated Menu.  Now you can configure whether you want the images in the menu to bounce when selecting actors.

UPDATES
Animated Menu
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Adjusted the bust image position in the Animated Menu

UPDATE
Animated Menu
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
3 updates right now!  BM-Base got some added scripting to help the other scripts.  Animated Menu got some new scripting adjustments.  BM-VK-Equip got compatibility with kread-ex gun licence, adjustable commands menu (vertical or horizontal) and whether the items list window is always shown or not(can be shown below the equipment slots window). 

UPDATES
BM-Base
Animated Menu 
BM-VK-Equip
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Big updates today.  Background and window opacity added to many scripts.  Advanced Menu gets a bit of an overhaul.  Added Advanced Item/Skills.

UPDATES
Advanced Menu
Advanced Item/Skills
Advanced Shop
Advanced Equip
Advanced Status
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Some bug fixes and such today.  Trying to get the help window to work just right for scripts.

UPDATES
BM Base
Advanced Menu
Advanced Equip
Actor Alignment
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Update to Equip to fix parameters refresh

UPDATE
BM-Equip
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
BM MV VK Equip is now available for those using RPG Maker MV.
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Almost New Years, this is likely the last post of 2015.  Cool!

Update to BM-Icons to fix a bug when drawing icons with text and update to BM-YEA Status to fix issue with Luna Engine

UPDATES
BM-Icons
BM-YEA Status
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Updated the BM Ace Menu so that there are more options to the variable gold window

UPDATES
BM Ace Menu
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
New update for Animated Menu.  Compatibility has been added for Mr. Trivel Battle Rows, as well as a graphic glitch when changing formation.  Thanks to GethN7

UPDATES

UPDATES
Animated Menu
« Last Edit: April 22, 2016, 03:14:35 AM by blackmorning »
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
Two updates today.  One for BM-Menu so that there are some more customizations to show just just what you want to show.  In Ace BM-Equip, there is now a paper doll mode that allows you to dress the body image.

UPDATES
BM-Menu
Ace BM-Equip
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84

**
Rep:
Level 85
An update to an older script today.  Titles Ace gets a little bit added to it to make it easier

version 1.09
  • change graphics based on title now includes face graphics,
  • turn change graphic   off entirely
  • adjust the default image of the actor when changing to title with no custume.
UPDATE
Titles Ace
Check out my Scripts here
:

Follow me on twitter to keep up to date.
https://twitter.com/MatinNoir84