Jump to content

mrwonko

JKHub Staff
  • Posts

    1,601
  • Joined

  • Last visited

Everything posted by mrwonko

  1. Tags are best imported from an existing model. Textures use custom properties, the plugin adds a panel for that in the object properties.
  2. I'm fairly positive that at least some versions of max can export MD3 just fine.
  3. There's a PDF containing guidelines included in the zip. Did you read that?
  4. 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.
  5. 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.
  6. I would guess late JK2, the Yavin part...
  7. As a flow chart, that script looks roughly like this.
  8. The else is not supposed to go inside the if, it should follow it.
  9. Just take a look at the skeleton - there are a couple of bones in the face, like one for each eyelid.
  10. 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?
  11. Uhm, so yeah, how about fixing the stylesheets?
  12. 36.0.1, which is where it was "fixed".
  13. So Firefox just fixed their "white-space: pre" implementation to no longer softwrap. But I like my softwrap. (Oh no, once again I already have scrollbars on this post, better start a new paragraph.) Please change textarea style to have "white-space: pre-wrap". Horizontal scrollbars are a pain when dealing with text, where lines only really matter in ascii-art and possibly source-code, which would probably be copied anyway.
  14. Lightsabers are glm models, which already support animations - so that sounds like a reasonable approach. Keep in mind that by default sabers only hurt when you're swinging them, and that you'll need new animations to prevent the saber from penetrating the user visually.
  15. Not possible without modding the code.
  16. Usually this would probably be done using rbgGen vertex, I don't know how well that works for spec stages.
  17. That's not going to work, the point is to have it scroll. Though come to think about it, I'm not entirely sure if a blendfunc add is going to work nicely with alpha transparency... you may need to use an alpha channel instead of black. Gee, it's been a while since I wrote a shader...
  18. I think you can probably use alphagen vertex in a similar way to alphablended terrain.
  19. Spawnflags 2 on misc_model creates way too many brushes, don't use it. If you don't know it, don't worry. If you're manually clipping models, wonderful, keep doing that.
  20. If you clip using spawnflags 2, don't do that.
  21. In the interest of people having the same problem in the future, why don't you share your solution?
  22. Interesting. Subscribed.
  23. 1.4 failing to save since Vista is a known bug, but that was fixed in 1.6, so unless he's using an ancient version of 1.6 that shouldn't be a problem. If he's using the latest version, the right place to file a bug report would be the official bug tracker.
  24. If I remember correctly they're based on filenames of sounds played, so you'll want a (possibly silent) sound file for each thing said, plaid using the appropriate command. Take a look at the existing .str files and their soundfile counterparts to better understand this. Tell me if you need more detailed information and I can look into it myself, though the above should be enough to figure it out.
×
×
  • Create New...