Return to site

Minecraft No Bin File

broken image


That guy doesn't know what he's talking about, if you have 1.6+ minecraft than you don't have a bin folder anymore you have the versions folder and in there, there are different minecraft.jars there is only the default if you haven't created any. I go to C: Users youruserhere AppData Roaming.minecraft and there isn't a 'bin' folder. Pokemon tcg free play. Even if I manually create a 'bin' folder in that directory and copy an edited version ofminecraft.jar into it I still can't apply texture mods.

< Programs and editors
It has been suggested that this page be merged with Programs and editors.[discuss]
The contents of this page are not supported by Mojang Studios or the Minecraft Wiki.
Author(s)

Patrick Min

Platform(s)
Written in

C++

Latest version

binvox 1.26, viewvox 0.45 - 29 December 2017

Released

September, 2010

Size

0.8 MB

License

N/A

Source available

old version, 0.4

Compatible with

N/A

Links

Binvox is a command-line program that turns 3D files into .binvox building plangghh files or into .schematic files for import using MCEdit. A .binvox output file can then be viewed by the interactive 'viewvox' OpenGL program, provided by the same author. The main page for these programs is on Patrick Min's site.

The process of converting a set of 3D polygons to their equivalents in blocks is called 'voxelization'. Binvox voxelizes, viewvox shows the results. Voxelization is not a perfect process, in the sense that there are decisions to be made. Other than the output resolution, the most important decisions revolve around how much coverage of a voxel by a model for that voxel to be considered 'filled' by the model. For this reason, there are many ways to control binvox's results.

Supported Systems[edit]

Binvox and viewvox run under Windows, Mac, and Linux systems. The viewvox viewing program uses OpenGL and GLUT.

Download[edit]

Windows: vox_package.zip This distribution gives you everything you need in one download, including GLUT. It also includes two sample 3D files and .BAT files to voxelize them. See the README.txt in that distribution for more information.

The individual programs can be updated by direct download: binvox, viewvox.

Another alternative is Auto-Binvox.zip, a CMD batch that simplifies the process of voxelising any file, and comes with versions of binvox and viewvox (may not work with versions other than Windows 7). This batch file walks you through the process of putting your 3D model in a directory and then runs binvox and viewvox in turn. The downside is that you can't easily control options used, other than the schematic's maximum dimensions and block type.

The GLUT library must be downloaded separately in order to run viewvox.

Mac (Snow Leopard, OS X 10.6.8): binvox, viewvox.

Linux (Fedora 13, 64-bit): binvox 64-bit32-bit, viewvox 64-bit or 32-bit.

File Formats[edit]

The following 3D file formats can be read in: Wavefront OBJ, VRML 2.0, UG, OFF, DXF, XGL, POV, BREP, PLY, JOT. Only polygons are supported for most of these (VRML 2.0 is almost fully supported). In practical terms, Wavefront OBJ is probably the most fully supported format.

Models can be created or found on the web, e.g. at the Turbosquid website (tip: sort by cost). To convert from 3DS to OBJ, programs such as MeshLab can be used.

For output, the .binvox file format (the default) is viewable with the viewvox program. Simply type 'viewvox .binvox' to run the viewer. A .schematic file can be output instead by using '-t schematic' when running binvox. Along with the '-bi ' option, to specify what type of blocks are generated, the .schematic files generated can be imported into worlds by using MCEdit.

Gallery[edit]

A photo gallery of creations is maintained by the program's author. If you make anything, send him (address here) photos of your hand-made creations and he'll probably add them.

Binvox commands[edit]

Current options for binvox (find by running 'binvox' without any arguments):

Usage: binvox [-d ] [-t ] [-c] [-v]

Additional parameters:

Supported 3D model file formats:

Example:binvox -c -d 200 -t mira plane.wrl

Viewvox controls[edit]

