mrcheaterson Posted February 16, 2006 Share Posted February 16, 2006 why do you need a lightsaber to jump? (maby this could be on an armband or the feat could be altered... i don't know i'm no moddder) Link to comment Share on other sites More sharing options...
deathdisco Posted February 16, 2006 Share Posted February 16, 2006 Sorry. Nobody has figured this out. It seems to be hard-coded into the game. Link to comment Share on other sites More sharing options...
Jackel Posted February 16, 2006 Share Posted February 16, 2006 Actually its not hardcoded. All you need to do is change the requireitemmask in spells.2da to read 0x0000 (meaning nothing is required) rather then 0x0040 (lightsaber is required) on line 3 (FORCE_POWER_FORCE_JUMP_ADVANCED_XXX), line 21 (FORCE_POWER_FORCE_JUMP_XXX) and another line whose number I cant seem to find in my copy of spells.2da. Link to comment Share on other sites More sharing options...
Master Kavar Posted February 17, 2006 Share Posted February 17, 2006 Jackel, if you set the ability so that nothing was required to activate Force Jump, doesn't that mean you would be able to do it with a blaster? Link to comment Share on other sites More sharing options...
Nodakrattler Posted February 17, 2006 Share Posted February 17, 2006 In theory yes, but blasters are ranged wepons and thus you shouldn't be getting close to your target to begin with and I would assume this would override the jump. Link to comment Share on other sites More sharing options...
LORD SPARTAN Posted February 17, 2006 Share Posted February 17, 2006 Does this mean that we could jump in a hand to hand combat an kick the oponent? Link to comment Share on other sites More sharing options...
Shem Posted February 17, 2006 Share Posted February 17, 2006 Does this mean that we could jump in a hand to hand combat an kick the oponent? Or with a melee weapon? Link to comment Share on other sites More sharing options...
stoffe Posted February 17, 2006 Share Posted February 17, 2006 Actually its not hardcoded. All you need to do is change the requireitemmask in spells.2da to read 0x0000 rather then 0x0040 on line 3 (FORCE_POWER_FORCE_JUMP_ADVANCED_XXX), line 21 (FORCE_POWER_FORCE_JUMP_XXX) and another line whose number I cant seem to find in my copy of spells.2da. Are you sure of this? As far as I understand it the "_XXX" suffixed lines are old leftover junk lines that are no longer used for anything (but can't easily be deleted from the file since spells.2da is line number indexed). I'd assume Force Jump originally was meant to be implemented as a targeted power before they made it into a feat instead. Link to comment Share on other sites More sharing options...
deathdisco Posted February 17, 2006 Share Posted February 17, 2006 Are you sure of this? As far as I understand it the "_XXX" suffixed lines are old leftover junk lines that are no longer used for anything (but can't easily be deleted from the file since spells.2da is line number indexed). I'd assume Force Jump originally was meant to be implemented as a targeted power before they made it into a feat instead. Yes this is correct. Also if you make a new baseitem entry for a lightsaber, this also "breaks" Force Jump. Force Jump only works with the original baseitem entry only. I'm sure anyone who worked on the USM mod can confirm this. EDIT: Stoffe, would it be possible to script this into an actual force power? That would be pretty cool. Link to comment Share on other sites More sharing options...
mrcheaterson Posted February 18, 2006 Author Share Posted February 18, 2006 Actually its not hardcoded. All you need to do is change the requireitemmask in spells.2da to read 0x0000 (meaning nothing is required) rather then 0x0040 (lightsaber is required) on line 3 (FORCE_POWER_FORCE_JUMP_ADVANCED_XXX), line 21 (FORCE_POWER_FORCE_JUMP_XXX) and another line whose number I cant seem to find in my copy of spells.2da. I tried this and all i got was a game that wouldn't load... are you sure FORCE_JUMP_XXX is the correct force jump file to edit? Link to comment Share on other sites More sharing options...
stoffe Posted February 18, 2006 Share Posted February 18, 2006 EDIT: Stoffe, would it be possible to script this into an actual force power? That would be pretty cool. Not one that reliably works just as the Force Jump feat(s) do, but you can probably fake it somewhat similarily. There are three problems that I can think of to make Jump into a targetable force power: The scriptable ForceJump effect only moves the character to the target, but does not automatically play the "jumping" animation, so it'll look like you slide across the floor to the target if you just use it. This could probably be worked around by finding the animation number(s) for the jumping animation(s) and playing it/them manually with PlayAnimation, though getting it to play right for enemies of variable distance away might take some work. The jump effect does not do a weapon attack against the target. This could be worked around by making an attack roll manually and apply scripted damage (taking dual wielding and Speed into account) if it calculates as a hit, though any scripted properties or damage upgrades on the wielded saber(s) will be lost. The jump effect does not check distance to target or for a clear "Line of Flight", making you bump into any obstacles along the route, never reaching the target. You could do this check manually and abort if necessary, but only after the power has already been cast. Link to comment Share on other sites More sharing options...
miraavery Posted March 3, 2006 Share Posted March 3, 2006 So it is not possible to make this mod? Owww. No Fair miraavery, I understand your feelings, but this post is quite spammy, it also can be considered "bumping" the thread. Both are against the Forum Rules. Just a freindly reminder. -RH Link to comment Share on other sites More sharing options...
Suikotsu Posted March 3, 2006 Share Posted March 3, 2006 Why not just make it requre a melee weapon? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.