[XP] ACE Option System

Started by bigace, January 31, 2013, 09:35:20 am

Previous topic - Next topic

bigace

January 31, 2013, 09:35:20 am Last Edit: February 06, 2013, 08:29:51 am by bigace
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


  • Makes Scene_End useful

  • Allows the player to adjust the setting in the game.

  • Has a Default feature to restore everything.




Screenshots
Spoiler: ShowHide




Script




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

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



Credits and Thanks


  • Bigace360, for the script.

  • ForeverZer0, for fixing the line break issue.

  • KK20, for fixing the issue with the fullscreen.




Known Issues


  • Remove lag when selecting font or windowskins, when the Warrior Core Engine is installed.





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.


Use Dropbox to upload your files. Much simpler than other upload sites, you can simply place a folder on your desktop that will sync with your DropBox account.

bigace

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


Use Dropbox to upload your files. Much simpler than other upload sites, you can simply place a folder on your desktop that will sync with your DropBox account.