When I looked at the third picture, I though "INSTANT GAME INSPIRATION!" Cool.
Instructions:
Copy either your map DAT:SC_ files into this program folder or copy READMAP into your own program. Run the READMAP program. Choose one of the following:Choose from file
This option is best for converting individual layers. Choosing this option will give you a drop down to select a single file. Only SC_ saves are compatible.Input file name
This option allows you to input the name of your map and convert all layers simultaneously (if SC_ saves exist). You must exclude the file type and layer number part of the file name. As an example, only input the bold: DAT:SC_TESTMAP_L0
usage
DrawMap LabelNameString$, Layer number, 64You may edit this program into a FOR loop to draw multiple layers simultaneously or use included function
Test LabelNameString$, 1'if global variable SIZE%=64
Notes:
Revisions
Version 2.0
- Changed the WriteMap function to export tile data, x and y location so that empty spaces are not exported
- Changed the DrawMap function to accommodate the WriteMap function
- Added the option to input the map name to convert all layers simultaneously
Version 1.0
- Initial release