Author Topic: Why is my OBJ2BLB giving me a error?  (Read 3406 times)


Might be helpful if you say what error it's giving you.

well it just says "ERROR" while i try to convert to BLB

Which Blender version are you using?

Lol this is because I handled errors stufftily when I made the program.

If you follow the documentation perfectly for exporting your model then you should get no errors.


The .blb exporter can only handle 512 poly.

Your model most likely exceeds that limit.

Alternatively you could make your brick a .dts, to bypass the poly limit at stake of not being able to paint it trans.

Or

Lower the poly of your model so that it doesn't exceed 512


would i just change the datablock from .blb to .dts?

would i just change the datablock from .blb to .dts?
I haven't made a .dts brick using Milkshape. Only .blbs so far, but I know it's possible.

My bro Goth77 has done it before, and he uses blender too, you could ask him.

would i just change the datablock from .blb to .dts?
No.

You have the .blend. Export it as a .dts.

No.

You have the .blend. Export it as a .dts.
I was wondering if I export it as a DTS what would I do In my .cs file for the brick model. would I just change it from
Code: [Select]
GECK.blbto
Code: [Select]
GECK.dtsafter of course I export to dts and place the .dts file in the specific place

I was wondering if I export it as a DTS what would I do In my .cs file for the brick model. would I just change it from

Goth77 has done it before, you could ask him.



Ah I see. Milkshape uses tris for everything
whereas blender uses quads a can significantly reduce the number of poly's

You could try importing the model into blender, export without tris, then reimport it and see if the poly count is reduced. Most likely you will have to recreate your model in blender

-snip-
Sorry, I wasn't fully aware you were still trying to use BLB. BLB's are automatically converted to quads, DTS bricks are not.

If you don't mind me asking, how many faces is the current model your trying to get in-game?

oh boy, quite alot lemme post a picture.


1450 faces
« Last Edit: July 20, 2015, 03:42:20 PM by SuperFlaminninja³ »