Save-Point
Sarah's Configuration Screen - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: Sarah's Configuration Screen (/thread-2526.html)



Sarah's Configuration Screen - DerVVulfman - 03-05-2008

Sarah's Configuration Screen
Version: 1.1


Introduction
Yet another config system, but with a modified system for battle animations and saves a config file rather than saves them in the save game. I made it only as a 'basic' system for other scripters to add upon. Don't expect TOO much. But it does have a feature that enforces players to use it to toggle fullscreen mode with the menu by disabling ALT+Enter.


Demo
None. Pretty simple to add.


Script
The Script


Instructions
Built into the script.


Compatibility
Pretty compatible. It changes four methods in Game_System, but it's easy to use.


Terms and Conditions
Free for use, guys. Even commercial games.


RE: Sarah's Configuration Screen - Iqus - 01-21-2014

Hi! I know that what I am going to ask is kind of a noobie question, but I really have to :$

I made a new option and Window, however, in '@skin_window = Window_Skin.new' (it is an option to change the game windowskin) I am asked for 4 different arguments but I don't know what I need to specify (I guess one of them is the index number). Thanks and sorry for the trouble ^^


RE: Sarah's Configuration Screen - DerVVulfman - 08-10-2014

BUMP
Version 1.1


Okay, so I haven't touched this since it's inception in 2009. No new menu feature has been added. As I stated, this is a skeleton system. However, the scripts have been broken down into more modular components, each handling smaller bits of the system. Coupled with that I made a list of the individual modules in the system and what each method does, this script may possibly teach (or force the learning) of scripting.

Meanwhile, an addition WAS made, in that it disables the use of the ALT+Enter keyboard command. This means that the player must use the configuration menu to turn fullscreen on or off.


RE: Sarah's Configuration Screen - firestalker - 08-10-2014

Sweet!!! It's like you made it just for me! Thank you, Thank you!