Home Gallery Resources The Team Rules chat Login Register
Pages:  1 2 [3] 4 5 6 ... 11
Author Topic: dRage's new project revealed: Ichigo (v0.4 released!)  (Read 51955 times)
0 Members and 1 Guest are viewing this topic.
ピカノ
THE catgirl fan
Special Access
*****
Offline Offline

Posts: 949


papersak's personal stalker

  • Awards Famous Hacker Pin Collector Heart Container Super Saiyan Topic

  • View Profile WWW Awards
    « Reply #30 on: August 04, 2009, 06:16:11 PM »


    Simple amazing. *Studies your pacs*

    At the moment all I've really done is give Luigi a flaming ass attack. ;_;
    Logged



    dRage
    Global Moderator
    *****
    Offline Offline

    Posts: 1417


  • Awards Famous Hacker Fiery Topic Pin Collector KCMM Old Timer

  • View Profile WWW Awards
    « Reply #31 on: August 04, 2009, 06:17:40 PM »


    The timer is taken from the GFX tab, the small wind animation when he slams the sword into ground starts at that time.

    I wanted the hitbox to come out at the same frame the sword hits the ground.
    Logged


    LavaLatte [.Fade]
    .Paradox'd
    Supreme Kitten
    ********
    Offline Offline

    Posts: 565


  • Awards Renowned Hacker Hot Topic Star Hacker Featured

  • View Profile Awards
    « Reply #32 on: August 04, 2009, 06:27:18 PM »


    Simple amazing. *Studies your pacs*

    At the moment all I've really done is give Luigi a flaming ass attack. ;_;

    Sounds like progress to me =P

    The timer is taken from the GFX tab, the small wind animation when he slams the sword into ground starts at that time.

    I wanted the hitbox to come out at the same frame the sword hits the ground.

    That's pretty clever 0_o

    Btw, could adding 'Terminate Collisions:' at a certain interval eliminate the hitbox before the end of the taunt?
    Logged




    FinalSoraRiku
    Mega Kitten
    *****
    Offline Offline

    Posts: 167


    Things sure changed after a few years


    View Profile Awards
    « Reply #33 on: August 04, 2009, 06:29:18 PM »


    Simple amazing. *Studies your pacs*

    At the moment all I've really done is give Luigi a flaming ass attack. ;_;
    I might actually do that myself Cheesy that's progress AWESOME 2.0!
    Logged

    dRage
    Global Moderator
    *****
    Offline Offline

    Posts: 1417


  • Awards Famous Hacker Fiery Topic Pin Collector KCMM Old Timer

  • View Profile WWW Awards
    « Reply #34 on: August 04, 2009, 06:32:05 PM »


    Simple amazing. *Studies your pacs*

    Thanks =3

    From all those hitbox modifictaion codes Brawl+ uses I already knew what most of the parameters do.
    The rest was mostly trial and error and looking at PMario's pac for referrence.

    But really the Flame Wave is the result of hell lot of tinkering around with values. I had the basic concept layed out when I started and simply looked for moves that had effects I could use.

    The flames for example have the gfx and hitboxes (values adjusted of course) of his neutral B explosion. That actually gave me a funny bug where the flames would almost instantly break a shield cause I forgot to tone the knockback growth down.

    The scripting for the special actually isn't as complicated as I thought, at least if you're doing something as simple as the Flame Wave. Technically just consists of one If Else command, if you're in the air it goes to the subaction of my modified aerial version else it goes to the ground version.

    After those subaction calls you simply have to specify into which action the character is send after the move. Stuff like 'Change action to standing once animation ends'.


    At the moment all I've really done is give Luigi a flaming ass attack. ;_;

    Hey that's already something, better than all of those 'olololol all moves do 999% movesets'

    That's pretty clever 0_o

    Btw, could adding 'Terminate Collisions:' at a certain interval eliminate the hitbox before the end of the taunt?

    Yeah that's precisely what I tried to do. But again I only wanted a tiny window for the hitbox and the values I tried where so low that the hitbox got terminated without having any effect.
    « Last Edit: August 04, 2009, 06:36:00 PM by Dragonrage » Logged


    Segab
    FFFFFF
    Special Access
    *****
    Offline Offline

    Posts: 826


    Meowth that's bass!

  • Awards Super Saiyan Topic Pin Collector Favorite'd Heart Container

  • View Profile WWW Awards
    « Reply #35 on: August 04, 2009, 06:35:56 PM »


    yeah I looked at your .pac file and it's way more simple than I thought
    Logged

    LavaLatte [.Fade]
    .Paradox'd
    Supreme Kitten
    ********
    Offline Offline

    Posts: 565


  • Awards Renowned Hacker Hot Topic Star Hacker Featured

  • View Profile Awards
    « Reply #36 on: August 04, 2009, 06:59:37 PM »


    Dude, I don't know if you realize, but you're the closest thing to Phantom Wings we got. I applaud you. =D

    Yay for more questions!

    1. How'd you make such a disjointed hitbox to create the projectiles? Does it have to do with offsets?

    2. Lol, how do you edit their run speed? I can't believe I don't know this 0_o
    Logged




    milkaholic123
    Guest

    « Reply #37 on: August 04, 2009, 07:02:52 PM »


    I didnt know this at first but finalrikusora and Sukakesand help me alot. I'll teach you. Im still learning but I 'll tell you what I know.
    Logged

    dRage
    Global Moderator
    *****
    Offline Offline

    Posts: 1417


  • Awards Famous Hacker Fiery Topic Pin Collector KCMM Old Timer

  • View Profile WWW Awards
    « Reply #38 on: August 04, 2009, 07:07:53 PM »


    Dude, I don't know if you realize, but you're the closest thing to Phantom Wings we got. I applaud you. =D

    Yay for more questions!

    1. How'd you make such a disjointed hitbox to create the projectiles? Does it have to do with offsets?

    2. Lol, how do you edit their run speed? I can't believe I don't know this 0_o

    I wouldn't consider myself a PW since our levels of awesomeness are worlds apart (I heard his is over 9*shot*)
    But thanks, I appreciate it ^^

    1. You mean the flames? All I did was copy/pasting one and the same hitbox with an intervall of 30000 in between. The only parameter that's different about them is the x offset: 5000 or something are added for every new flame. The x offset is simply how far away the hitbox is from the characters pivot point horizontally.

    First is at 10000, second is at 15000, third at 20000, etc.

    2. Runspeed? All that stuff is under Attributes, the values are in hex, though.

    EDIT: Ew 3:20am already, I'll be going to bed now. If there's anymore questions I'll answer them tommorow.
    « Last Edit: August 04, 2009, 07:21:35 PM by Dragonrage » Logged


    Apocolypse3000
    Newbie Kitten
    *
    Offline Offline

    Posts: 7


    View Profile Awards
    « Reply #39 on: August 05, 2009, 08:04:16 AM »


    Dragonrage did you figure out how to change the animation and gfx for "A" btn moves, the way phantom was able to give mario his swingbat animation for is forward smash?
    Logged

    Segab
    FFFFFF
    Special Access
    *****
    Offline Offline

    Posts: 826


    Meowth that's bass!

  • Awards Super Saiyan Topic Pin Collector Favorite'd Heart Container

  • View Profile WWW Awards
    « Reply #40 on: August 05, 2009, 10:01:07 AM »


    in "animation", look for the animation you want to take, copy it.
    again in "animation", look for the attack you want to change, and paste the name of the animation in there.

    if you have trouble finding the right animation, just look here
    Logged

    LavaLatte [.Fade]
    .Paradox'd
    Supreme Kitten
    ********
    Offline Offline

    Posts: 565


  • Awards Renowned Hacker Hot Topic Star Hacker Featured

  • View Profile Awards
    « Reply #41 on: August 05, 2009, 12:23:04 PM »


    Dragonrage, now how exactly did you get rid of the freefall?? 0_o
    Logged




    dRage
    Global Moderator
    *****
    Offline Offline

    Posts: 1417


  • Awards Famous Hacker Fiery Topic Pin Collector KCMM Old Timer

  • View Profile WWW Awards
    « Reply #42 on: August 05, 2009, 02:00:47 PM »


    As I said I coded it to go into freefall so removing it was easy.



    See the highlighted line? That command forces the move into freefall (10) if the animation ends. So for removing the freefall all you do is change the action to fall (E).

    Here's a list of those actions: http://www.smashboards.com/showpost.php?p=7753586&postcount=1
    Logged


    Segab
    FFFFFF
    Special Access
    *****
    Offline Offline

    Posts: 826


    Meowth that's bass!

  • Awards Super Saiyan Topic Pin Collector Favorite'd Heart Container

  • View Profile WWW Awards
    « Reply #43 on: August 05, 2009, 02:10:48 PM »


    I'll add this link to a sticky, thats pretty usefull
    Logged

    AwesomeTurtwig
    Mega Kitten
    *****
    Offline Offline

    Posts: 168


    I am truly awesome


    View Profile WWW Awards
    « Reply #44 on: August 05, 2009, 08:04:51 PM »


    What offsets did you use to make this happen?
    Logged

    My youtube channel (mostly brawl hack videos)

    http://youtube.com/bleamix

    Pages:  1 2 [3] 4 5 6 ... 11
    Print
    Jump to: