Home Gallery Resources The Team Rules chat Login Register
Pages: [1]
Author Topic: How to edit Final Smash Damage?  (Read 3288 times)
0 Members and 1 Guest are viewing this topic.
JAD
Mega Kitten
*****
Offline Offline

Posts: 117



View Profile Awards
« on: October 28, 2012, 03:23:00 PM »


Hey guys. How do you edit how much damage a final smash does?
Logged

ABloodyCanadian
Ellipsis Abuser…
Heroic Kitten
**
Offline Offline

Posts: 2949


Background processes...

  • Awards KCMM Veteran Super Saiyan Topic Hey! Listen! Famous Hacker

  • View Profile Awards
    « Reply #1 on: October 28, 2012, 03:25:44 PM »


    Go into PSA, go to the Sub Actions where the Final Smash is, and edit the Damage Parameter in the Offensive Collision or Special Offensive Collision Events.

    Don't know what I'm talking about? Look for tutorials on PSA...
    Logged


    JAD
    Mega Kitten
    *****
    Offline Offline

    Posts: 117



    View Profile Awards
    « Reply #2 on: October 28, 2012, 03:36:39 PM »


    Go into PSA, go to the Sub Actions where the Final Smash is, and edit the Damage Parameter in the Offensive Collision or Special Offensive Collision Events.

    Don't know what I'm talking about? Look for tutorials on PSA...
    I dont know how to do that lol. I'll look it up. Thank you though  Kirby Dance
    Logged

    ABloodyCanadian
    Ellipsis Abuser…
    Heroic Kitten
    **
    Offline Offline

    Posts: 2949


    Background processes...

  • Awards KCMM Veteran Super Saiyan Topic Hey! Listen! Famous Hacker

  • View Profile Awards
    « Reply #3 on: October 28, 2012, 03:41:00 PM »


    All I can say is a tip that might make understanding PSA a bit better...

    -Treat everything as a list going down. Everything starts in Actions, which eventually go into Sub Actions which is where you will do most of the work.
    Logged


    JAD
    Mega Kitten
    *****
    Offline Offline

    Posts: 117



    View Profile Awards
    « Reply #4 on: October 28, 2012, 03:45:41 PM »


    All I can say is a tip that might make understanding PSA a bit better...

    -Treat everything as a list going down. Everything starts in Actions, which eventually go into Sub Actions which is where you will do most of the work.
    Oh ok, I understand that. Thank you. So lets say I open up the FitIke.pac. in brawlbox. Where would I need to go?
    Logged

    ABloodyCanadian
    Ellipsis Abuser…
    Heroic Kitten
    **
    Offline Offline

    Posts: 2949


    Background processes...

  • Awards KCMM Veteran Super Saiyan Topic Hey! Listen! Famous Hacker

  • View Profile Awards
    « Reply #5 on: October 28, 2012, 03:50:39 PM »


    The Sub Action where the Final Smash is used (Normally in the very bottom). There should be Offensive Collisions/Special Offensive Collisions that you can select and modify. One of the parameters of those events are how much Damage it does. Take note that the damage value is in Hexadecimal so make sure you understand those values as well. If not, here's what it is in a nutshell.

    1=1
    2=2
    3=3
    4=4
    5=5
    6=6
    7=7
    8=8
    9=9
    A=10
    B=11
    C=12
    D=13
    E=14
    F=15
    10=16
    11=17
    12=18

    And so forth. Basically it's your normal numbers. Just add letters A-F in it. A goes after 9.
    « Last Edit: October 28, 2012, 03:51:37 PM by A Bloody Canadian » Logged


    JAD
    Mega Kitten
    *****
    Offline Offline

    Posts: 117



    View Profile Awards
    « Reply #6 on: October 28, 2012, 04:01:28 PM »


    The Sub Action where the Final Smash is used (Normally in the very bottom). There should be Offensive Collisions/Special Offensive Collisions that you can select and modify. One of the parameters of those events are how much Damage it does. Take note that the damage value is in Hexadecimal so make sure you understand those values as well. If not, here's what it is in a nutshell.

    1=1
    2=2
    3=3
    4=4
    5=5
    6=6
    7=7
    8=8
    9=9
    A=10
    B=11
    C=12
    D=13
    E=14
    F=15
    10=16
    11=17
    12=18

    And so forth. Basically it's your normal numbers. Just add letters A-F in it. A goes after 9.
    No Ive looked through the whole FitIke.pac. I cant find it. Just to be clear Im not making a new final smash Im editing an already made PSA
    Logged

    ABloodyCanadian
    Ellipsis Abuser…
    Heroic Kitten
    **
    Offline Offline

    Posts: 2949


    Background processes...

  • Awards KCMM Veteran Super Saiyan Topic Hey! Listen! Famous Hacker

  • View Profile Awards
    « Reply #7 on: October 28, 2012, 04:20:04 PM »


    You're still doing the same thing. Are you sure you're looking at the Sub Actions?
    Logged


    JAD
    Mega Kitten
    *****
    Offline Offline

    Posts: 117



    View Profile Awards
    « Reply #8 on: October 28, 2012, 04:55:47 PM »


    You're still doing the same thing. Are you sure you're looking at the Sub Actions?
    The final smash is in the specials tab. What exactly do i look for now? All i wanna do is edit the damage from 999 to about 80
    Logged

    ABloodyCanadian
    Ellipsis Abuser…
    Heroic Kitten
    **
    Offline Offline

    Posts: 2949


    Background processes...

  • Awards KCMM Veteran Super Saiyan Topic Hey! Listen! Famous Hacker

  • View Profile Awards
    « Reply #9 on: October 28, 2012, 05:00:04 PM »


    It's in the Actions Tab yes, but according to it's coding, it directs you to a Sub Action. And there might be requirements that tell it to go to another Action if those requirements are met. The Offensive Collisions are in those Sub Actions used in those Actions.

    -Treat everything as a list going down. Everything starts in Actions, which eventually go into Sub Actions which is where you will do most of the work.
    « Last Edit: October 28, 2012, 05:04:11 PM by A Bloody Canadian » Logged


    JAD
    Mega Kitten
    *****
    Offline Offline

    Posts: 117



    View Profile Awards
    « Reply #10 on: October 28, 2012, 05:13:34 PM »


    It's in the Actions Tab yes, but according to it's coding, it directs you to a Sub Action. And there might be requirements that tell it to go to another Action if those requirements are met. The Offensive Collisions are in those Sub Actions used in those Actions.

    Ok i see what you mean. Thank you for all the help, youve been great  Smiley. How did you learn all of this? Its really confusing
    Logged

    ABloodyCanadian
    Ellipsis Abuser…
    Heroic Kitten
    **
    Offline Offline

    Posts: 2949


    Background processes...

  • Awards KCMM Veteran Super Saiyan Topic Hey! Listen! Famous Hacker

  • View Profile Awards
    « Reply #11 on: October 28, 2012, 05:26:38 PM »


    Self taught actually. Yes I did look at a few tutorials, but I went by myself a bit afterward. All you have to remember is...

    -Treat everything as a list going down. Everything starts in Actions, which eventually go into Sub Actions which is where you will do most of the work.


    ...At least to understand the basics...

    I don't know what all Events do... but looking at this may help... http://opensa.dantarion.com/wiki/PSA_Documentation
    Logged


    JAD
    Mega Kitten
    *****
    Offline Offline

    Posts: 117



    View Profile Awards
    « Reply #12 on: October 28, 2012, 05:31:03 PM »


    Self taught actually. Yes I did look at a few tutorials, but I went by myself a bit afterward. All you have to remember is...

    ...At least to understand the basics...

    I don't know what all Events do... but looking at this may help... http://opensa.dantarion.com/wiki/PSA_Documentation

    Oh Ok. Thanks again though. I really appreciate it. Hopefully I can self teach myself too lol
    Logged

    Pages: [1]
    Print
    Jump to: