Home Gallery Resources The Team Rules chat Login Register
Pages:  1 ... 56 57 58 [59] 60 61 62 ... 137
Author Topic: WIP PSA Workshop  (Read 696986 times)
0 Members and 1 Guest are viewing this topic.
Keromonkey
Hyper Kitten
******
Offline Offline

Posts: 298


Working on Indie Game: Q'Redux (on Steam)

  • Awards Hot Topic Favorite'd Dedicated Hacker

  • View Profile WWW Awards
    « Reply #870 on: August 21, 2013, 10:00:03 PM »


    Well thanks everyone. Glad to know the hard work is paying offThis string took me about three in a half-four days. Cant remember, I did the first punch a month ago and didn't finish it till now. I could do it much faster but, ya know, brawlbox dosen't use ik handels so i gotta position the feet on every [censored]ing frame

    Wow, the detail in that is very impressive. Were you working on a Luffy PSA? (Was the Luffy over Marth PSA that was already out your handy work?)

    @Tabuu: I'd be happy to beta test sometime. Just keep me posted ^_^

    Logged


    Tabuu Forte Akugun
    Boss Kitten
    ****
    Offline Offline

    Posts: 4400


    Smash 4 Main: Bowser

  • Awards Heart Container Famous Hacker Starstormer Super Saiyan Topic

  • View Profile Awards
    « Reply #871 on: August 22, 2013, 06:49:51 PM »


    KJP, I need you for a second again. D: I can't figure out how to subtract a variable damage. D:

    Anyway, if I can finish the Specials, and soon, I might release the King Cold beta earlier. Wink I just got done finishing his CSPs and stock icons, and I'm finishing up the readme and some moves.

    And...

    @Tabuu: I'd be happy to beta test sometime. Just keep me posted ^_^

    I'll keep a list of beta testers in my folder. Thanks, Kero. Wink
    « Last Edit: August 22, 2013, 06:50:45 PM by Tabuu Forte Akugun » Logged

    rax189
    Holy Kitten
    *
    Offline Offline

    Posts: 1145


    Thugs 4 Life

  • Awards Dedicated Hacker Heart Container Favorite'd Tutorial Writer

  • View Profile Awards
    « Reply #872 on: August 22, 2013, 10:07:31 PM »


    Well you know what they say
    The more attacks the better Couldn't think of anything witty

    looks great but landing could be a bit better leg looks odd anyways, what happens if hes hit from behind in the midddle of an attack? does he have an animation for pulling his arms and legs back or will it just pop back? cuz idk if u can make him pull his arms and legs back in when hes hit so thats one thing i was curious about
    Logged


    KingJigglypuff
    Meme Machine
    Moderator
    ****
    Offline Offline

    Posts: 7206


  • Awards RAGE!! >9000 Hyperactive Contributor Heart Container

  • View Profile Awards
    « Reply #873 on: August 23, 2013, 08:39:16 AM »


    KJP, I need you for a second again. D: I can't figure out how to subtract a variable damage. D:
    You mean like a healing move? Use the Add/Subtract Damage command for that.

    Or is it for your counter attack? If so, then click where it says "Scalar". A dropdown box should appear.
    Logged

    I don't take requests.

    My PSA Thread

    Tabuu Forte Akugun
    Boss Kitten
    ****
    Offline Offline

    Posts: 4400


    Smash 4 Main: Bowser

  • Awards Heart Container Famous Hacker Starstormer Super Saiyan Topic

  • View Profile Awards
    « Reply #874 on: August 23, 2013, 08:54:25 AM »


    You mean like a healing move? Use the Add/Subtract Damage command for that.

    Or is it for your counter attack? If so, then click where it says "Scalar". A dropdown box should appear.

    I did that. And yes, it's for my counter. But the damage won't heal. D:
    Logged

    KingJigglypuff
    Meme Machine
    Moderator
    ****
    Offline Offline

    Posts: 7206


  • Awards RAGE!! >9000 Hyperactive Contributor Heart Container

  • View Profile Awards
    « Reply #875 on: August 23, 2013, 09:28:25 AM »


    I did that. And yes, it's for my counter. But the damage won't heal. D:
    Did you use the variables from Waluigi's counter?

    Though you can try using the counter coding from Dragon Yoshi.
    Logged

    I don't take requests.

    My PSA Thread

    Tabuu Forte Akugun
    Boss Kitten
    ****
    Offline Offline

    Posts: 4400


    Smash 4 Main: Bowser

  • Awards Heart Container Famous Hacker Starstormer Super Saiyan Topic

  • View Profile Awards
    « Reply #876 on: August 23, 2013, 10:09:08 AM »


    I used the exact same variable. Actually, the code is like this:

    Basic Variable Set: LA-Basic[101] = IC-Basic[2] (Current damage, right?)
    Basic Variable Subtract: LA-Basic[101] - LA-Basic[100] (The damage before he was hit stored here
    Basic Variable Subtract: LA-Basic[101] - 1
    Add/Subtract Damage: LA-Basic[101]
    Logged

    KingJigglypuff
    Meme Machine
    Moderator
    ****
    Offline Offline

    Posts: 7206


  • Awards RAGE!! >9000 Hyperactive Contributor Heart Container

  • View Profile Awards
    « Reply #877 on: August 23, 2013, 11:28:50 AM »


    I used the exact same variable. Actually, the code is like this:

    Basic Variable Set: LA-Basic[101] = IC-Basic[2] (Current damage, right?)
    Basic Variable Subtract: LA-Basic[101] - LA-Basic[100] (The damage before he was hit stored here
    Basic Variable Subtract: LA-Basic[101] - 1
    Add/Subtract Damage: LA-Basic[101]
    Alright.

    So what happens? Does it deal self damage? Or does it do nothing?
    Logged

    I don't take requests.

    My PSA Thread

    Tabuu Forte Akugun
    Boss Kitten
    ****
    Offline Offline

    Posts: 4400


    Smash 4 Main: Bowser

  • Awards Heart Container Famous Hacker Starstormer Super Saiyan Topic

  • View Profile Awards
    « Reply #878 on: August 23, 2013, 12:36:57 PM »


    Alright.

    So what happens? Does it deal self damage? Or does it do nothing?

    It does absolutely nothing. I was  thinking it was because it doesn't know whether or not it subtracts or adds, but if that was the error it wouldn't work on yours either.
    Logged

    KingJigglypuff
    Meme Machine
    Moderator
    ****
    Offline Offline

    Posts: 7206


  • Awards RAGE!! >9000 Hyperactive Contributor Heart Container

  • View Profile Awards
    « Reply #879 on: August 23, 2013, 12:38:22 PM »


    It does absolutely nothing. I was  thinking it was because it doesn't know whether or not it subtracts or adds, but if that was the error it wouldn't work on yours either.
    So I see.

    Try to see if you can play around with it some more.

    If you can't get it to work, then I guess I can take a whack at it.
    Logged

    I don't take requests.

    My PSA Thread

    Tabuu Forte Akugun
    Boss Kitten
    ****
    Offline Offline

    Posts: 4400


    Smash 4 Main: Bowser

  • Awards Heart Container Famous Hacker Starstormer Super Saiyan Topic

  • View Profile Awards
    « Reply #880 on: August 23, 2013, 12:41:20 PM »


    It's the strangest thing, because everything else works. It's like it just ignores the code...
    Logged

    Carnage
    God Kitten
    *******
    Offline Offline

    Posts: 7551


    (retired)

  • Awards Constructive Super Saiyan Topic Heart Container Starstormer

  • View Profile Awards
    « Reply #881 on: August 23, 2013, 01:41:24 PM »


    It's the strangest thing, because everything else works. It's like it just ignores the code...
    make sure the code isnt on the last animation frame since most of the time they get ignored if on the last frame
    Logged


    Tabuu Forte Akugun
    Boss Kitten
    ****
    Offline Offline

    Posts: 4400


    Smash 4 Main: Bowser

  • Awards Heart Container Famous Hacker Starstormer Super Saiyan Topic

  • View Profile Awards
    « Reply #882 on: August 23, 2013, 02:11:21 PM »


    make sure the code isnt on the last animation frame since most of the time they get ignored if on the last frame

    It's right at the beginning of the animation. Wink

    EDIT: I might have figured it out. I'll test it and edit this post with the results.
    « Last Edit: August 23, 2013, 02:25:30 PM by Tabuu Forte Akugun » 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 #883 on: August 23, 2013, 10:26:51 PM »


    SSBB Hacks - Gunslinger Samus v1.0 Progress


    New Jab, and Aerial Down Special has more use...
    « Last Edit: August 23, 2013, 10:29:30 PM by A Bloody Canadian » Logged


    Omniscient X
    Extreme Kitten
    *******
    Offline Offline

    Posts: 451


    Who needs motivation

  • Awards Super Saiyan Topic

  • View Profile Awards
    « Reply #884 on: August 24, 2013, 03:11:48 PM »


    It's right at the beginning of the animation. Wink

    EDIT: I might have figured it out. I'll test it and edit this post with the results.
    You can always use the Add/Subtract Damage event and set the damage to a variable and then use a seperate subroutine to govern the variable and what you specifically want it to do.
    -Omni
    Logged

    Pages:  1 ... 56 57 58 [59] 60 61 62 ... 137
    Print
    Jump to: