Hi guys,
I just finished an application that reads a .tmx file analyzes its structure and saves in text format.
The interesting here is that the user can select which information and the order they will be saved.
In this way everyone can make its own map format (in plain text) for his games. It saves only in text for an aditional reason: The programmer will decide if he will create sprites and other graphical resources.
The application does not support the object layer infomration because I don\'t need it yet.
I hope that it will become useful to some of you.