Jump to content

eezstreet

Members
  • Posts

    5,207
  • Joined

  • Last visited

Everything posted by eezstreet

  1. Nope. But wait might work, yeah.
  2. Yes. When I get time today, I will be adding cvars to control it.
  3. update on that motion blur: it's not per-object yet and there's obviously some artifact-y ness that I need to resolve
  4. but what does ffa3 look like?
  5. misc_model_static and misc_model_breakable are sent as entities. Non-dynamic lights are not considered entities. Max entity limit is 1023, keep in mind this includes players, bodyque, projectiles, lightsabers, and NPCs (which also have bodyque + projectiles + lightsabers). Also, triggers, target entities (except target_speaker), NPC spawners (but not the NPCs themselves) are treated as logical entities in some mods (Lugormod, JKG, ...?) and do not count towards the entity limit.
  6. I'm willing to bet that its something more from your script than from the game.
  7. MEEEEEEEEEEEE
  8. not sure why JK2 matters, they use the same restart script for both JK2 and JKA
  9. no. I'm doing it via GLSL whereas MME does it on the CPU which is slower. I can't say if the methods are the same or not as I'm not really familiar with all the different motion blur techniques. (Also, @@Xycaleth or @@Scooper or someone should poke it and tell me why it is buggy, I've got it like 80% working now, just has some bug with the color or something)
  10. but mp/ffa3 broke so hardcore now (ignore trippy blue/green/red/yellow colors, working on motion blur)
  11. How did you manage to get this build of the game exactly? o_O
  12. why even bother at this point if Noesis does the same exact thing.
  13. I suppose you're right. I'm just so over working on this tool, it's been nothing but a big headache navigating through Autodesk's decrepit documentation (most of the resources on there reference stuff which doesn't exist anymore)
  14. @@DT85: VM_IDLE and VM_READY now work correctly. Might be worthwhile to start on hands and/or force power stuff
  15. It's a bit beyond my knowledge. If someone like Xycaleth wants to take a stab at it, then by all means. Otherwise, I don't know.
  16. Yep, I can do that. I believe fang wanted to use that sort of thing anyway. (for idle animation)
  17. I thought he was referring to the view. I'm not exactly an expert on 3D math of that sort () so I'd rather leave that up to someone more experienced in the area.
  18. That's not something I can really fix unfortunately, I assume that's not a big deal for modellers? Also, Z axis up is an OpenGL thing, Y axis being up is a DirectX thing. Won't change.
  19. You're passing in a blank parm somewhere, causing it to assert.
  20. This has been discussed before.
  21. If you're wondering why there's a slight bit of glitching - SP has a bug where the first person weapon switching animation is off by one frame, this is actually present in base if you pay close enough attention. I think the firing anim needs to have a higher anim rate imo, that would probably fix most of its issues. (also the ROOT animation isn't used by player models either ) What are your plans going forward? Perhaps you could discuss things with @@Silverfang.
  22. inb4 jk2:hd
  23. @@DT85: The viewmodel animations are done. Some notes: - should probably raise anim speed of firing (some frames get clipped off) - the raising sequence needs either a faster anim or a few frames dropped off from the beginning (I had a few issues in general with this particular animation having too many frames) lowering works like a charm though
×
×
  • Create New...