jojobob Posted May 4, 2002 Share Posted May 4, 2002 Like the subject said. Has anyone found out? I've have tried several ways to change it but with no luck. What I'm talking about is like the speed he uses it or his how well his reactions are or infinite force. For example: On Nar Shadaa there are a bunch of Rodians shooting disruptors at me and sometimes the lasers hit me, and sometimes Kyle would use force speed to dodge them. What I'm asking is if anyone can make it possible to make Kyle dodge them every time like Luke or Tavion or Desann. It would be really neat if Kyle were as good with the force as Desann. Link to comment Share on other sites More sharing options...
The_Jedi_Mong Posted May 4, 2002 Share Posted May 4, 2002 I agree that would be cool! It would be cool if I The Jedi Mong could dodge lasers. I mean any well trained jedi can dodge them but a mong is another thing! Link to comment Share on other sites More sharing options...
GidionTheDead Posted May 4, 2002 Share Posted May 4, 2002 They don't dodge with their force powers, but with innate abilities. These are defined in the npcs.cfg file of the assets0.pk3 passage (there are evasion, move and reaction modifers). Link to comment Share on other sites More sharing options...
jojobob Posted May 5, 2002 Author Share Posted May 5, 2002 But when you edit the npcs.cfg file to make those stats go up, nothing happens. It only happens with the NPC Kyle (in the cutscenes). That's one of the main reasons I started this thread. Link to comment Share on other sites More sharing options...
Irimi-Ai Posted May 5, 2002 Share Posted May 5, 2002 well, the only thing i can comment on is the infinite force thing. i've tried this and haven't found a way to do it, really. Mike G and Jeff D at Raven told me the same thing i concluded...which is, the only way you can simulate 'infinite' force is to make a script in the console and bind it to a key. i haven't done this, as i've spent my time trying to find ways around it, but it should be something like this: bind x giveforce (this will replenish your mana one time) the console scripting part would include a bunch of 'wait' commands, or maybe a loop function, in order to simulate infinite force. like i said, i don't have the syntax on this because i haven't tried it...been trying to get around it and do other things. Irimi-Ai Link to comment Share on other sites More sharing options...
Orbitäl Posted May 5, 2002 Share Posted May 5, 2002 Would it be possible to bind multiple commands with the 'give force' cheat? Example F1 = heal could you bind it so that: F1 = heal; give force If so can you bind ALL your force buttons that way? Sounds like a chore I know, but at least the result would be nice. ~Orb Link to comment Share on other sites More sharing options...
Addrenavan Posted May 5, 2002 Share Posted May 5, 2002 Originally posted by Orbitäl Would it be possible to bind multiple commands with the 'give force' cheat? Example F1 = heal could you bind it so that: F1 = heal; give force If so can you bind ALL your force buttons that way? Sounds like a chore I know, but at least the result would be nice. ~Orb yeah not that hard add to a cfg file [My.cfg] set FrcHeal "Give Force; Force_heal; Give Force;" bind F1 "VStr FrcHeal" [My.cfg] Link to comment Share on other sites More sharing options...
jojobob Posted May 5, 2002 Author Share Posted May 5, 2002 I made the infinite force file and it worked... sorta. It made everything work fine except for force grip and lightning. Once I activate lightning, and let go, it doesn't stop. Same with grip. It just doesn't stop. He uses it constantly until the lightning runs out. Because lightning and grip are force powers in which you have to hold the force button, the force would run out until you press it again. Link to comment Share on other sites More sharing options...
Aetherfunz Posted May 6, 2002 Share Posted May 6, 2002 That's because when using +force_grip or +force_lightning in a vstring, you have to disable it by using -force_grip... So you have to find a way to do this. Maybe either by using another button or vstring to disable it or by placing lots of wait between them, or something else... Peace & Respect -- Aetherfukz Link to comment Share on other sites More sharing options...
jojobob Posted May 6, 2002 Author Share Posted May 6, 2002 All right, now I have infinite force, does anyone know how to speed up the rate Kyle uses it? Also, when Kyle uses force grip, he just uses it for a split second then stops and uses it again. Is there any way to make it so that it uses it constantly? PM me if you want me to give you the file. Link to comment Share on other sites More sharing options...
Aetherfunz Posted May 6, 2002 Share Posted May 6, 2002 This happens because normally when releasing the button, a -action is sent (like -force_grip), and I suspect that in your script you use -force_grip and therefore the problems appears. There has to be some work-around, but right now I'm in school and busy with other things going on (project, graduation, ... ). Peace & Respect -- Aetherfukz Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.