Jump to content

ExplorerScript: Difference between revisions

From SkyTemple
Created stub for ExplorerScript
 
There's a perfectly good guide no need to reinvent the wheel.
 
Line 1: Line 1:
{{Stub}}
{{Stub}}
ExplorerScript is a custom programming language, created by [[User:Capypara|Capypara]], used to edit the game's SSB files. Opening a script in SkyTemple will decompile it into ExplorerScript, for easy editing. When saving, SkyTemple will recompile the ExplorerScript code back into SSB. The source code for ExplorerScript can be found on [https://github.com/SkyTemple/ExplorerScript Github].
ExplorerScript is a custom programming language, created by [[User:Capypara|Capypara]], used to edit the game's SSB files. Opening a script in SkyTemple will decompile it into ExplorerScript, for easy editing. When saving, SkyTemple will recompile the ExplorerScript code back into SSB. The source code for ExplorerScript can be found on [https://github.com/SkyTemple/ExplorerScript Github].
Most scripts in skytemple can be edited in ExplorerScript, though if the game fails to decompile the script, the game defaults to using SSBScript. The documentation for ExplorerScript can be found on https://explorerscript.skytemple.org/en/stable/.
{{NavScriptTerms}}
{{NavScriptTerms}}

Latest revision as of 06:22, 11 June 2026

This article is unfinished. You can help expanding it.


ExplorerScript is a custom programming language, created by Capypara, used to edit the game's SSB files. Opening a script in SkyTemple will decompile it into ExplorerScript, for easy editing. When saving, SkyTemple will recompile the ExplorerScript code back into SSB. The source code for ExplorerScript can be found on Github.

Most scripts in skytemple can be edited in ExplorerScript, though if the game fails to decompile the script, the game defaults to using SSBScript. The documentation for ExplorerScript can be found on https://explorerscript.skytemple.org/en/stable/.