QuizMenuTool Tutorial: Difference between revisions
Happylappy (talk | contribs) |
Happylappy (talk | contribs) |
||
| Line 1: | Line 1: | ||
''{{SkyTempleIcon|icon=skytemple-dialog-error-symbolic}} This article is unfinished. You can help <span class="plainlinks">[{{fullurl:{{PAGENAME}}|veaction=edit}} expanding it]</span>.''<hr>This guide explains how to use QuizMenuTool to create a custom Personality Quiz. The bulk of this guide will explain the use of the google sheets portion of the tool. A rudimentary understanding of SkyTemple scripting | ''{{SkyTempleIcon|icon=skytemple-dialog-error-symbolic}} This article is unfinished. You can help <span class="plainlinks">[{{fullurl:{{PAGENAME}}|veaction=edit}} expanding it]</span>.''<hr>This guide explains how to use QuizMenuTool to create a custom Personality Quiz. The bulk of this guide will explain the use of the google sheets portion of the tool. A rudimentary understanding of SkyTemple scripting is helpful for this task, but not strictly required. These topics will be covered at the end for the sake of completion, but only to the extent that they are needed for QuizMenuTool. | ||
== About QuizMenuTool == | == About QuizMenuTool == | ||
| Line 438: | Line 438: | ||
=== Creating QMT Script Files === | === Creating QMT Script Files === | ||
Next, is the process of actually creating the QMT script files. For simplicity, this guide will demonstrate the process on LEVEL_S02P01A, the same location in the script files as the original quiz. If you plan on putting the QMT script files elsewhere, ensure this is properly accounted for in Full Script Compression. Navigate to Script Scenes->S02P01A. If you are using a MegaScript, create ONE new acting scene. Otherwise, create four of them, each with the name in FullScriptCompression. | |||
[[File:ImportingQMTScriptFiles1.png|alt=Be sure you click "Create Acting Scene"! It is important that these scripts are acting scenes.|center|thumb|600x600px|Be sure you click "Create Acting Scene"! It is important that these scripts are acting scenes.]] | |||
The newly created scenes should appear in the Acting (ssa) folder. Navigate to the first one created, and double-click on "[script-name].ssb". | |||
[[File:ImportingQMTScriptFiles2.png|alt=In this case, "qmt01.ssb" on the right will open the script file's "ssb" code.|center|thumb|600x600px|In this case, "qmt01.ssb" on the right will open the script file's "ssb" code.]] | |||
[[File:ImportingQMTScriptFiles3.png|center|thumb|600x600px]] | |||
=== Pasting Scripts/Unionall From the Sheet === | === Pasting Scripts/Unionall From the Sheet === | ||