This script allows you to create tutorials for the scenes in your game, such as for the menu or for the battle system, by freezing user input and allowing you to control the movement of the scene through a special tutorial common event.
2. Features
Create tutorials for your complicated scenes so that nobody is left without guidance.
Full control over input to the scene allows you to cover any of the features of your scene inside the scene itself.
Allows for the use of a number of event commands within the scene you are giving the tutorial, including, but not limited to, Show Text, Show Choics, Conditional Branch, and more.
Creating these tutorials, while it has a steep learning curve, is still pretty intuitive and easy once you get a hang of it.
3. Instructions
Instructions are quite long and can be found in the Header of the Script. Be sure to read them all in order to understand how you can best use this script. Also, I suggest you copy out the special commands on a piece of paper so that you won’t have to refer back to the script when making your tutorials.
I suggest also that you download the demo, as that will give you a better idea of how to set up the tutorial common events.
4. Compatibility
May not work on some exotic scenes, or with some scripts that significantly alter the Input module or the way it is used.
5. Credits and Thanks
modern algebra
6. Author's Notes
Nothing too interesting to say. This script was fun to make however, so thank you to grafikal006 for the request.
1. Allgemein
Sprache Braucht keine Sprache Maker RPG Maker VX SDK Benötigt kein SDK APD Benötigt kein APD Mex Kein Mex-Code RDoc Documentation
2. Compatibility Notes
2.1. Used Classes
Game_TutorialGuide
Scene_Title
Tutorial
basically
handles
self
2.2. Used Modules
Input
2.3. Used Global Variables
$data_common_events
$game
$game_message
$game_party
$game_variables
$scene
$tutorial
$tutorial
2.4. Aliasses
# aliased method - trigger?, press?, repeat?
alias modalg_tutorials_update_9rt update
alias modalg_tut_frz_inpt_trig_dj5 trigger?
alias modalg_rpt_tutorial_upd_8fn repeat?
alias modalg_tut_prs_frz_inpt_9nfg press?
# aliased method - start
alias modalg_tutorial_scenes_ldb_init_nf4 load_database
alias modalg_tutrl_scn_lbtdb_ak42 load_bt_database
Öffne dein Projekt mit dem Maker. Danach öffne mit F11 den RGSS Editor, scrolle links die Liste bis zum Schluss. Klicke dann rechts auf 'Main' und dann 'Insert'. Nenne das neue Skript Scene Tutorial V1 und füge auf der rechten Seite ein: QuellcodeWeiterlesen