jmc2obj / j-mc-2-obj

Java-based Minecraft-to-OBJ exporter.
http://www.jmc2obj.net
356 stars 59 forks source link

Difficulties with mods with custom block IDs #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Convert a world which has custom block IDs assigned by a Forge mod.

What is the expected output? What do you see instead?

I see bright purple cubes wherever a non-vanilla block is placed.

What version of the product are you using? On what operating system?

r146

Please provide any additional information below.

I use Industrialcraft and Redpower, which assign new blocks with new IDs. The 
texture pack exported can't find the textures because they are supplied in 
separate files. Nor can I edit any properties. mcobj has an editable .json 
files which I can assign properties for the mods' blocks in ... but I can't do 
that with jmc2obj.

Keep up the great work though!

Original issue reported on code.google.com by matt.bro...@googlemail.com on 21 Apr 2012 at 10:42

GoogleCodeExporter commented 9 years ago
you can customize the block ids under the blocks.conf file located in the conf 
folder created when you first run j-mc2obj

you can also customize the texture output in texsplit.conf

though I haven't tested this so it would be a good test to see if you can 
program it to support other mods yourself, let us know if that works

Original comment by jgora...@gmail.com on 21 Apr 2012 at 11:39

GoogleCodeExporter commented 9 years ago
Matt, if you end up configuring the blocks for IndustrialCraft and RedPower, 
we'd love to include that work in our default configuration.

Also, we don't have documentation for the configurations files so if you need 
help the best place to ask is reddit.com/r/jmc2obj.

Original comment by p...@draic.org on 22 Apr 2012 at 10:07

GoogleCodeExporter commented 9 years ago
Yep, we'd love to see people submit changes to the blocks and textures. 
Otherwise, please leave more information about the mod (where to get it, which 
things specifically should be implemented) and then we or someone else may pick 
it up.

Original comment by danijel....@gmail.com on 22 Apr 2012 at 5:27

GoogleCodeExporter commented 9 years ago
Will close this issue since no one offered any solutions. Instructions on 
customizing the configuration files will be available in the Wiki soon. We can 
also make a repository of people's configurations there.

Original comment by danijel....@gmail.com on 25 May 2012 at 9:18