World Converter no work

Post here to get help with using or setting up fCraft
Post Reply
Penguin
Offline
Posts: 2
Joined: February 28th, 2014, 5:55 am

World Converter no work

Post 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

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: World Converter no work

Post 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

Penguin
Offline
Posts: 2
Joined: February 28th, 2014, 5:55 am

Re: World Converter no work

Post by Penguin »

i love u

Post Reply