- Joined
- Nov 4, 2015
- Messages
- 98
- Reaction score
- 179
- First Language
- German, English
- Primarily Uses
!!! Stage Selector v.1.1 !!!
:Author:
SkottyTV
(Special Thanks to Lantiz)
Latest Updates:
* Update v1.1
* - Bug fixes
Description:
This will add a Stage Selector to your Game.
From here you can handle some sort of Teleporter Stone
which will transfer you to different Towns for a small amount of gold for example.
Or just a simple Level Selection.
- Reveal Maps
- Complete Maps
- Transfer to there instantly
Screenshot:
Commands:
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
PasteBin:
http://pastebin.com/8YtA8bZk
DropBox:
https://www.dropbox.com/s/eeypp2697k7oams/STV_StageSelector.js?dl=0
Terms of Usage:
Feel free to use this Plugin in 1. Non-Commercial Games, 2. Commercial Games
However it would be nice to give proper Credits to "SkottyTV"
Have Fun And Enjoy!
- Also a free copy of your game would be nice so i can see how you used my plugin
-
Help / Tutorial:
- To open the Stage Selector with other Plugins or Script calls use:
SceneManager.push(Scene_StageSelector)
Bug Report / Functionality wishes:
Please let me know if you encounter any kind of Bugs
and/or have some functions in mind that you want me to include/update.
Special Thanks:
Lantiz
:Author:
SkottyTV
(Special Thanks to Lantiz)
Latest Updates:
* Update v1.1
* - Bug fixes
Description:
This will add a Stage Selector to your Game.
From here you can handle some sort of Teleporter Stone
which will transfer you to different Towns for a small amount of gold for example.
Or just a simple Level Selection.
- Reveal Maps
- Complete Maps
- Transfer to there instantly
Screenshot:
Commands:
* Plugin Command:
* StageSelector open # Opens the Stage Selector.
* StageSelector reveal 1 3 # Shows Stage 1 Level 3 inside StageSelector.
* StageSelector complete 2 5 # Completes Level 5 of Stage 2.
*
* Event Note:
* <STVSS start> # This Event will be the start position
* of the Player after the Transfer.
* Map Note:
* <STVSS Stage: 1,4> # This Map will be Stage 1, Level 4.
* <STVSS Info> # Start of all Infos.
* Some Info here # The Info Text.
* </STVSS Info> # End of all Infos.
* StageSelector open # Opens the Stage Selector.
* StageSelector reveal 1 3 # Shows Stage 1 Level 3 inside StageSelector.
* StageSelector complete 2 5 # Completes Level 5 of Stage 2.
*
* Event Note:
* <STVSS start> # This Event will be the start position
* of the Player after the Transfer.
* Map Note:
* <STVSS Stage: 1,4> # This Map will be Stage 1, Level 4.
* <STVSS Info> # Start of all Infos.
* Some Info here # The Info Text.
* </STVSS Info> # End of all Infos.
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
PasteBin:
http://pastebin.com/8YtA8bZk
DropBox:
https://www.dropbox.com/s/eeypp2697k7oams/STV_StageSelector.js?dl=0
Terms of Usage:
Feel free to use this Plugin in 1. Non-Commercial Games, 2. Commercial Games
However it would be nice to give proper Credits to "SkottyTV"
Have Fun And Enjoy!
- Also a free copy of your game would be nice so i can see how you used my plugin
Help / Tutorial:
- To open the Stage Selector with other Plugins or Script calls use:
SceneManager.push(Scene_StageSelector)
Bug Report / Functionality wishes:
Please let me know if you encounter any kind of Bugs
and/or have some functions in mind that you want me to include/update.
Special Thanks:
Lantiz
Last edited by a moderator: