These here forums are read-only. Click here to go to the new forums, where you can actually post and stuff!
Sorry for the inconvenience
-Andrew
So i recently made a world in singleplayer and it saved with the .cw file type. I would like to convert the .cw file type to .lvl but when I use the fcraft map converter it just skips over the file that I want to convert, is there something i can do to fix it?
This is what i typed and what i received
MapConverter -r -e=MCSharp "maps" -o="converted"
Checking Server_Spawn.cw... skip
Are you using this syntax?
MapConverter.exe -e=MCSharp "someworld.cw"
Note that the map converter has not been updated for a while, so if the map has custom defined blocks, those blocks will be converted incorrectly.
Edit: Your syntax worked just fine for me.
No custom blocks
What happens if you add -i=ClassicWorld after -e=MCSharp?
MapConverter: Unsupported importer "ClassicWorld"
Hmmm, are you sure you are using the latest version from https://www.fcraft.net/wiki/MapConverter?
I attempted to use the newest version but i don't get any output from it, just a repeat of what i typed
It doesn't print anything to console, but there should be a 'converted' directory with all the converted maps.
Im getting a converted file but no maps inside of it
OK nevermind, i got the .lvl map. I had typed -i=classic instead of -i=classicworld
Thanks for the help