YesNoOk
avatar

Need help with character editing (Read 1395 times)

Started by vicneo, December 24, 2024, 07:29:51 am
Share this topic:
Need help with character editing
#1  December 24, 2024, 07:29:51 am
  • avatar
  • *
    • Vietnam
This is the version of goku I'm using, he just automatically counter hits from blue form onwards, while not doing the same thing in god form. How to make him do it in god form?

One more thing is how to edit the sparking usage timing of each of his forms? (When his HP is low in any form, he usually goes into a state where he emits an aura around his body)

 

Note: Please check him before giving instructions, because if you can't understand how he works then your instructions are completely irrelevant.

 

https://www.mediafire.com/file/64owc1dm909cvqp/Songoku_US_ver3_5.zip/file
Last Edit: December 24, 2024, 07:33:25 am by vicneo
Re: Need help with character editing
#2  December 25, 2024, 06:34:10 am
  • *****
  • Shame on you!
    • USA
Most of the people who are willing to help don't have time to download, play, debug, and track down things people want help with. (especially at Christmas) What we do is usually give the person needing help clues on how to track down the things to edit.

This is the version of goku I'm using, he just automatically counter hits from blue form onwards, while not doing the same thing in god form. How to make him do it in god form?
If you use Debug you can find out very fast. Use Ctrl+D to turn on Debug. You'll see values in the bottom left corner. You'll see the StateNo value when he does the counter attack. Look for that value in his CMD file until you find the changestate that switches to it. Post that changestate in this thread. You're looking for a Var for the Blue form. You need to track down the Var for God mode too.

One more thing is how to edit the sparking usage timing of each of his forms? (When his HP is low in any form, he usually goes into a state where he emits an aura around his body)
This one would be easier to scrub the animations and find the aura sprites. Once you find the anim you can search the CNS files for that value until you find an explod or helper that makes it appear on screen. My guess is it will be a helper that is spawned in Statedef -2 based on how much Life P1 has left.
I don't really understand the phrase
"edit the sparking usage timing"
If you want it to start sooner, you would adjust the explod/helper's trigger(s). You would find the spot that creates it and edit the triggers to how/when you want it to start up.
If you want it to go away faster, you would edit the explod's
removetime =
line, or the helper's DestroySelf triggers.

vVv N00bSaibot & Muramasa RoofTop vVv
Re: Need help with character editing
#3  December 25, 2024, 12:11:10 pm
  • avatar
  • *
    • Vietnam
Sorry, not "edit the sparking usage timing" but adjust it so that he enters the aura state earlier when his HP is only slightly lost, different from the original default that he only switches to it when his HP is very low