Frequently Asked Questions: Difference between revisions

Add mass edit question
m Reorder new section
Line 230: Line 230:


'''Note''': Evolving your starters might cause them to be removed from the active team, and you can only add them back if [[Performance Progress Flags|performance progress flags 7 and 20]] are enabled.
'''Note''': Evolving your starters might cause them to be removed from the active team, and you can only add them back if [[Performance Progress Flags|performance progress flags 7 and 20]] are enabled.
=== Is there a way to mass edit data? ===
SkyTemple does not support mass editing data (e.g. changing data for multiple dungeon floors at once, or for multiple pokémon, etc.). However, you can make use of the "Import" and "Export" buttons available on most screens to copy the data from one entry to another.
For example, you could adjust the settings of a single dungeon floor and then export it to all other floors in the dungeon. Keep in mind that vanilla dungeons often have minor variations between floors, and doing this will make all floors exactly the same. If you want to introduce variations after that, you'll have to manually edit each floor.
Alternatively, if the change you want to make is more complex than that, you could try writing custom code using [[ROM editing with Python and skytemple-files|Python and the skytemple-files library]].


=== How can I publish my hack so other people can play it? ===
=== How can I publish my hack so other people can play it? ===
Line 239: Line 246:


Online patcher: https://www.marcrobledo.com/RomPatcher.js/
Online patcher: https://www.marcrobledo.com/RomPatcher.js/
=== Is there a way to mass edit data? ===
SkyTemple does not support mass editing data (e.g. changing data for multiple dungeon floors at once, or for multiple pokémon, etc.). However, you can make use of the "Import" and "Export" buttons available on most screens to copy the data from one entry to another.
For example, you could adjust the settings of a single dungeon floor and then export it to all other floors in the dungeon. Keep in mind that vanilla dungeons often have minor variations between floors, and doing this will make all floors exactly the same. If you want to introduce variations after that, you'll have to manually edit each floor.
Alternatively, if the change you want to make is more complex than that, you could try writing custom code using [[ROM editing with Python and skytemple-files|Python and the skytemple-files library]].


== Scripting ==
== Scripting ==