banner



How To Upload An Overviewer Made Map Onto Facebook

Human, I promise you use Windows, or this will all be for naught :) . I only simply started using the program myself so I'g no skillful, but I can share what I've figured out and so far.

First, of course, you have to download the program and unzip it to a folder of your choosing. Overviewer is a control-line application, which ways it does not have a graphical user interface (GUI). Instead, you run the program by typing in a command, either directly into the command line ([Windows Fundamental] + [R]) or using a batch (.bat) file. Too, you tin specify the options directly in the command line, or yous can set one choice which is to tell information technology to look for a config file for the rest of the options. I prefer to utilize the second method, in both cases, then I use a batch file called overviewer.bat and it looks similar this:

overviewer.exe --config=overviewer_cfg.txt break

The easiest mode to brand this batch file is but to relieve information technology as a text file, and then rename it changing the extension from .txt to .bat (if y'all don't see .txt in the first place, you need to set your folder options to disable "hide extensions for known file types.")

Put this file in the same folder as overviewer.exe, where you unzipped the plan, or else you'll take to specify the full path to the executable (due east.one thousand. "C:/Users/Bob/Applications/Overviewer/overviewer.exe").

The outset line runs the program, and directs information technology where to look for the configuration file. It doesn't have to be called overviewer_cfg.txt; you lot can proper noun it whatever y'all want, but keeping the .txt extension makes editing a snap -- you can merely double-click the file to open information technology.

The second line, "suspension," isn't really necessary, it merely makes information technology stop and say "Press any key to continue..." when the program is done, instead of closing the window correct away. This is so that if information technology returns an fault message, you lot take time to read what information technology says before it goes away.

After setting up overviewer_cfg.txt, yous can merely double-click the .bat file and let the program run its course. Next, then, is to set this config file. As above, put this file in the same binder every bit overviewer.bat, or else you will have to specify the full path ( east.thou. "--config="C:/Users/Bob/Documents/overviewer_cfg.txt") There are a lot of parts to this file, and so lets go through them one by i. First, y'all must ascertain one or more worlds:

worlds["survival"] = "C:/Users/Bob/AppData/Roaming/.minecraft/saves/Bob'southward Survival World" worlds["creative"] = "C:/Users/Bob/AppData/Roaming/.minecraft/saves/Bob'due south Creative Earth"

This defines the worlds and sets the path to the save folder. Make sure to employ forward slashes, as the backslash has a special meaning in Python syntax (what this config file is written in.) You might be able to get away with the %appdata% shortcut, but some special characters (apostrophe, at least) might screw information technology upward: if you blazon "%appdata%/.minecraft/saves/Bob'south Globe" for example, you volition get the mistake "

Tin't discover level.dat in C:/Users/Bob/AppData/Roaming/.minecraft/saves/Bobs World" because information technology'south looking for a folder called "Bobs World" without the apostrophe, which does not exist. [Edit: I haven't tried it, maybe that'south what the backslash is for, e.one thousand. "Bob\'s Earth" to make it await for "Bob'southward World" instead of "Bobs World". Then again, maybe non; I didn't have whatsoever trouble with the apostrophe when I typed out the full path.]

Adjacent, y'all define the output directory, where the renders will be saved, e.g.:

outputdir = "D:/Temp/Overviewer/Bob's World Renders"

This can be whatsoever binder y'all desire -- information technology volition create the bottom-level folder (e.one thousand. "Bob's Earth Renders") automatically, but the residue ("D:/Temp/Overviewer") must exist already. Several files and folders will be saved to this location including index.html which you will load in a web browser to view the map.

If you want to employ custom textures, you can specify the path to a resource pack:

texturepath = "C:/Users/Bob/AppData/Roaming/.minecraft/resourcepacks/Custom_Texture_Pack.zero"

Finally, y'all specify one or more renders to perform:

renders["survival"] = { 	"world": "survival", 	"title": "Survival Overworld", 	"rendermode": "normal", 	"dimension": "overworld", }

This is your bones render, it will show a map of your overworld with every block lit upwards. Yous don't take to put the "rendermode" option, if you leave information technology out information technology volition default to "normal".

renders["night"] = { 	"world": "survival", 	"title": "Survival Nighttime", 	"rendermode": "smooth_night", 	"dimension": "overworld", }

This renders a night-time map of your world, with smoothen lighting enabled (or you can simply use "night" instead of "smooth_night", for blocky lighting. This renders faster, only doesn't await equally good. For daytime lighting you tin can also use "lighting" or "smooth_lighting" if y'all desire don't want everything fully lit.)

renders["nether"] = { 	"globe": "survival", 	"title": "Survival Nether", 	"rendermode": "nether_smooth_lighting", 	"dimension": "nether", }

This displays a map of your under dimension and, so you can run across something besides the flat bedrock on acme, the rendermode "nether_smooth_lighting" (or "nether_lighting" or merely "nether") will strip off the ceiling so you can encounter inside.

renders["creativeworld"] = { 	"world": "creative", 	"title": "Creative Exam World", }

If you don't specify a dimension, it defaults to the overworld, just like if yous go out off the rendermode information technology defaults to "normal".

If you're just rendering ane world, you can get out out the "earth" flag from the individual renders, and put this line at the top level instead:

world = "survival"

Hither is an case config file that I used for my map:

worlds["Bob's Globe"] = "C:/Users/Bob/AppData/Roaming/.minecraft/saves/Bob'south Earth" world = "Bob's World" outputdir = "D:/Temp/Overviewer/Bob's World"  renders["Overworld"] = { 	"championship": "Overworld", 	"dimension": "overworld", }  renders["Caves"] = { 	"title": "Caves", 	"dimension": "overworld", 	"rendermode": "cave", }  renders["Nether"] = { 	"title": "Nether", 	"dimension": "under", 	"rendermode": "nether", }  renders["Finish"] = { 	"title": "End", 	"dimension": "stop", }

Source: https://www.minecraftforum.net/forums/minecraft-java-edition/discussion/190452-how-do-i-use-minecraft-overviewer

Posted by: rymanovere1987.blogspot.com

0 Response to "How To Upload An Overviewer Made Map Onto Facebook"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel