World Converter no work
World Converter no work
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
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:
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
cd C:\Path\To\MapConverter\
MapConverter -f=*.lvl -e=FCMv3 -o=C:\Path\To\Where\You\Want\Converted\Maps\ C:\Path\To\MCForge\Maps\
Code: Select all
/WLoad someMCForgeMap.lvl TargetWorldName
Re: World Converter no work
i love u