V's Progression Window
Written by Vindaca
Introduction
This Script creates a window that displays a gauge for game progress. It also allows you to write a brief description of whats happened in the chapter/game so far. You can change the description, chapter number and bg image.
Screenshots
Here is a
link.
How to Use
Copy and paste the script under the Materials section and above the Main section.
You can access the window by using SceneManager.call(Prog_Scene) in a script call if you choose not to use the menu command.
*Remember to use quotes around you bg, chapt_name, and text.
To add a new entry use add_chapt_info(page, bg, chapt_name, text)
To change the font use change_prog_text_font(text)
To change the text size use change_prog_text_size(text)
To change the text x position use change_prog_text_x(integer)
To change the text y position use change_prog_text_y(integer)
To toggle the menu command use menu_command(true or false)
To add to the game progress gauge use add_progress(integer)
To remove from the game progress gauge use remove_progress(integer)
Script
This script is too long for now, so here is a
link to the script
Demo
Will be up soon.
FAQ
Q: I keep getting an error?
A: Make sure you have imported the background pictures into the Graphics/Pictures folder.
Q: What is the script call to view this window?
A: SceneManager.call(Prog_Scene)
Credit and Thanks
- Vindaca here saying thank you to all who have inspired someone. If you plan on using this script please credit me in your games credits. This script was not intended for commercial use.
- Special Thanks to:
Diamondandplatinum3 on youtube for the great tutorials
If your already sitting on top of the world, don't stop there, start climbing the chair.