Acting Scene: Difference between revisions

From SkyTemple
m formatting
Argonien (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This page contains information about Acting scenes in Skytemple. Acting scenes are only used for cutscenes throughout the game.
This page contains information about Acting scenes in [[SkyTemple]]. Acting scenes are only used for cutscenes throughout the game.


==== '''Overview''' ====
=== Overview ===
Acting scenes are used only cutscenes throughout the game. In the main Skytemple window, Acting scenes consist of 3 major things :
----Acting scenes can be used for cutscenes in the game. They however, can not be used for free roam areas. Acting scenes can be coded for in the skytemple debugger window, using [[List of Opcodes|opcodes]], just like [[Enter Scene|Enter]] and [[Sub Scene|Sub]] scripts.


* sector (houses actors, performers, objects, events (although events aren't used in acting scenes))
=== How to add an Acting Scene ===
* script (for acting scenes, there can only be one script.)
----A Script Scene can have multiple Acting scenes. To add an acting scene to a script scene, you need to select the script scene by double-clicking it. Now you should have the option to add three different scene types. To add an acting scene, press "Add "Acting" scene" and enter a name for the acting scene.
* background (although this is editing only)
[[File:Acting_scene.png|frameless]]


==== Usage ====
=== How to setup a scene ===
Acting scenes can be used for cutscenes in the game. They however, can not be used for free roam areas. Acting scenes can be coded for in the skytemple debugger window, using [[List of Opcodes|opcodes]], just like [[Enter]] and [[Sub]] scripts.  
----The general setup for a scene is explained in the [[Scene]] page.{{NavScriptTerms}}
<references />

Latest revision as of 18:58, 4 September 2023

This page contains information about Acting scenes in SkyTemple. Acting scenes are only used for cutscenes throughout the game.

Overview


Acting scenes can be used for cutscenes in the game. They however, can not be used for free roam areas. Acting scenes can be coded for in the skytemple debugger window, using opcodes, just like Enter and Sub scripts.

How to add an Acting Scene


A Script Scene can have multiple Acting scenes. To add an acting scene to a script scene, you need to select the script scene by double-clicking it. Now you should have the option to add three different scene types. To add an acting scene, press "Add "Acting" scene" and enter a name for the acting scene.

How to setup a scene


The general setup for a scene is explained in the Scene page.