Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solarus plugin #2139

Open
basxto opened this issue Jun 12, 2019 · 1 comment
Open

Solarus plugin #2139

basxto opened this issue Jun 12, 2019 · 1 comment
Labels
feature It's a feature, not a bug. help wanted Issues I'd love for somebody else to help out with!

Comments

@basxto
Copy link

basxto commented Jun 12, 2019

A plugin for editing solarus maps and tilesets would be great.
Both are JSON lua based.

https://www.solarus-games.org/
https://www.solarus-games.org/doc/latest/quest_map_data_file.html
https://www.solarus-games.org/doc/latest/quest_tileset_data_file.html

@bjorn
Copy link
Member

bjorn commented Jun 12, 2019

The Solarus Quest Editor works quite differently from Tiled in at least the following ways:

  • Tiles are not cut from a tileset image based on a fixed grid. Instead, each tile (called a "pattern") is marked by its area on the tileset image. Support for this kind of thing in Tiled is planned, but currently does not exist (it's issue Tile sheet with different sized tiles #1008).

  • Maps are not a 2D tile grid, but tiles are more like objects which can be freely positioned and sized (if "repeatable" and rounded to a multiple of the tile pattern size). So in Tiled the map would translate to a series of tile objects, but currently Tiled always stretches the image of a tile object when it is resized. Support for repeating the image instead would need to be added.

I can try to help with these things if you're interested in working on support for editing Solarus maps in Tiled.

@bjorn bjorn added the feature It's a feature, not a bug. label Jun 12, 2019
@bjorn bjorn added the help wanted Issues I'd love for somebody else to help out with! label Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature It's a feature, not a bug. help wanted Issues I'd love for somebody else to help out with!
Projects
None yet
Development

No branches or pull requests

2 participants