Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
Bigace360

ACE Option System [RMXP]

Recommended Posts

ace-option-menu.png
Author: Bigace360
Type: Menu System
Version: 1.32

 

Introduction
Version History

08.16.2012 (v1.00)
- Original script completed

08.17.2012 (v1.01)
- Fixed line break issue in help window.
 
02.04.2013 (v1.32)
- Improved Coding
- Fixed the issue with the full_screen settings
- Added a confirmation when trying to click on default.
- Added an layout image
- Added an option to allow the player to save & load their games 
 
Features
  • Makes Scene_End not useless
  • Allows the player to adjust the setting in the game.
  • Has a Default feature to restore everything.

Instructions

To install this script, open up your script editor and copy/paste this script to an open slot below Scene_Debug, and ACE Menu System but above Main. Remember to save.

# —————————————————————————–
# Script Calls – These commands are used with script calls.
# —————————————————————————–
Use the script call to change the bgm, bgs, or sfx sound rate by x increment. Use a negative value to lower the volume.
$game_system.volume_change(:bgm, x)
$game_system.volume_change(:bgs, x)
$game_system.volume_change(:sfx, x)

Turns autodash on (true) or off (false).

$game_system.set_autodash(true)
$game_system.set_autodash(false)

Turns Full Screen on (true) or off (false).

$game_system.set_full_screen(true)
$game_system.set_full_screen(false)

#——————————————————————————-

  • Scroll down, adjust the various Variable values to something empty or predetermined.
  • Go to the Windowskin folder in your project’s “Graphics†folder to insert the window skins you want to use there and adjust the WINDOW_HASH accordingly. Do the same with the Battle Music by going to your BGM folder in your project’s Audio folder and then adjust the MUSIC_HASH in the module.
  • To Restore all back to default press [CTRL + ALT]

Scroll down and edit the module as you see fitting for your game.

Script Download

DownloadBar.png
[table=Compatibility]

Requires Scene_Base
Overwrites: All of Scene_End. Expect no functionality with any scripts that will also replace Scene_End.
Credits and Thanks
  • Bigace360, for the script.

Share this post


Link to post
Share on other sites

umm don't know if this is already necroposting but i have a question is there a way to install it without ace menu system and scene base

Share this post


Link to post
Share on other sites

Uh it doesn't require ACE menu system and No I'm not rewriting it because you don't like scene_base. If you want it remove learn how to script and do it yourself or find someone to do it. Also the purpose of Scene_Base is so I don't have to write the same thing over and over again for each one of my Menu scripts.

Edited by bigace

Share this post


Link to post
Share on other sites

Updated: February 4, 2013 (v1.32)
- Improved Coding
- Fixed the issue with the full_screen settings
- Added a confirmation when trying to click on default.
- Added an layout image
- Added an option to allow the player to save & load their games

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...