Original Source
- Original title: Image background in title menu options
- Original author: I_LIKE_BREAD7
- Original date: July 15, 2024
- Source thread: https://forums.rpgmakerweb.com/threads/image-background-in-title-menu-options.170324/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
ILB_TitleMenuImages v1.0.0 I_LIKE_BREAD7 Introduction This plugin allows you to replace the default background of the title screen menu with a custom image.
Archived First Post
I_LIKE_BREAD7
Introduction
This plugin allows you to replace the default background of the title screen menu with a custom image.
I made it for my own needs, so it might not be perfect for everyone, but if anyone wants to use it here it is.
Features
Replaces the title menu options background with an image (separate images for selected and unselected options).
Also allows to change the color of the selected text, and the position of the menu.
Screenshots
How to Use
Prepare two images (title_image_regular.png and title_image_selected.png, the names can be configured using a parameter, but these are the default) and place them in the img/system folder.
Then add the plugin through the plugin manager and configure any other options through the parameters if you want (you can also leave everything as default)
The parameters are:
param Image regular
desc Filename (without the extension) from the system folder of the image for not selected options
default title_image_regular
param Image selected
desc Filename (without the extension) from the system folder of the image for the selected option
default title_image_selected
param Selected color
desc Color for the selected item's text
default #ff0
param Selected outline color
desc Color for the selected item's text
default rgba(0, 0, 0, 0.5)
param Text align
desc Item text alignment (left/center/right)
default center
param Text offset X
desc X (horizontal) offset of the text's position inside an item
default 0
param Text offset Y
desc Y (horizontal) offset of the text's position inside an item
default 0
param Window X
desc X position of the title menu window (horizontal), allows scripts
default (Graphics.boxWidth - this.width) / 2
param Window Y
desc Y position of the title menu window (vertical), allows scripts
default (Graphics.boxHeight - this.height) / 2
Download
rpg-maker-stuff/mv/ILB_TitleMenuImages.js at main · ILikeBread7/rpg-maker-stuff
rpg-maker-stuff/mv at main · ILikeBread7/rpg-maker-stuff
Terms and Credits
The plugin can be used for any purpose (free, commercial, editing, redistribution modified or unmodified).
Credit is welcome but not required. If you want to credit, credit me as I_LIKE_BREAD7 or ILikeBread7 (I use these interchangeably, but the version with the underscores is preferred if possible).
Features Mentioned
- Replaces the title menu options background with an image (separate images for selected and unselected options).
- Also allows to change the color of the selected text, and the position of the menu.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms and Credits The plugin can be used for any purpose (free, commercial, editing, redistribution modified or unmodified). Credit is welcome but not required. If you want to credit, credit me as I_LIKE_BREAD7 or ILikeBread7 (I use these interchangeably, but the version with the underscores is preferred if possible).
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...