Jump to content

JediBantha

Members
  • Posts

    237
  • Joined

  • Last visited

Everything posted by JediBantha

  1. Force Protect actually should defend against Force Lightning as it is still electricity, unless the attacker is skilled enough in Force Lightning to damage the defender despite his/her defenses.
  2. Seeing as @@Kualan made one a sort of psychiatrist, I'd say that it's possible.
  3. Force Sight vs Force Telepathy would be something like this: if (self->client->ps.forcePowerLevel[FP_TELEPATHY] > traceEnt->client->ps.forcePowerLevel[FP_SEE]) { effect(traceEnt); } else { counterEffect(traceEnt) } Also I may have made a mistake with the level.time example - It might actually mean that it's in the middle of playing an event, and not running past whatever value you specify for it. (ex: event > level.time (0?) + value (Let's say 10) )
  4. If you do end up voicing this model, give him a TTS voice: My roflcopter goes soisoisoisoisoi
  5. You don't *have* to copy/paste from MP - The cloak powerup "removes" the entity from the map, but you need to make sure that it doesn't have the cloak shader in order to render it completely invisible. You can search for instances of PW_CLOAK by clicking Edit->Find and Replace->Find in Files, set the take under "Look in:" to "Current Project", and then type whatever you're searching for. But first, you need to create a new powerup, which you can do by right-clicking PW_CLOAK and selecting "Go to Definition", and from there you can type "PW_FORCE_TELEPATHY". After that, you need to make it so that the NPC becomes visible once the timer for the powerup runs out, which you can do by looking at the timer for PW_CLOAK. If it says something like: if (self->client->ps.powerups[PW_CLOAK] > level.time)That means it ran past the specified timer for the powerup.
  6. @ I believe he's asking for help in implementing MP's variant of Mind Trick into SP.
  7. It is - Just look for the disruptor rifle's disintegration & the shadowtrooper's cloak, make some edits in Jedi_AI, and you should be good to go. (You'd also have to edit ForceTelepathy as well.)
  8. @@Asgarath83 Thanks man, I finally got it working: Mind Trick Radius: Feel free to use this in any other projects you might be working on.
  9. I must have tried at least a dozen times now, and the game keeps crashing whenever I mind-trick an NPC ForceTelepathy_ConfuseEnts ForceTelepathyRadius Any help at this point would be greatly appreciated.
  10. This just in: Modders take Pride and Accomplishment to a whole new extreme!
  11. I feel like Hssiss aren't used enough, and would be a good species to use in a horror scene in a Star Wars film.
  12. Being able to kill myself just by running/jumping into walls/ceilings/other objects (JK1) Force Throw, Blinding & Destruction (JK1) G_SaberRealisticCombat (JK2) G_Knockback (JK2-JKA) Swapping models and/or sounds (JK2-JKA) The "Control <name>" command (JK2-JKA) Adding extra effects to weapons (JKA) Results from OpenJK's source code
  13. Giriq Ramis & Anakin Skywalker investigate a hidden fortress on Ilum
  14. JediBantha

    Impossiborn

    Oh god, what have you done? It's perfect!
  15. Because I have nothing better to do.
  16. I feel the swag and I can't control it.

    1. Bek

      Bek

      Let the swag flow through you.

    2. Gorc

      Gorc

      I would pay to see a bantha become a Jedi.

  17. I wanna write a command into g_svcmds that lets you play animations/freeze them at a certain frame, but I have no idea how (What's new, right?). I've searched VS for anything related to "pause", but the closest I got was this:
×
×
  • Create New...