rs-tiled icon indicating copy to clipboard operation
rs-tiled copied to clipboard

Modification and writing

Open bjorn opened this issue 3 years ago • 3 comments

Just an issue to reference for any topics related to modifying the loaded data and writing it back to a file. This is not currently a feature supported by this crate and is not one of the goals for the "1.0" version.

bjorn avatar Feb 23 '22 14:02 bjorn

Has there been any work done on writing maps out? I'm looking at making a conversion tool from an old proprietary tile format into TSX format.

https://crates.io/crates/tmx-rs on crates.io seems to support this a bit, but orphaned with its github source repository missing.

habnabit avatar Oct 02 '25 00:10 habnabit

https://crates.io/crates/tmx-rs on crates.io seems to support this a bit, but orphaned with its github source repository missing.

This is probably the source code for that crate (I'm guessing the link in the crate definition is just wrong) but I doubt that directly does what you want. Maybe you can build on that but I didn't see anything that writes files in there (or maybe I just missed it, idk)

OMGeeky avatar Oct 02 '25 03:10 OMGeeky

Has there been any work done on writing maps out? I'm looking at making a conversion tool from an old proprietary tile format into TSX format.

No work as been done on modification and writing in this crate and I'm not aware of any other crate that does provide this functionality. Any contributions towards such a feature would be welcome, though!

bjorn avatar Oct 02 '25 08:10 bjorn