syainkn Posted January 11, 2018 Share Posted January 11, 2018 The question is this. How can I use both 'kick' and 'saber throw' in the same system?The player can only use saber throw or kick. But npcs can use both of them. If I can be done with player, how can I do that? Link to comment
Droidy365 Posted January 12, 2018 Share Posted January 12, 2018 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 syainkn likes this Link to comment
syainkn Posted January 21, 2018 Author Share Posted January 21, 2018 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
Droidy365 Posted January 22, 2018 Share Posted January 22, 2018 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 syainkn likes this Link to comment
syainkn Posted January 25, 2018 Author Share Posted January 25, 2018 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now