YesNoOk
avatar

Characters edit by Rtrindade Ibuki pots/CVS (22/09/2018) (Read 22391 times)

Started by Rtrindade, October 29, 2017, 07:27:21 am
Share this topic:
Characters edit by Rtrindade Ibuki pots/CVS (22/09/2018)
#1  October 29, 2017, 07:27:21 am
  • **
  • Namudabiabitsú
  • Misete aru char
    • Brazil
    • rodtri@gmail.com
I just fixed some small bugs that the char had as:

Error in the special motion "Ruffian Kick"
I changed the sprites of Super Lv3 "Final Destruction"
I changed the face sprites
I added the Color Pellets in Def.txt
Update:
I fix errors in custom combo.











Here the download link:

https://www.4shared.com/rar/u6qkPPfhgm/Cody.html


Here is Ibuki alterations:

I did some measurements in the version of "varo_hades" I modified some hit snd I added slash sparkhit blood animation and also added a palette with the same credit to XCOSTUME and his tutorial I hope you enjoy the work I had with these changes.







Here the download link:

https://www.4shared.com/rar/5c2hLfUdda/Ibuki.html
Não crio nenhum char apenas os baixo e faço pequenas modificações para os mugen's que eu posso e o meu estilo favorito de char são o POTS ( Phantom of the server) e INFINITE.
Last Edit: September 24, 2018, 06:02:59 am by Rtrindade
Re: Cody Travers by Lost_avenger & Rtrindade
#2  September 03, 2018, 06:40:38 am
  • **
  • Namudabiabitsú
  • Misete aru char
    • Brazil
    • rodtri@gmail.com
I posted some screenshots so that they can have an idea of ​​how the char was made even though I already made this post some time ago.
Não crio nenhum char apenas os baixo e faço pequenas modificações para os mugen's que eu posso e o meu estilo favorito de char são o POTS ( Phantom of the server) e INFINITE.
Re: Cody Travers by Lost_avenger & Rtrindade
#3  September 04, 2018, 01:07:41 am
  • avatar
  • ***