Tip: to see a plan view of the model's levels for building, type 'pannntsy' (changes to perspective view, toggles alternating colors, shows the bottom neighbor, toggles transparency of neighbors, shows single slice,shows the top of the model (sets camera looking down y axis)) when viewvox starts up. 'j' and 'k' then move through the horizontal levels of the model, and the underlying level's blocks are shown in semi-transparent gray and white.

Current controls for viewvox:

Mouse

Key

Tutorial[edit]

The first model made with binvox

There is a Mac-centric tutorial.

Here is the original tutorial and thread. The tutorial is repeated and updated here, so that users can improve it over time.

Get the software and some models. To make it easy on you, a bundle of the latest binvox and viewvox programs, the GLUT DLL, and two models with batch files to display them can be found here and you will need to unzip it somewhere. Read the README.TXT in there if you just want to quickstart without reading further. Mondeus' video showing how it's used may also help you - basically, double-click a .bat file and the corresponding model is converted and displayed.

If you want to do it the hard way, but are assured of getting the latest versions, do the following. You should know about Patrick's minecraft page. First, download binvox and viewvox into some directory. You could put them on the desktop, if that's how you roll. You will also need to download GLUT and put the DLL in that zip file into either the same directory as binvox, or if you know what you're doing, your Windows system DLL directory (e.g. on Windows 7, C:WindowsSysWOW64).

Second, find a model to convert and put it in the binvox directory, for simplicity. The previous post has a number of sites for free models, and there are more out there, e.g. TurboSquid's, 3dvia's, Princeton's, and Nasa's. You can use any model directly that is in one of these formats: VRML, OBJ, OFF, DXF, PLY and STL.

If you have a model in another format, you can use [1] Milkshape[/url], Blender, or another model converter and convert it from your format to something binvox will read.

Anyway, let's take a nice simple model from Aim*SHAPE, a hand model. You don't need to get the high-res model, a low-resolution mesh is fine - after all, it'll become blocks. So pick the third one from the left, in the bottom row. Once you've downloaded it, unzip it to wherever you put binvox and viewvox, for simplicity. The only file you'll actually need is gipshand2-3k.obj, which is actually a text file of the model's data.

Now, click the Start menu button (lower-left corner of your screen) and in the search line at the bottom of the screen type:

cmd

A black text window will open up. Go to wherever you put your binvox file and model.

To run binvox, you then type:

binvox gipshand2-3k.obj

For a minute or so you'll see a bunch of hand renderings in the upper left of your screen. This is binvox slicing the model up and finding the voxels. This creates a file called 'gipshand2-3k.binvox' - this name gets mentioned in the CMD window, looking like this:

The top part shows how large the model is; the third value is the height, 243 blocks high. Too high for a Minecraft world, but we'll get to size in a minute.

If you didn't get anything, make sure you are in the same directory! That is, 'cd' is 'change directory' - look carefully for how it is used above. If you don't know DOS commands, make your life simple and put the binvox.exe program (and related files) and your model file in the same directory, the same location. This is the #1 problem people have with running binvox, not understanding that binvox needs to know where your file is located.

To view that output file, type:

viewvox gipshand2-3k.binvox

Tip: you can use the up-arrow in the CMD window to bring up the command you just typed (you can press it multiple times) and the left and right arrows and delete keys to change what's on the line. So in this case, instead of typing 'gipshand2-3k.obj' again, you could up-arrow and change 'obj' to 'binvox' and 'bin' to 'view'. Your call.

You should get something like this (the CMD window is scrolled up a bit, to show the command line typed in):

Viewvox shows some very useful info for minecrafters, e.g.

This tells you how many blocks you'll need to build something. To close viewvox's window, click on the CMD window and type Control-C. Don't ask me why. You should get a '>' prompt when you're really done.

