Acting Scene: Difference between revisions

From SkyTemple
m Fix links
Argonien (talk | contribs)
Removed information that was moved to the scene page, rearranged the text and added some more information
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.{{NavScriptTerms}}
* background (although this is editing only)
[[File:Acting_scene.png|frameless]]
 
==== Usage ====
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.  
 
{{NavScriptTerms}}

Revision as of 18:55, 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.