Would you like to react to this message? Create an account in a few clicks or log in to continue.
Welcome!!! - Bienvenidos!!! - ( We hope you will get involved in the MMV Community which is dedicated to having fun with Mugen ) - Bienvenidos!!! - Welcome!!!
Posts : 294 Join date : 2022-06-08 Location : France
Subject: Need Help from a Coder to add an Hyper Move June 8th 2023, 6:11 pm
Hello there ! Like I always say, I'm a spriter and not a coder. While I can add some basic stuff, I'm stuck sometimes, like it's the case here.
I'm making / modifying a new character, and I want to add a new Hyper move (there is a free spot in his movepool). I know exactly what, and I have found the exact same move I want elsewhere. The problem is: the coding of the move is a bit beyond the simple "copy/paste" that I can usually manage. It has variables I think...
So I'm looking for someone good enough with coding (like really good) to add that new Hyper to the character.
Now, the real question: what character is that ? Well, I don't want to tell publicly, as it's supposed to be a surprise. I can just tell it's a DC villain.
I'll explain it all if one of you is interested.
Cheers
Shining
Posts : 5032 Join date : 2013-03-26 Age : 44 Location : Italy
Subject: Re: Need Help from a Coder to add an Hyper Move June 8th 2023, 6:24 pm
I could try to help you but two of the best coders available( i hope) are lessard and pilgrim
Raijjin
Posts : 294 Join date : 2022-06-08 Location : France
Subject: Re: Need Help from a Coder to add an Hyper Move June 8th 2023, 6:35 pm
Shining wrote:
I could try to help you but two of the best coders available( i hope) are lessard and pilgrim
You can take a look if you want at the original code to see if this is copyable, but it's quite weird and I don't really get how it's made :/
The move to copy is the slowmo mode, which is findable (in part at least, I guess) in the "trait" section of the code.
If you think you can port it to another character, I'll send you my character with the specifications. But it's a hard one, so there is no shame into not succeeding here (in which case I hope someone else can)
Thanks you either way
Shining
Posts : 5032 Join date : 2013-03-26 Age : 44 Location : Italy
Subject: Re: Need Help from a Coder to add an Hyper Move June 9th 2023, 1:56 am
I did not check yet ...but try to see some codes in Statedef-2 or Statedef-3
Or in helpers folder
Sometimes a part of codes are in other categories of states or n other folders
Raijjin likes this post
Shining
Posts : 5032 Join date : 2013-03-26 Age : 44 Location : Italy
Subject: Re: Need Help from a Coder to add an Hyper Move June 9th 2023, 3:08 am
i just checked it first of all it s 1.1 chars...try to see if your next chars it s 1.1 then it s uno tag mode char so i don t know about it
then i dont find nothing strange in .cns and .st files
try to check in TheFlashnew52_unotag\DCTemplate.cmd
this flash uses "c" button as a slowind movements special
usually "c" button is hard punch or hard kick
so in your new character "c" button must have that command or it does not work (you have to delete the classic c button commands and add the codes i sent to you) (or better change the command in flash from "c" into the command you prefer -special or hyper )
i hope they will work
try to see in my hourman...i added a sort of freezing time special and hyper special from spiderman by zvitor hyper from dr manhattan
Raijjin
Posts : 294 Join date : 2022-06-08 Location : France
Subject: Re: Need Help from a Coder to add an Hyper Move June 9th 2023, 3:51 am
Shining wrote:
i just checked it first of all it s 1.1 chars...try to see if your next chars it s 1.1 then it s uno tag mode char so i don t know about it
then i dont find nothing strange in .cns and .st files
try to check in TheFlashnew52_unotag\DCTemplate.cmd
this flash uses "c" button as a slowind movements special
usually "c" button is hard punch or hard kick
so in your new character "c" button must have that command or it does not work (you have to delete the classic c button commands and add the codes i sent to you) (or better change the command in flash from "c" into the command you prefer -special or hyper )
i hope they will work
try to see in my hourman...i added a sort of freezing time special and hyper special from spiderman by zvitor hyper from dr manhattan
Wow ! Thanks a lot ! I'll try to put all of that in my character and see if it works ! I'll also have to change some stuff, as the character move was based on a timer to refill and not some power + I'll have to add a timebar for the move. Thanks for all of that !
Raijjin
Posts : 294 Join date : 2022-06-08 Location : France
Subject: Re: Need Help from a Coder to add an Hyper Move June 9th 2023, 5:51 am
Well, my character is 1.0 I guess... Never quite understood the difference or how to change that tbh...
Shining
Posts : 5032 Join date : 2013-03-26 Age : 44 Location : Italy
Subject: Re: Need Help from a Coder to add an Hyper Move June 9th 2023, 8:08 am
Raijjin wrote:
Shining wrote:
try to see in my hourman...i added a sort of freezing time special and hyper special from spiderman by zvitor hyper from dr manhattan
Wow ! Thanks a lot ! I'll try to put all of that in my character and see if it works ! I'll also have to change some stuff, as the character move was based on a timer to refill and not some power + I'll have to add a timebar for the move. Thanks for all of that !
See hourman ...i think It could be useful for you ...It has got same effects of that flash version
Raijjin likes this post
Raijjin
Posts : 294 Join date : 2022-06-08 Location : France
Subject: Re: Need Help from a Coder to add an Hyper Move June 9th 2023, 8:37 am
Shining wrote:
Raijjin wrote:
Shining wrote:
try to see in my hourman...i added a sort of freezing time special and hyper special from spiderman by zvitor hyper from dr manhattan
Wow ! Thanks a lot ! I'll try to put all of that in my character and see if it works ! I'll also have to change some stuff, as the character move was based on a timer to refill and not some power + I'll have to add a timebar for the move. Thanks for all of that !
See hourman ...i think It could be useful for you ...It has got same effects of that flash version
Well, I checked and your Hourman has a full stop effect, not a slowmotion (even if the background time effect is nice), so that's not really what I'm looking for... Btw you should check your link, it's broken, I had to find your version on the Archive (and it was weirdly not easy despite this being the best version of the character)
Meanwhile, I'll try to see what I can do
Shining
Posts : 5032 Join date : 2013-03-26 Age : 44 Location : Italy
Subject: Re: Need Help from a Coder to add an Hyper Move June 9th 2023, 10:22 am