However, by default, binvox makes models into block sets that are 256 blocks high (or long, or deep, whatever's largest). We'd like say 64. Now, you could type this:

binvox gipshand2-3k.obj -d 64

'-d 64' says how many blocks high you'd like the scan. Technical note: On Windows machines there's a GLUT bug that the window cannot be smaller than around 120 voxels (Linux doesn't have this problem). We added some code internally to increase the resolution and then downsample, so it sort of works the same. The manual way around this problem is:

binvox gipshand2-3k.obj -down -down

What each '-down' does is halve the resolution. We start at 256 by default, so divide by 2, and 2 again, i.e. 4, gives 64. Another way around this problem is to use the '-e' option, which does an 'exact' (any voxel overlapped gets tagged) voxelization:

binvox gipshand2-3k.obj -d 64 -e

Exact voxelization avoids any precision problems that come from using the GPU to compute the voxelization. The downside of exact voxelization is that there is no further control. All voxels that are touched by any polygon are flagged, which can sometimes look bad. There are numerous options to control the density, whether edges get emphasized, etc.

Whichever you use, a new binvox model is output. Use viewvox on this new model, which you'll notice is called gipshand2-3k_1.binvox. So type:

viewvox gipshand2-3k_1.binvox

You can control the view of the object by using the mouse. Left-mouse button held down rotates, middle mouse pans, right mouse zooms (in a funky way). Here's a view of our model, rotated:

Looks pretty good, and viewvox says the hollow shell has 2471 blocks. At say 5 seconds a block, that's about 3.5 hours of building time. But, how to build it? Very easy (other than all the heavy lifting):

First, press the S key. This toggles between showing the whole model and just a horizontal slice. It's still hard to count blocks off, so press the A key. This causes checkerboard coloring to be used. You want to see the slices above and below? Hit N to toggle these neighbors on, then T to make them semitransparent. Hitting 1 toggles the coordinate numbers on. Note that in the CMD window all of these options are listed at startup.

Here's a view after all that, a horizontal slice through the middle of the model.

You will want to start at the bottom of the model and build up. Hitting the J key takes you to the slice below, K above. You can see what number slice you're on (numbering starts at 0) by looking in the CMD window.

That's the basics, and that's only if everything goes really well. First, in this example, the model picked was 'watertight', that would not leak water if you filled it, and had no 'hanging edges'. Most models you find on the internet will not be like this, they're usually surfaces just glued together to get an effect. So, you'll need to try out various options on the command line. Here are the vital ones for binvox.

-c - If your model is not watertight, this is the option you really must use. It actually renders much faster, but can miss nooks and crannies.

-dc - small features can be missed when voxelizing. This option attempts to thicken the model.

Minecraft no bin file folder

-aw - draw all the edges of the model. This is another thickening technique for very thin features.

-dmin 1 - when using '-down', make the smaller model's voxel get filled if any voxel in the larger model is filled. Another thickening technique.

-rotx - rotate the model 90 degrees along the X axis. In viewvox the X axis is red, Y green, Z blue (RGB). You can do this multiple times.

-rotz Xbox game bar windows 10 download. - rotate 90 degrees along the Z axis. Many models come in with their 'up' direction different than what binvox expects. Just keep trying -rotx and -rotz commands to get the thing oriented correctly.

-cb - this isn't critical. The model is usually shifted so that it is in the lower left hand bottom corner of the cube formed. This option puts the model in the middle, making it easier to read the coordinate axes. It's up to you.

-t schematic - instead of outputting to a .binvox file, output to a .schematic file. This type of file can be imported directly into a Minecraft world by using MCEdit or other tools.

You can see more command options if you type just 'binvox'. After fussing with these options awhile, the voxelizations are usually about 98% correct.

As an example, here's a knight model that was converted with:

binvox chevalier.obj -d 536 -aw -c -dc -cb -dmin 1 -down -down -down

Have fun, and post any problems on the forums.

If you want to import models directly into a Minecraft world, which to me is entirely unimpressive without all the sweat and tears of actually building it, read about that option here.

New binvox and viewvox versions and options are being added fairly frequently, so keep checking for the latest download. You can always check the version and options supported in binvox by just typing 'binvox' (no arguments) into the CMD window.

Retrieved from 'https://minecraft.gamepedia.com/Programs_and_editors/Binvox?oldid=1615208'
Dec 29th, 2016

Minecraft No Bin Folder

Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. otto@kirchhoff.se:14Fjorton
  2. lpmineplay15@gmail.com:homme123
  3. drattlif@telusplanet.net:dave3689
  4. amandalasko@yahoo.com:sabrina1
  5. nilly_25@hotmail.com:maths25
  6. glm.prigent@noos.fr:mattheo1208
  7. master123zzzz@hotmail.com:Skl2003qqq
  8. marycha90@gmail.com:t5fqzkee
  9. shaymarrobertjohnson@yahoo.com:cheyenne1
  10. tamer.5030@hotmail.com:Aa334455
  11. crapcarp555@yahoo.com:Dolphin7
  12. bound.emotion@gmail.com:watermelon1
  13. kristoffersp@lyse.net:01Trp695
  14. jusstin1@gmail.com:21121406j
  15. geckstedt@gmail.com:tennis12
  16. chris0407911@gmx.de:cogitare
  17. my3sunzshine@gmail.com:jeffrey94
  18. ferdybensing@live.nl:CyanCirosBlue9
  19. lachouette57@gmail.com:25062001
  20. j.beith@gmail.com:perkaset1
  21. artur.stachecki@gmail.com:stachecki92
  22. r3tard@live.se:Lxgiwy11

Minecraft No Bin File Folder

RAW Paste Data

Ultimate Bin Minecraft

gerarditormc@hotmail.com:Jerrybanano8 otto@kirchhoff.se:14Fjorton real_lifee@hotmail.com:elaire12 lpmineplay15@gmail.com:homme123 roblesaxel@live.com:2577roflmao drattlif@telusplanet.net:dave3689 martin.roux21@orange.fr:manuel57 amandalasko@yahoo.com:sabrina1 g42yoon@gmail.com:jessie12 nilly_25@hotmail.com:maths25 tjgollih@gmail.com:nuts777 glm.prigent@noos.fr:mattheo1208 tinhdnguyen0@gmail.com:Glasses2 master123zzzz@hotmail.com:Skl2003qqq cheronstephane@hotmail.fr:cheron60 marycha90@gmail.com:t5fqzkee misteranakin@hotmail.fr:cedric48 shaymarrobertjohnson@yahoo.com:cheyenne1 Upformurder@hotmail.com:fuckuall11 tamer.5030@hotmail.com:Aa334455 cocoaqt7@yahoo.com:spongebob7 crapcarp555@yahoo.com:Dolphin7 stevenmacker@yahoo.com:xjacker1 bound.emotion@gmail.com:watermelon1 tyler.h.2001@hotmail.com:shadow22 kristoffersp@lyse.net:01Trp695 pigeimeisei@aol.com:4390swtns jusstin1@gmail.com:21121406j robert1800@o2.pl:robert12 geckstedt@gmail.com:tennis12 calebpooley7@gmail.com:Pooley5826 chris0407911@gmx.de:cogitare Shaffer238@gmail.com:Treager36 my3sunzshine@gmail.com:jeffrey94 tshirtturtle@gmail.com:2Redheads ferdybensing@live.nl:CyanCirosBlue9 s.barsby@hotmail.com:Believe1432 lachouette57@gmail.com:25062001 jessicareneemaciel@gmail.com:Fatredcat1 j.beith@gmail.com:perkaset1 dragonslaughter66151@gmail.com:collinscott66 artur.stachecki@gmail.com:stachecki92 anthonyjk@gmail.com:amelia124 r3tard@live.se:Lxgiwy11 walster001@gmail.com:walster001kendall101



broken image