ExplorerScript: Difference between revisions

Created stub for ExplorerScript
 
Adex (talk | contribs)
m link to SSBScript
 
(One intermediate revision by one other user not shown)
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 its [https://projectpokemon.org/home/docs/mystery-dungeon-nds/pmd2-ssb-r49/ native SSB format]. 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}}