Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.03 KB

PNGtoCLF is a simple console applications for converting Cubey's Adventures PNG levels into Cubey Level Format (CLF) files

CodeFactor Usage: Run the application using CMD or just doubleclick it, the application will guide you through what to do, and when done, will export a .clf file named the same thing as your original png in the same folder.

Optionally, you can run PNGtoCLF --help and use command line arguments to use the app.

Team Cubey 2020

  -v, --verbose      Set output to verbose messages.

  -p, --pngpath      Set this as the path to the original level PNG

  -n, --mapname      This is the level name in meta.

  -a, --mapauthor    This is the map author in meta.

  --help             Display this help screen.

  --version          Display version information.

yes, i forgot to update the version number