another bug...(i guess it's a bug)
All standing punches during Excel mode are the same as regular punches
No Custom Combo font for Excel Mode win
Re: Cody Travers by Lost_avenger & Rtrindade
#4  September 05, 2018, 03:39:13 am
  • **
  • Namudabiabitsú
  • Misete aru char
    • Brazil
    • rodtri@gmail.com
another bug...(i guess it's a bug)
All standing punches during Excel mode are the same as regular punches
No Custom Combo font for Excel Mode win

Thanks for finding this bug, it was purely lack of attention but now it is already fixed and the character has the updated download link.

Punch custom combo:


Custom combo finish:
Não crio nenhum char apenas os baixo e faço pequenas modificações para os mugen's que eu posso e o meu estilo favorito de char são o POTS ( Phantom of the server) e INFINITE.
Re: Cody Travers by Lost_avenger & Rtrindade Updated
#5  September 05, 2018, 03:44:02 am
  • ****
  • Fist of Nothingness
  • I'm not powerful.
    • Mexico
    • j_llamosa@hotmail.com
OH BEEF! FINALLY! THANKS!
Re: Cody Travers by Lost_avenger & Rtrindade Updated
#6  September 05, 2018, 05:15:18 am
  • **
  • Namudabiabitsú
  • Misete aru char
    • Brazil
    • rodtri@gmail.com
Não crio nenhum char apenas os baixo e faço pequenas modificações para os mugen's que eu posso e o meu estilo favorito de char são o POTS ( Phantom of the server) e INFINITE.
Re: Cody Travers by Lost_avenger & Rtrindade Updated
#7  September 05, 2018, 09:01:18 am
  • avatar
  • ***
Re: Cody Travers by Lost_avenger & Rtrindade Updated
#8  September 05, 2018, 06:09:03 pm
  • ****
  • Fist of Nothingness
  • I'm not powerful.
    • Mexico
    • j_llamosa@hotmail.com
Re: Cody Travers by Lost_avenger & Rtrindade Updated
#9  September 07, 2018, 08:49:10 am
  • **
  • Namudabiabitsú
  • Misete aru char
    • Brazil
    • rodtri@gmail.com
FIXED UP!! The bug in the "custom combo" was due to the fact that it was not properly designated in the "CMD" and so every time a "Ko" occurred the "custom combo" animation was activated, to solve it was simply to attach the variable of "Custom Combo" on the "WinKo" trigger and that was it.

I was like this:

[State -3, Custom Combo Finish]
type = Helper
triggerAll = WinKO --------------Here was the bug--------------------
triggerAll = RoundState = 3 && !NumHelper(8600)
trigger1 = MoveHit = [1,4]
trigger2 = NumHelper(1005)
trigger2 = (Helper(1005), StateNo = [1005,1007]) && (Helper(1005), var(18))
trigger3 = StateNo = 810 && (AnimElemTime(6) = [0, 1])
trigger4 = StateNo = 821 && (AnimElemTime(4) = [0, 1])
helperType = Normal
stateNo = 9600
ID = 8600 + 0 * (var(23) := 900)
name = "Super Finish"
posType = left
pos = 160, -120
ownPal = 1
pauseMoveTime = 255
superMoveTime = 255
ignoreHitPause = 1

Now it's like this:
[State -3, Custom Combo Finish]
type = Helper
triggerAll = WinKO&& var(15) --------------Fixed--------------------
triggerAll = RoundState = 3 && !NumHelper(8600)
trigger1 = MoveHit = [1,4]
trigger2 = NumHelper(1005)
trigger2 = (Helper(1005), StateNo = [1005,1007]) && (Helper(1005), var(18))
trigger3 = StateNo = 810 && (AnimElemTime(6) = [0, 1])
trigger4 = StateNo = 821 && (AnimElemTime(4) = [0, 1])
helperType = Normal
stateNo = 9600
ID = 8600 + 0 * (var(23) := 900)
name = "Super Finish"
posType = left
pos = 160, -120
ownPal = 1
pauseMoveTime = 255
superMoveTime = 255
ignoreHitPause = 1

Thanks for checking out my character in such detail, to be honest I edited it but almost never played with it.
Não crio nenhum char apenas os baixo e faço pequenas modificações para os mugen's que eu posso e o meu estilo favorito de char são o POTS ( Phantom of the server) e INFINITE.
Re: Cody Travers by Lost_avenger & Rtrindade Updated (07/09/2018)
#10  September 08, 2018, 09:52:46 pm
  • ****
  • Fist of Nothingness
  • I'm not powerful.
    • Mexico
    • j_llamosa@hotmail.com
Thanks a lot, now i am hungry to record some videos of this Character, i shall enjoy it.
Re: Cody Travers by Lost_avenger & Rtrindade Updated (07/09/2018)
#11  September 08, 2018, 10:58:45 pm
  • avatar
  • ***
Thanks for editing him, I actually needed him lol
Re: Cody Travers by Lost_avenger & Rtrindade Updated (07/09/2018)
#12  September 09, 2018, 03:27:28 am
  • **
  • Namudabiabitsú
  • Misete aru char
    • Brazil
    • rodtri@gmail.com
Não crio nenhum char apenas os baixo e faço pequenas modificações para os mugen's que eu posso e o meu estilo favorito de char são o POTS ( Phantom of the server) e INFINITE.
Re: Cody Travers by Lost_avenger & Rtrindade Updated (07/09/2018)
#13  September 09, 2018, 03:37:20 am
  • **
  • Namudabiabitsú
  • Misete aru char
    • Brazil
    • rodtri@gmail.com
Thanks for editing him, I actually needed him lol


I'm creating a mugen just with characters in this style and the most difficult and standardize all. I had no expereiencia in the editing of characters and I wanted a Cody so I started with it, currently I use the screemppack BROKENMUGEN with 158 POTS style characters and I'm always looking for more.
Não crio nenhum char apenas os baixo e faço pequenas modificações para os mugen's que eu posso e o meu estilo favorito de char são o POTS ( Phantom of the server) e INFINITE.
Re: Cody Travers by Lost_avenger & Rtrindade Updated (07/09/2018)
#14  September 12, 2018, 05:09:19 am
  • ***
    • UK
This is more of a nitpick but he's missing the other sound for while he runs, compare it to other Pots-styled characters and you will know what I mean.
To play or not to play: That is the question...
Re: Cody Travers by Lost_avenger & Rtrindade Updated (07/09/2018)
#15  September 12, 2018, 10:23:25 am
  • avatar
  • ***
Thanks for editing him, I actually needed him lol


I'm creating a mugen just with characters in this style and the most difficult and standardize all. I had no expereiencia in the editing of characters and I wanted a Cody so I started with it, currently I use the screemppack BROKENMUGEN with 158 POTS style characters and I'm always looking for more.

Do have Yun and Yang?
Re: Cody Travers by Lost_avenger & Rtrindade Updated (07/09/2018)
#16  September 12, 2018, 11:01:06 pm
  • **
  • Namudabiabitsú
  • Misete aru char
    • Brazil
    • rodtri@gmail.com
Thanks for editing him, I actually needed him lol


I'm creating a mugen just with characters in this style and the most difficult and standardize all. I had no expereiencia in the editing of characters and I wanted a Cody so I started with it, currently I use the screemppack BROKENMUGEN with 158 POTS style characters and I'm always looking for more.

Do have Yun and Yang?

Yes, the two are easy to find in Mug*******chive !
Não crio nenhum char apenas os baixo e faço pequenas modificações para os mugen's que eu posso e o meu estilo favorito de char são o POTS ( Phantom of the server) e INFINITE.
Re: Cody Travers by Lost_avenger & Rtrindade Updated (07/09/2018)
#17  September 12, 2018, 11:07:20 pm
  • **
  • Namudabiabitsú
  • Misete aru char
    • Brazil
    • rodtri@gmail.com
"Koopa901" if you do not find them, just ask me to upload the two and send the link, but interesting you access this site because there are some more characters sometimes even needing few adjustments to turn m POTS style.
Não crio nenhum char apenas os baixo e faço pequenas modificações para os mugen's que eu posso e o meu estilo favorito de char são o POTS ( Phantom of the server) e INFINITE.
Re: Characters edit by Rtrindade Updated (22/09/2018)
#18  September 24, 2018, 06:05:00 am
  • **
  • Namudabiabitsú
  • Misete aru char
    • Brazil
    • rodtri@gmail.com
Test her and give your's opinion !!!!!!!!!!!!!!!!!
Não crio nenhum char apenas os baixo e faço pequenas modificações para os mugen's que eu posso e o meu estilo favorito de char são o POTS ( Phantom of the server) e INFINITE.
Re: Characters edit by Rtrindade Ibuki pots/CVS (22/09/2018)
#19  September 29, 2018, 12:08:44 pm
  • ******
  • The Lord of Vampire
  • Member of the Reign of Kreation
    • Brazil
    • guiaugusto20@hotmail.com
    • Skype - guiaugusto20


Like the addition of blood. Such a nice edit bro. :)
Re: Characters edit by Rtrindade Ibuki pots/CVS (22/09/2018)
#20  September 29, 2018, 12:43:41 pm
  • **
  • Namudabiabitsú
  • Misete aru char
    • Brazil
    • rodtri@gmail.com
I really find it gratifying that you have made a video of my edition and it makes all the work worthwhile nice!
Não crio nenhum char apenas os baixo e faço pequenas modificações para os mugen's que eu posso e o meu estilo favorito de char são o POTS ( Phantom of the server) e INFINITE.