Jump to content

eezstreet

Members
  • Posts

    5,207
  • Joined

  • Last visited

Everything posted by eezstreet

  1. The program is Radiant. GTK is just the UI library. You wouldn't call Q3Radiant "Q3" or JK2Radiant "JK2" [/ränt]
  2. I still think it looks like a sword, and last I checked, people weren't cutting off their body parts with the hilt. I'd say this one is far more practical than the staff saber for sure.
  3. Do you have any logical reasoning to back up anything that you just said?
  4. It's less stupid than a staff saber. At least you could argue some practical purpose with this saber. It looks like a broadsword of sorts. I disagree, I think the look of the character and the saber design are fine. What I hate is the name. "Kylo Ren" sounds like such a crap name, that my only guess is that it has to be an anagram.
  5. Thread locked. Please don't post duplicate threads.
  6. These screenshots look too dark I think. It would've been better to see these on a white background or a desert perhaps. But looks good nonetheless.
  7. I'm still convinced that it's a driver related issue. Until Flynn installs his drivers there's no way we can say with any degree of certainty.
  8. My C/C++ tutorial is complete and it explains a lot of the syntax. I didn't get around to writing a guide on a bunch of the functions like Com_Printf or anything like that but if that's also needed I will work on that.
  9. I've been pondering over writing a different type of coding tutorial, one that doesn't involve "how to do X" but instead explains some of the better points of programming for the game, not a how-to tutorial. I've already got a tutorial in the works that explains C/C++ on the context of JKA programming. Instead of throwing the book at people (literally) this one is more specialized and shows more by doing than by explaining. My question is, what needs explaining exactly? I want to hear input from other programmers and people who would benefit from the tutorials. tl;dr #1: I'm writing some coding tutorials that aren't how-to or copy/paste guides and need some input. Already writing one about C++. tl;dr #2: no, I'm not writing an SP version of X tutorial or "how to do Y". Too specialized and existing tutorials cover most of the subject matter anyway.
  10. I think everyone else has said all that needs to be said.
  11. JA++ is an MP mod. The crash alluded to in the OP is from the singleplayer. The problems shouldn't be related.
  12. It's because you aren't updating the video card drivers. Windows Key + R, type "dxdiag.exe" and give us some specs.
  13. The contrast is too high. Other than that, looks fine.
  14. This sounds like something good for an article. Wink Wink, Nudge Nudge @@SiLink
  15. This thread is inspiring because you took criticism and actually learned how to model. Most people don't do that. Hats off to you.
  16. I don't know. Why don't you compile it and find out?
  17. Yes but there's still anims in the _humanoid.gla which are almost never seen. Alora's flips come to mind.
  18. Are you getting an issue when using JAMP? Does OpenJK work fine without MB2? It might be an issue on their end.
  19. Did you update your drivers?
  20. To maximize memory conservation you'd need to have a setup basically identical to what @@DT85 suggests. A set of base animations which is used by every model (weapon stances, running, jumping) with several animation "packs" like lightsabers, acrobatics, force, and probably several ones which are incredibly specific to cutscenes. JKA and JK2 are pretty wasteful when it comes to animation use here because their _humanoid.gla contains every animation that's ever seen in the game ever, even if it's just briefly seen in a cutscene. On the console ports they had to effectively cut the RAM usage in half (since XBOX has only 64MB RAM and the PC version requires 128MB minimum) and one way they did this was to eliminate these animations entirely in favor of pre-rendered cutscenes which were recorded on the PC version onto BINK videos, among other things.
  21. weapons.dat can't be edited to do this, just to clarify. He's saying you need to edit the code involved with weapons.dat. Add a new fire function that does kicking. This should be easy-ish for a beginner, provided you want to take the time.
  22. Because in my opinion the original GLA doesn't belong there. It's not a model of a player, it's an animation of a player.
  23. Why keep animations in a models/ directory?
  24. No. The issue is because of a too complex model. MP uses twice as large of a transform stack as SP, so if a model works in MP, it isn't necessarily working in SP. Use OpenJK. This issue is fixed there.
  25. You will have to generate visemes for the Raven skeleton, otherwise the process is the same. The skeleton alteration isn't strictly speaking necessary to have the new lip sync system, but it sure does make it a lot less ugly.
×
×
  • Create New...