Page 1 of 1

World Converter no work

Posted: February 28th, 2014, 6:03 am
by Penguin
I try to use the world converter for old worlds from MCForge, from a very long long time ago. The World Converter opens and closes super fast please help

Re: World Converter no work

Posted: February 28th, 2014, 7:14 am
by fragmer
MapConverter is a command-line program. If you just double-click it, it won't know what to do. If you do not know how to run command-line programs on Windows, follow this guide. Check MapConverter's wiki page for instructions on using it. For example, if you have a directory full of MCForge maps (which have extension .lvl), you'd do something like:

Code: Select all

cd C:\Path\To\MapConverter\
MapConverter -f=*.lvl -e=FCMv3 -o=C:\Path\To\Where\You\Want\Converted\Maps\  C:\Path\To\MCForge\Maps\
Note: If you simply want to load a couple MCForge maps into fCraft, you may not need to use MapConverter at all. ConfigGUI can import MCForge maps from the [Add World] and [Edit World] screens, and /WLoad command can handle conversion of individual files as long as you specify the file extension when loading. For example:

Code: Select all

/WLoad someMCForgeMap.lvl TargetWorldName

Re: World Converter no work

Posted: February 28th, 2014, 7:28 am
by Penguin
i love u