-
Posts
113 -
Joined
-
Last visited
Posts posted by Alex S.
-
-
The easiest and only solution is to not use WinMugen.
The Z2 characters are made so that you can put them in your Mugen too, the fact is that we do not use WinMugen but we use the much more stable Mugen 1.0.
-
Heh, I wouldn't say this is fine, there's a lot to fix, like the neck, the shoulders, the nose, the face, you also forgot the ears.
You need to learn anatomy.
This is what I did:
SpoilerI kept the face long for the style.
-
You should play with 4 buttons instead of 6 for 'faithful MvC2 gameplay'.
-
So what happened to saving all pages in Wayback Machine?
The first two sites that are listed weren't even saved, I had to do it. Come on, let's do it!
-
This is resolved. If you want him, go here:
http://mugenfreeforall.com/index.php?/topic/57-final-fantasy-series/&page=1
-
Link by Daniel9999999: http://www.mediafire.com/download/37e6u7wv7wljf6g/Hayato_YX.zip
Note: it's 8 weeks old (released on December 2015) so it may be outdated.
-
Nice character.
I'm testing it now (M.U.G.E.N. 1.0, stage0 as Training stage) and I've found this:
- I got this debug message when doing Valkyrie Turn:
WARNING: EXPRESSION TRUNCATED TO INTEGER: PLAYER B0RF (56) IN STATE 3151: 255.000000;
- it's a bit difficult, but if you manage to make the enemy bounce on the ground with the Shell Pierce (Hold D, HK on air), sometimes the "hitting ground" sound effect doesn't play, and also you can see the enemy going through the floor before bouncing.
Eternal Slumber problems:
- Debug flood when doing Eternal Slumber, regarding the Spinning Wheel: when I press a button, to make it stop spinning,
WARNING: PLAYER SPINNING WHEEL (71) IN STATE 3516: DIVISION BY ZERO
but you knew this already.
- When she gets the "Death" on the Spinning Wheel, you can still see the shadow (on the default Training stage for Mugen);
- the Eternal Slumber bar doesn't work very well for p2;
- Poison:
WARNING: PLAYER POISON (201) IN STATE 3533: HAS NO TARGET WITH HIT ID -1
that's all for now.
-
In that topic, Laharl said that the old version of MGSSJ2 Sephiroth got released, but when and where? And if possible, can you share it?
Thanks in advance.
-
When did you release it (the old version)? I've searched everywhere and I always kept an eye on this, but I've never seen it released.
-
Now we're only missing Juggernaut.
Thanks guys for all the help.
It doesn't matter.
I've just signed Kaze no Ken's post as best answer but everybody has been helpful too.
-
So there was a collection of his characters... sorry for wasting your time, I should've searched better.
-
Does anyone have them? I can't access his OneDrive folder.
-
-
Because MFG is evil.
-
Thanks guys.
Now we're missing Shin Akuma and Juggernaut.
-
I would like to request all of them, since they're offline.
-
I thought it was already posted here some months ago...
-
This Goku was made in the early 2000 or something. Why would you repost it?
-
Thank you Ryoucchi.
Now, here's my feedback:
- there are too many collision boxes;
- when hit while in air, he misses a frame (he becomes invisible for one frame);
- lots of his sprites are misaligned;
- not a bug, but his power is now 9000... was that part of a joke?
- his crouching light punch is too fast for the amount of frames he has;
- while counter-attacking (Choujin-style counter attack), there are some transparency issues;
- in the counter attack, when he points at the enemy and blasts him (Dirty Fireworks counter attack), the SF3 hitspark is badly looped and I think it doesn't look fitting for an explosion, it's too weak;
- his standing close light punch is an infinite (if done against himself, not tested with other characters);
- his standing close light kick should use a width state controller;
- in the original character (Choujin's Vegeta, later edited by 557), but in all of Choujin styled characters, it wasn't possible to teleport while jumping/in air;
- the Big Bang Attack's CLSN1 is bigger than the actual blast;
- the ground power ring (aura charging) overlaps his sprites, but it should have a smaller sprite priority;
- I feel his Saiyan Rush finisher (Galick-Ho) needs a pause when there the cutscene plays (Earth getting destroyed);there's a lot to fix but it's not a bad character.
-
that explains the Galak Gun (sp?)
Galick Gun, or Galick-Ho.
I wanted to test this character, but the file is damaged. Can anybody please reupload it in another file hosting site?
-
:)
Thanks.
-
I don't know if I'm allowed to bump my request topic. But anyway, I'm bumping to see if anyone has seen this post and wants to contribute.
If this is not allowed delete this post.
-
also SORRY ALEX!!!!! I saw them before but then I went on a break and forgot about them!
Ah, don't worry about it.
-
You totally ignored my feedback.
Ok, I'll give you some feedback based on the beta I can download in the first post. Bear with me if what I say was already said by others. I think not, but whatever, here goes.
Testing on 1.0.
FEEDBACK
Stand animations problem:
- press F2 and Goku will still be in his "normal" pose, move him a little and he's tired.This is your code:
[State 0, 1] type = ChangeAnim trigger1 = Anim != 0 && Anim != 5 && Anim !=1 trigger2 = Anim = 5 && AnimTime = 0 ;Turn anim over value = ifelse(life < 200,1,0)
this is how I would code it:
[State 0, Standing animation / Tired animation] Type = ChangeAnim Trigger1 = Anim != IfElse (Life <= 200, 1, 0) && Anim != 5 Trigger2 = Anim = 5 && AnimTime = 0 ;Turn anim over Value = IfElse (Life <= 200 , 1, 0)
it's much more responsive and doesn't create any errors.
Easy infinites:
- punch, punch, kick, kick -> repeat until you defeat the enemy.
- kick, kick -> wait a splitsecond -> repeat until you defeat the enemy.
- punch, punch, -> wait a bit -> repeat until you defeat the enemy. This is more difficult to do (you don't have to complete the combo) but still possible: I was able to do it for 8 hits.
For the ki blasts (z button):
- Shadows for the Ki blasts;
- I can just keep the z button pressed and he will shoot all the ki blasts he can...
wouldn't it be better if you had to press the button to shoot them instead of keeping it pressed?
For the Ki Barrage (aerial super: D,DF,F,z):
- the last ki blast for the aerial super doesn't knock down the enemy like the other ki blasts do;
- default guardsounds for all the aerial super ki blasts;
- all the ki blasts have shadow;
- every effect has shadow (AssertSpecials with the noshadow flag are missing in the helper states)
(yes, I've disabled the background effects to see that; and you know why? Even with those I could see the shadow at the end of the supermove; go the extra mile for things like this ;), don't just think you have a black background and say "who cares about shadows?")
- if you hit Goku while he's falling down from the move, he'll stand on air;
For the diagonal Kamehameha super ("ground" super: D,DF,F,z):
- effects have shadow;
- hitting Goku while he's falling down causes him to stand on air;
For the aerial grab (z button):
- if he throws the opponent (let's say another SSGSS Goku), the opponent will fall down below the floor level for some frames then hit the ground;and there's other stuff:
- if you skip the intro the charging aura sound will still play for a while;
- the enemy can recover after the final hit of Kamehameha;
- same for the Ki Barrage;
- combo XXXYYZ deals 567 damage (without Z it deals 367: it deals a lot of damage because of the flurry of kicks)
- if you press Z and do the Ki Barrage the last ki blast won't connect. (against Goku)
Every Gladiacloud Characters
in [ CONTENT REQUESTS ]
Posted
https://mugenguild.com/forum/msg.2548995
Someone asked for them on July. I reuploaded them all, some have old and new versions.
Anyway, I'll copy and paste the post here too:
Choujin inspired
Akainu (One Piece)
https://www.mediafire.com/file/v9p613w6kdp1qge/akainu.rar/file
(I had to shorten the DBZ characters, but I'm sure you understand which is which)
https://www.mediafire.com/file/pq2tl9bvdz6zq0y/a17.rar/file
https://www.mediafire.com/file/51z7kagdk3addrd/clr.zip/file
https://www.mediafire.com/file/2haocoy02l03k7d/GladiacloudZrbn_%282_versions%29.rar/file
https://www.mediafire.com/file/19wu2ctot1iskjq/GtnksGladiacloud.rar/file
https://www.mediafire.com/file/huxe9mq4wd73jjl/kd_gku.rar/file
https://www.mediafire.com/file/3l5lmtofsln7ffr/mtnrshi.rar/file
https://www.mediafire.com/file/7q4yd3lao7wz3vw/omegash.rar/file
https://www.mediafire.com/file/0vvs0u6dlj8tjwq/uub.rar/file
CPS2
https://www.mediafire.com/file/b19wnwa4cpf9qfr/arthur_%28by_Gladiacloud%29.rar/file
https://www.mediafire.com/file/sf4d3aiilc1wvyg/BeastMVC.rar/file
https://www.mediafire.com/file/3v9fo5h8hxccyi8/dormammu.rar/file
https://www.mediafire.com/file/op3ho1e3p75hvhr/jubilee.rar/file
https://www.mediafire.com/file/qvv6u9amt10yo5e/JubileeMVC_2021.rar/file
https://www.mediafire.com/file/4rdjamb4mwjsrvf/loumvc_%28Gladiacloud%29.rar/file
https://www.mediafire.com/file/enpyu61aljrqgsw/magmadragoon_%282%29.rar/file
https://www.mediafire.com/file/1f07eby7x0hmw9w/magmarddragoon.rar/file
https://www.mediafire.com/file/yvjeempyf8qban0/mheart_%285%29.rar/file
https://www.mediafire.com/file/sm4pb6jvo0oy1wr/michelle_heart_new.rar/file
https://www.mediafire.com/file/u3d8pmvaiqpixuu/purefur_%282%29.rar/file
https://www.mediafire.com/file/5ay8nezzaaxignd/tonpooh.rar/file
https://www.mediafire.com/file/60zxxn4v4psafj8/unknownsoldier.rar/file
Various
https://www.mediafire.com/file/i0itefu8n6yq1v8/bomberman.rar/file
https://www.mediafire.com/file/m4rns5nzjmwskjf/bubblun_%282%29.rar/file
https://www.mediafire.com/file/5jmeqhcoojikr7r/charizard_Solarflared.rar/file
https://www.mediafire.com/file/k1i3scoiypef0bh/cream.rar/file
https://www.mediafire.com/file/ggmp39k4ifyufoy/crocodile_%28Gladiacloud%29.rar/file
https://www.mediafire.com/file/n3lb8clxhq6skbc/e123omega.rar/file
https://www.mediafire.com/file/4lq00odfdeth8sk/hashimoto.rar/file
https://www.mediafire.com/file/5gqm8cy5puzaxub/Heracross.rar/file
https://www.mediafire.com/file/m9e4ki6n7yggkqt/keel.rar/file
https://www.mediafire.com/file/6agugajg9jqhi8n/krookodile.rar/file
https://www.mediafire.com/file/w6w3typ6zw04w0i/MegaMewtwo_%28Gladiacloud%29.zip/file
https://www.mediafire.com/file/y0yie1kb6f20y8z/pikachu.rar/file
https://www.mediafire.com/file/ykaurzcanmijyu6/silver.rar/file
https://www.mediafire.com/file/3v36q5kq2usc922/sparkster.rar/file
https://www.mediafire.com/file/o7pcv5d5066cb76/vector.rar/file