Author Topic: How i can make a model?  (Read 1286 times)

master::iiaaa

  • PGP
  • Posts: 12
How i can make a model?
« on: October 10, 2010, 09:55:29 AM »
I has made a model with Blender3D. Now, how i can convert the model in the .skm format?


Gamabunta

  • Committee Member
  • Autococker
  • Posts: 703
Re: How i can make a model?
« Reply #1 on: October 10, 2010, 11:21:37 AM »
Get .blend->SMD export script (believe it's called halflife SMD exporter or something), add a bone to your model (smd needs at least one bone), export via this script, then use this: http://dplogin.com/forums/index.php?action=dlattach;topic=15307.0;attach=5433 and you should have your model. To use it in a map, put it into pball/models folder, then in BSP create an entity: func_model "model" "models/yourmodel.skm".

I have to warn you that making your own models, although easy in blender, is pain in the ass when trying to convert and use in BSP. I actually don't think you will get it right after first few tries, but don't give up, try to make all faces triangles/quads, try selecting or not a bone when exporting etc. till you know how to do it properly. Wish you good luck.

master::iiaaa

  • PGP
  • Posts: 12
Re: How i can make a model?
« Reply #2 on: October 10, 2010, 01:18:12 PM »
Thx! I have now the .smd object but the skmIO2 makes problems! How i can fix that?

http://yfrog.com/1nerrorgdj
« Last Edit: October 10, 2010, 03:48:34 PM by master::iiaaa »

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: How i can make a model?
« Reply #3 on: October 10, 2010, 05:48:13 PM »
Keep in mind that there is no collision detection on models.  You'll need a brush around that model with a transparent texture if you intend to use it as cover.

master::iiaaa

  • PGP
  • Posts: 12
Re: How i can make a model?
« Reply #4 on: October 11, 2010, 06:34:42 AM »
I know that the model no collision detection has. But i will try it to make a model.