Jump to content

How can I use both 'kick' and 'saber throw' with a single saber?


Recommended Posts

  • 2 weeks later...

In my MBlock mod, I made the kick replace the lunge attack. Feel free to study that and take bits and pieces out of it :)

 

I modified your mod and applied to my game. I recreated 'block.cfg' and placed it to my base folder so that I can test it manual blocking.

Manual blocking worked fine !  But... kick doesn't work...  when I press [Crouch], [Forward] and Left Click, jaden does Lunge Attack instead of kicking.

I wonder how you replaced Lunge Attack to kick.  How did you do that?

Droidy365 likes this
Link to comment

 

I modified your mod and applied to my game. I recreated 'block.cfg' and placed it to my base folder so that I can test it manual blocking.

Manual blocking worked fine !  But... kick doesn't work...  when I press [Crouch], [Forward] and Left Click, jaden does Lunge Attack instead of kicking.

I wonder how you replaced Lunge Attack to kick.  How did you do that?

It's actually not the *.cfg file, but it's the saber itself.

Add a line to any *.sab file in notepad, saying:

	lungeAtkMove	LS_KICK_F

(Make sure you keep a backup)

This will make it so that you'll do a kick, rather than a lunge.

You can make it replace other things, too - I just chose to replace the lunge:

	kataMove		LS_KICK_F
	jumpAtkUpMove		LS_KICK_F
	jumpAtkFwdMove		LS_KICK_F
	jumpAtkBackMove		LS_KICK_F
	jumpAtkRightMove	LS_KICK_F	
	jumpAtkLeftMove		LS_KICK_F

Hope this helped - sorry for not making it clear enough lol :D

syainkn likes this
Link to comment

Thanks to you, I'm playing a good saber combat in my game. But I have another question.

Maybe you know lungeAttack, and when you have a lightstaff, you can do a saberstaff twirl attack instead of lunge.

However, I want to make an enemy disable saberstaff twirl attack with 'lungeAtkMove  LS_NONE'.

It worked with player but doesn't work with npcs.  I'm annoying because of twirl attack. How can I limit and disable that move?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...