Jump to content

mrwonko

JKHub Staff
  • Posts

    1,585
  • Joined

  • Last visited

Everything posted by mrwonko

  1. In the case of my exporter, 1 Blender Unit = <export scale setting> * 1 Game Unit. There's probably an md3 exporter around somewhere, or you could try converting it to glm with MD3View and import that.
  2. Well you can always do it using shaders... I don't know about entity flags.
  3. No. They're fixed movies, like an .avi, so they can't be adjusted to contain the current playermodel. Use cutscenes for that.
  4. what about //(BHVD) set ( /*@SET_TYPES*/ "SET_FORCE_INVINCIBLE", /*@BOOL_TYPES*/ "true" );
  5. In Blender? I don't think it matters there.
  6. Tags. Looks like they need to be adjusted/added. Take a look at the mark1 model - what's the name of its muzzle tag? You need to change the Droideka model, adding the missing tag.
  7. You have three options: Roff. Animated Rigid Bodies. Hardly what you want here, but for the record: I think there's a limit on how many of them you can have, but the objects animated this way can have collision detection. MD3. Per Vertex Animation. Size limited to [-512, 512). Take a look at e.g. the button scripts to see how this works. Ghoul2. Bone animation. Need an NPC, or possibly that misc_ghoul2 or whatever it's called, I never tried that. What exactly are you having trouble with?
  8. It's tested up to 2.69, but new Blender versions can load older saves just fine (and mostly vice versa, too) so you can just save as a .blend and load it in a 2.7+
  9. Have vertices in roughly the same places, I suppose. How do you weigh that it becomes a problem?
  10. Oh, I see. GLM only support one UV coordinate per vertex. So you'll have to split the mesh at the UV seams. One way of doing this is to mark those edges as sharp and use the edge split modifier to split sharp edges.
  11. Tags are best imported from an existing model. Textures use custom properties, the plugin adds a panel for that in the object properties.
  12. I'm fairly positive that at least some versions of max can export MD3 just fine.
  13. There's a PDF containing guidelines included in the zip. Did you read that?
  14. Why don't you just import the animation and take a look? Or look in ModView. It's what I'd have to do to find out, too.
  15. Learn Blender, find out how to import the model there, possibly lower its polycount and split it into separate pieces (at least one per texture, possibly more to stay within the 1000 vertex limit and for dismemberment - see existing models for reference on names and hierarchy setup), import the _humanoid.gla skeleton, rig the model to it, export it.
  16. I would guess late JK2, the Yavin part...
  17. As a flow chart, that script looks roughly like this.
  18. The else is not supposed to go inside the if, it should follow it.
  19. Just take a look at the skeleton - there are a couple of bones in the face, like one for each eyelid.
  20. There are no vertex animations, as far as I'm aware... There's no real difference between the face and other bones, so look for rigging tutorials for your modelling program? Which one are you using?
×
×
  • Create New...