Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

[Translated] Image Menu

Status
Not open for further replies.
Image Menu
CREATED BY NARAMURA
Translated by me (Kuri$u)

All credits go to Naramura. DO NOT CREDIT ME!
I only translated the script from Japanese to English.

DEMO : Here!

If there's image missing or broken link, Post here and I will fix straightaway

Paste the below script above main, as usual;
Code:
  module NARAMURA_RGSS2
  #-----------------------------------------------------------------------------
  # Scene_Menu
  #-----------------------------------------------------------------------------
  # Created by Naramura ( [url]http://naramura.kdn.ne.jp[/url] )
  # Translated by Kurisu ([url]http://www.rmxpcentral.co.nr[/url])
  #-----------------------------------------------------------------------------
  # Features;
  # This script enable you to use 640x480pxl image for menu background
  # Check the Window Skin folder in the demo for the images
  # Image Background Template is found on this Script's topic.
  #-----------------------------------------------------------------------------
  # Remember to credit Naramura,
  # I don't want credit, as I DID NOT create the script
  # I only translated it from Japanese to English
  #-----------------------------------------------------------------------------
  # How to use:
  # It is quite simple. Plug in and play.
  # All you have to do is;
  # 1. Put the Image Background in the Windowskin Folder
  # (Look in Windowskin folder in Demo)
  #
  # 2. Edit the file name = "MENU_BACKEX = "menu_system01" to your image
  # filename. Simple
  #
  # 3. "WIN_BACKPATTERN = false"  This let you either choose Tiling (Squares)
  # background, or stretch it to fit the whole window
  # false = Tiling
  # true  = Stretch
  #
  # "WIN_BOPACITY"  This let you change the opacity of the menu.
  # from 1 being tranparent to 255 being Non-Transparent
  #  
  # You can edit the colors of the texts
  # Check below for references
  # TEXT_NORMAL, TEXT_NOUSE, TEXT_SYSTEM, TEXT_PINCH, TEXT_DEATH
  #
  # TEXT_NORMAL = Normal Text
  # TEXT_NOUSE  = Disabled Text
  # TEXT_SYSTEM = System Text
  # TEXT_PINCH  = Critical Text
  # TEXT_DEATH  = Knocked-Out Text
  #
  # Each class, there will be comment saying "Edit Opacity settings"
  # That where you can edit Opacity settings for invidual windows
  #
  # That's about it
  # Post in the RGSS Requests if you want something merged or something
  #
  #-----------------------------------------------------------------------------
  
  # Start Editing Below
  MENU_BACKEX = "menu_system12"
  WIN_BACKPATTERN = false
  WIN_BOPACITY = 255
  TEXT_NORMAL = Color.new(255, 255, 255, 255)
  TEXT_NOUSE = Color.new(255, 255, 255, 128)
  TEXT_SYSTEM = Color.new(192, 224, 255, 255)
  TEXT_PINCH = Color.new(255, 255, 64, 255)
  TEXT_DEATH = Color.new(255, 64, 0, 255)
  # Stop Editing  (Don't edit below)
end

# â–  Tiling of background, modification of the letter color setting of Window_Base
class Window_Base < Window
  #--------------------------------------------------------------------------
  # â—
 
Ah, this is my favorite DMS edit; I've tried to use it in several projects. For all I know, it's compatible with most everything, although I've never tried to put it together with the SDK.
 
Naramura never really made a demo; it's simple plug-in-play. Just copy it above main, select the menu you like the best, adjust the colors and turn on. :D
 
# Features;
# This script enable you to use 640x480pxl image for menu background
# Check the Window Skin folder in the demo for the images
# Image Background Template is found on this Script's topic.

I read it in the script.
 
Atlas, The demo is uploaded and you can download it from the
1st post.

Naramura didn't make a demo unfortunately, so I did a quicky.

And SDK is COMPATIBLE
 
I'm having conflicting problems with this script and three others.
the ones that this script has problems with is:
1. Detailed Items
2. Realistic Shop
3. Equipment Skills

Is there any way to make this script coincide with these three?
 
Hmmm, If I'd know enough scripting skill, I would help you.
Im sorry.

Try asking in the Request section for a merge, and remember; Include what script you are using.

Im going to read this out, maybe I can crack it.
 

Terco

Member

ok so I'm using this script but I have a white background.I don't know what are the color numbers so that I can change the text color (cause white text on white background doesn't fit.Can someone help? thanks in advance
 
Ever heard of necroposting? I think this one is the best, this topic is 2 years old buddy.
If you need help, go to the RGSS Support section.

Check the date of the last post!
Locked.
 
Status
Not open for further replies.

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top