Chaos Project

RPG Maker => RPG Maker Scripts => RMXP Script Database => Topic started by: bigace on January 31, 2013, 09:35:20 am

Title: [XP] ACE Option System
Post by: bigace on January 31, 2013, 09:35:20 am
ACE Option System
Authors: Bigace360
Version: 1.32
Type: ACMS
Key Term: Menu Add-on



Introduction
This script replaces the "Game End" option in the Main Menu altogether and giving the player some familiar options seen in many of today's commercial RPG's such as changing window skins, adjust sound volume, turning off animations during battle, and the like.



Features




Screenshots
Spoiler: ShowHide
(http://bigaceworld.files.wordpress.com/2012/08/ace-option-menu.png)




Script
(http://i781.photobucket.com/albums/yy94/Bigace360/DownloadBar.png) (http://bigaceworld.wordpress.com/rgss/custom-menu-scripts/ace-option-system-rmxp/)



Instructions
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)


1.Scroll down, adjust the various  Variable values to something empty or predetermined.
2.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.
3.To Restore all back to default press [CTRL + ALT]




Compatibility
Requires Scene_Base (http://bigaceworld.wordpress.com/rgss/utility-scripts/ace-scene_basermxp/)

Scripts that may conflict with this Engine are stated in the comments in the "SECTIONS" and "Script Conflicts and Compatability".



Credits and Thanks




Known Issues



Author's Notes
This system can still grow, if anyone has any ideals to add to it don't hesitate to ask. However remember that your ideal might not make it.
Title: Re: [XP] ACE Option System
Post by: bigace on February 06, 2013, 07:40:37 am
v1.32 (02.04.2013)
● Improved Coding
● Fixed the issue with the full_screen settings
● Added a comfirmation when trying to click on default.
● Added an layout image
● Added an option to allow the player to save & load their games