Save-Point
Screen Selection Window - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Archives (https://www.save-point.org/forum-105.html)
+--- Forum: Creation Asylum Archives (https://www.save-point.org/forum-90.html)
+---- Forum: Scripts & Code Snippets (https://www.save-point.org/forum-92.html)
+----- Forum: RPG Maker XP Code (https://www.save-point.org/forum-93.html)
+------ Forum: New Functionality/Features Scripts (https://www.save-point.org/forum-99.html)
+------ Thread: Screen Selection Window (/thread-6676.html)



Screen Selection Window - danjchau - 01-26-2007

Screen Selection Window
danjchau
Jan 26 2007

This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


What This Script Does:
This script adds a new window before the start menu. It allows you to choose if you want to play the game in full screen or small screen.

When You Use This Script:
This is a simple edit of the original title. I am not asking for any credit, but if you like, then you are free to do so. Please also credit Dubealex for the full screen function.

The Script


How To Use:
1)Create a new section in the script editor.
2)Paste the script in.
3)Go to main.
4)Find: $scene = Scene_Title.new
5)Replace with: $scene = Scene_Screen.new

Enjoy!!