Jump to content

mrwonko

JKHub Staff
  • Posts

    1,620
  • Joined

  • Last visited

Everything posted by mrwonko

  1. There were a couple of Iron Man skins on JK3Files, but this is the best looking imo.
  2. The XL Engine can load the levels, maybe contact the author for information about the format.
  3. I gave it a try and yeah, while held the blade is invisible but the hilt is not. I vaguely remember having seen this before, but I don't remember what causes it.
  4. Is there a place for documentation? I suppose there isn't much available yet, but if there's a wiki page somewhere you don't need to write it all yourself. I'd be interested in playing around with this a bit, and I might as well document it while I'm learning it.
  5. What do you mean by fix? Make the lightsaber visible when holding it? That would probably require a proper hand tag on the player model. Or make it invisible even when thrown? Then you'd probably need a custom saber with invisible blade & model.
  6. I can't imagine there being LOD. Typically you'd handle vis by placing antiportals, not sure if that happened here, far too few people know about proper vis setup.
  7. That's pretty neat, though yes, very tedious. Ideally you'd still place light_junior throughout the map to create a proper lightgrid so the "dynamic" lighting works (on playermodels, first-person weapons etc.), but the amount of work gets pretty obscene. I suppose with a plugin they could be exported as well? They're basically evenly spaced light probes.
  8. What you're talking about sounds highly exaggerated to me, but I totally get not being active any more - I haven't produced much in the last years either. Still sad to see you go. And everybody else please shut up about not wanting women in your Star Wars. If you need to share your bigoted views, create a separate topic in nonsense; I don't feel that's a productive discussion in this thread.
  9. This does sound like a bug in the code, if I find some time I'll look into it.
  10. The argument is that without some form of updater/version check people will never update, so that's kind of important to have asap.
  11. That looks useful, though it's only a plugin, and I'd probably need to update my plugin to take advantage of this.
  12. Plenty, I imagine, though I can't remember what I used 10 years ago and it wouldn't be quite the same anyway. Maybe start with the Blender manual?
  13. It doesn't need to be a separate folder, simply extracting the files into base works as well. But you will have to unpack the .gla file as well as the .glm you're importing, keeping the directory structures intact.
  14. You'll have to re-weight it to the skeleton.
  15. Fair point. For your ordinary Mac user we should really just work - it must be possible to include libraries in an app bundle since everything else works, so let's just do that.
  16. I'm not saying it doesn't work, and after 10 years I'm used to it, but it's not intuitive for beginners.
  17. Homebrew is pretty much the go-to package manager on Mac, yes.
  18. Off the top of my head, a mix of both common criticism and my own experience: The whole UI has a steep learning curve; being fully customizable has its drawbacks.When in object mode, one undo erases all the changes made in edit mode. From a programmer's point of view I can see why this is, and I occasionally use it to my advantage, but it makes it really easy to lose work.The reference counting resource user system is really weird to non-programmers as well.Right click to selectCan't edit vertex normalsCan't weight emptiesCan't display vertex indices let alone set themMore stuff I'm forgetting
  19. You're wrong. That's what animation.cfg is for: defining how long each animation is.
  20. Because otherwise the problem space is too large to calculate in real time.
  21. Path length is no issue. But the Program Files folder is read-only in recent versions of Windows; I'd guess that's the issue here. I think Microsoft would have you put your files in My Documents or thereabouts; just keep the .../GameData/base structure so the importer can guess the paths correctly.
  22. Manually graphing pathways is the de-facto standard for all NPCs to move by in all games. There's often some degree of automatic graph generation involved, but it pretty much always still has to be hand tweaked for good results. But you're welcome to write something better, of course.
  23. We wouldn't want somebody changing the description to an ASCII dickbutt without prior moderation so yes, it's normal.
  24. I wouldn't call the waypointing terrible; it's just the map creator's responsibility to include a proper waypoint network.
  25. What are you editing the images with? There's probably some sort of clone brush that allows you to copy parts of the image elsewhere, that should do the job.
×
×
  • Create New...