-
Posts
1,907 -
Joined
-
Last visited
Everything posted by CozySquirtle
-
I know its still online, but 4shared keeps directing me to a false virus page. So, can anyone kindly upload him to mediafire. P.S, Most recent update please.
-
Its a Pokemon hack (just like Omicron and Zeta)
-
lol FUCK YA! TFS Nappa is awesome!
-
'Metal Slug Defense' palette for Kyo Kusanagi by Warusaki3 Link: http://www.mediafire.com/download/t27o0les27an1dq/KyoMetalSlugDefense.act
-
http://mugenguild.com/forum/topics/special-vs-character-intro-128797.0.html
-
I'll do you one better and explain how I got it to work: Step 1: [state 190] type = ChangeState trigger1 = p2name = "Insert Char Name Here" | p4name = "Insert Char Name Here" value = 192 Paste this directly under ; Introduction [statedef 190] type = S ctrl = 0 anim = 190 velset = 0,0 Now, from my understanding the value can be anything as long as it's a value of 190 (Meaning 191, 192, etc.) Also, be careful how you do this part "Insert Character Name Here" cause IT WILL play for any character with THAT NAME. Step 2: ;Vs Insert Char Name Here [statedef 192] type = S ctrl = 0 anim = 191 velset = 0,0 [state 191, 2] ;Assert this until you want "round 1, fight" to begin type = AssertSpecial trigger1 = 1 flag = Intro [state 191, 4] ;Change to stand state type = ChangeState trigger1 = AnimTime = 0 value = 0 Make a new line below and paste this. Now, your animation doesn't exactly have to be 191, I just used that cause it was easier for me to remember Step 3: Click Save All and Test it out
-
I changed the coding around. To be more accurate, someone on MFG was having a similar problem and they gave him/her a code to work off of. That, and I didn't use State 192 (I think it was?), I was using State 190 instead.
-
Charmander Released (Squirtle Slightly Updated)
CozySquirtle replied to CozySquirtle's topic in [ EDITS & ADD-ONS ]
-
Charmander Released (Squirtle Slightly Updated)
CozySquirtle replied to CozySquirtle's topic in [ EDITS & ADD-ONS ]
Maybe, I don't like to make any promises, its not the type of person I am. I also posted a link for a non-cameo Squirtle in the first post as well. -
Charmander Released (Squirtle Slightly Updated)
CozySquirtle replied to CozySquirtle's topic in [ EDITS & ADD-ONS ]
Updated Squirtle with a different win pose that fans of the "Legend Of Zelda" series might like. Link in first post -
Charmander Released (Squirtle Slightly Updated)
CozySquirtle replied to CozySquirtle's topic in [ EDITS & ADD-ONS ]
Thanks, everyone! Seems like Squirtle and Charmander are a hit! -
Charmander Released (Squirtle Slightly Updated)
CozySquirtle replied to CozySquirtle's topic in [ EDITS & ADD-ONS ]
UPDATED LINKS! -FIXED A FEW MISSING BLUE BOXES FOR BOTH SQUIRTLE AND CHARMANDER -
Charmander Released (Squirtle Slightly Updated)
CozySquirtle replied to CozySquirtle's topic in [ EDITS & ADD-ONS ]
O shit! I'm all over this! (BrunoSS' mistake will be my undoing! Hell ya!) *Edit* FIXED! -
Here's a rundown of things I did so far, based on Feedback from my Squirtle, thanks to Ryon, Laharl, GarchompMatt and RicePigeon -New Small Port -New Big Port -New Palettes -Fixed the move names -Fixed the 'poweradd' to all moves (Metal Claw can be used freely now, Ember costs -1000 and Flamethrower costs -2000) -Changed Charge animation time to 4 -Fixed Combo's A-C -Fixed dis-positioned sprites -Improved Standing Anim -Fixed Ground.hittime and Ground.Slidetime for both combo 2 and Ember. -Ember and Flamethrower no longer give back power. -Metal Claw is now labeled as NP instead of NA, Both Ember and Flamethrower are now labeled as HP instead of NA. -Changed Charmander's cry to that of the video game(s) -Vs Intro w/ Squirtle *I'M AWARE OF SOMETHINGS THAT I NEED TO DO BASED ON RICE'S FEEDBACK ON MY SQUIRTLE* Squirtle: -Vs Intro w/ Charmander -New Small Port Special Thanks to: -Ryon -RicePigeon -Laharl -GarchompMatt -BrunoSS -GameFreak -The Pokemon Company -Myself -You Charmander: http://www.mediafire.com/download/os28mxbm5s5xpfv/Charmander.rar Squirtle: http://www.mediafire.com/download/88rbi398onfnub9/Squirtle.rar Non-Cameo Squirtle: http://www.mediafire.com/download/58tgw8r2fd18zwx/Squirtle(2).rar
-
PROBLEM FIXED!
-
No, but I could try. I did, however, go in and edit/add more to it last night: ;Vs Squirtle [statedef 192] type = S physics = N ctrl = 0 anim = 191 velset = 0,0 [state 192, vs Squirtle] type = changestate trigger1 = var(1) != 3 && numenemy trigger1 = !(teammode = simul) && !(enemy, teammode = simul) trigger1 = enemy, authorname = "Ky" && enemy, name = "Squirtle" trigger1 = (var(1) = 1 && enemy, var(1) = 2) || (var(1) = 2 && enemy, var(1) = 1) value = 191 [state 190, 2] ;Assert this until you want "round 1, fight" to begin type = AssertSpecial trigger1 = 1 flag = Intro [state 190, 4] ;Change to stand state type = ChangeState trigger1 = AnimTime = 0 value = 0
-
@Glisp: I think I am using the GB/GBC cry, but I think its more of the GBA cry @HellZone and Galvatron: Thanks for the support! Means a great deal!
-
I assume your talking about this?: name ="Squirtle" displayname ="Squirtle"
-
Just waiting for some help/advice on howto code a Vs Character Intro and I believe Charmander is g2g
-
I'm trying to make a Vs Intro for both Charmander and Squirtle, I believe I did this right, however, its not working. May I ask what the problem might be? ;Vs Squirtle [statedef 190] type = S ctrl = 0 velset = 0, 0 [state 190, vs Squirtle] type = changestate trigger1 = var(1) != 3 && numenemy trigger1 = !(teammode = simul) && !(enemy, teammode = simul) trigger1 = enemy, authorname = "Ky" && enemy, name = "Squirtle" trigger1 = (var(1) = 1 && enemy, var(1) = 2) || (var(1) = 2 && enemy, var(1) = 1) value = 191
-
Here's a rundown of things I did so far, based on Feedback from my Squirtle, thanks to Ryon, Laharl, GarchompMatt and RicePigeon -New Small Port -New Big Port -New Palettes -Fixed the move names -Fixed the 'poweradd' to all moves (Metal Claw can be used freely now, Ember costs -1000 and Flamethrower costs -2000) -Changed Charge animation time to 4 -Fixed Combo's A-C -Fixed dis-positioned sprites -Improved Standing Anim -Fixed Ground.hittime and Ground.Slidetime for both combo 2 and Ember. -Ember and Flamethrower no longer give back power. -Metal Claw is now labeled as NP instead of NA, Both Ember and Flamethrower are now labeled as HP instead of NA. -Changed Charmander's cry to that of the video game(s)