Skip to content

Fix T2RV2 not properly registering the map BGM and BGS + Add name of the map to the tileset's name

Rey requested to merge TheRey/pokemonsdk:fix-t2rv2-conversion into development

MR Description

  • This MR adds two things:
    • it fixes two conditions in the code that was preventing the Tiled map converter to input the right properties to the map BGM and BGS metadata.
    • it adds the name of the map as the tileset's name to make it easier to find the tileset of a map

Tests to realize

  • Change a map's data in the Studio v2 Map UI, save, then launch PSDK (ensure your RMXP is closed), then open RMXP: in the properties of the map, you should see the audio files' filenames properly displayed, and the music should correctly play ingame.
  • Verify in the RMXP tileset editor that the tilesets' names are equal to the maps they're linked to
Edited by Aerun

Merge request reports