• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Akari, Red, Kris, May - which Pokémon protagonist is your favorite? Let us know by voting in our semifinal favorite protagonist poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Question] Do you know a script to change the tileset of a map with a new one when the tiles are not in the same position ?

  • 1
    Posts
    6
    Years
    • Seen Apr 12, 2023
    I have a multiple map already done but my tileset is a mess. So I want to create a new one, a better one, but I don't want to remake all my maps.
    So my question is, do you know a script which can "translate" the tiles of the old tileset into the tiles of the new tileset for each map, with just a array ?
    Example :
    { 1 => 32}
    (Tile 1 of old tileset = Tile 32 of the new one)
     
    Back
    Top