
LGM2006
Member-
Posts
168 -
Joined
-
Last visited
Everything posted by LGM2006
-
Didn't want to take this solution as a difficult task, but would I need to comment that out entirely instead of the code you mentioned earlier? I'm still very new to these errors though. And when you said that the anti-cheap code would need to be "tossed", does that mean that I would have to do some minor tweaks to it as well?
-
Not sure why I'm asking, but does that mean that I would need to comment out both of the two pieces of code above and their parameters or only one of them? Just wondering. And I've found more of the coding that's related to them (taken from her "Negative.st" file), don't know if I would also need to modify anything or not: ;============================================================================ ;============================================================================ ; POWER UP AGAINST CHEAPIES ;============================================================================ ;============================================================================ ; Take a wild guess. [State 5900: ????? against ?????] type = VarSet triggerall = !Var(55) triggerall = PowerMax <= 9000 trigger1 = enemy(0), AuthorName = "YOUKAI" trigger2 = NumEnemy > 1 trigger2 = enemy(1), AuthorName = "YOUKAI" trigger3 = enemy(0), AuthorName = "gulthor" trigger4 = NumEnemy > 1 trigger4 = enemy(1), AuthorName = "gulthor" trigger5 = enemy(0), AuthorName = "Ryou Win" trigger6 = NumEnemy > 1 trigger6 = enemy(1), AuthorName = "Ryou Win" trigger7 = enemy(0), AuthorName = "100%Ex-Inferis" trigger8 = NumEnemy > 1 trigger8 = enemy(1), AuthorName = "100%Ex-Inferis" var(55) = 9001 ; Ubercheapie power-up: enabled by default, but only against Master Cheese. ; Add your own ubercheapies if you like. [State 5900: Power Up against extreme cheapies] type = VarSet triggerall = !Var(55) ; Master Cheese trigger1 = enemy(0), Name = "Geese Howard" trigger1 = enemy(0), AuthorName = "Cannon Musume" trigger2 = NumEnemy > 1 trigger2 = enemy(1), Name = "Geese Howard" trigger2 = enemy(1), AuthorName = "Cannon Musume" var(55) = 666 ; Cheapie Power-up: Disabled by default. ; To enable, change the Null to a VarSet. ; Populate your own cheapy list. I've included Reu's characters as an example. [State 5900: Power Up against other cheapies] type = Null;VarSet triggerall = !Var(55) ; Reubenkee's chars trigger1 = enemy(0), AuthorName = "Reu" trigger2 = NumEnemy > 1 trigger2 = enemy(1), AuthorName = "Reu" trigger3 = enemy(0), AuthorName = "Reu and Kingtigre" trigger4 = NumEnemy > 1 trigger4 = enemy(1), AuthorName = "Reu and Kingtigre" var(55) = 1 [State 5900: Can't Touch This] type = NotHitBy trigger1 = var(55) = 666 ;trigger2 = PowerMax > 9000 ;trigger2 = MoveType = A value = SCA [State 5900: They Touched This :(] type = Helper ; Auto-Reversal Bus (ubercheapies only) trigger1 = Var(55) = 666 trigger1 = !NumHelper(666) trigger1 = MoveReversed ; Any Cheapy Bus (once per round) trigger2 = Var(55) trigger2 = !NumHelper(666) trigger2 = Life < 500 trigger2 = enemyNear, Pos Y >= -30 ;only if they can be hit trigger2 = !Var(53) trigger2 = Var(53) := 1 ;one time only name = "RESPECT TEH BUS" ID = 666 pos = 0, 0 postype = left stateno = 666 ownpal = 1 [State 5900: ?????] type = ChangeState trigger1 = var(55) = 9001 value = 9901 ; Really Dark Reiko stuff [State -2: Timer] type = Helper trigger1 = !NumHelper(6666) trigger1 = PowerMax > 9000 Name = "Timer Freezer" stateno = 6666 ID = 6666 pausemovetime = 9999999999999999 supermovetime = 9999999999999999 ignorehitpause = 1 [State -2: Can't throw me] type = NotHitBy trigger1 = PowerMax > 9000 value = , AT ignorehitpause = 1 [State -2: Override all hits] type = HitOverride trigger1 = PowerMax > 9000 time = -1 attr = SCA, AA, AT, AP slot = 7 stateno = 5000 ignorehitpause = 1 [State -2: Custom State hit prevention] type = ChangeState trigger1 = PowerMax > 9000 trigger1 = MoveType = H && StateNo != 5000 && MoveReversed ; only possible if a move was reversed value = 5000 [State -2: Life Init] type = Null trigger1 = PowerMax > 9000 trigger1 = !var(38) trigger1 = var(38) := 1 trigger1 = var(39) := LifeMax [State -2: Healing Factor] type = VarAdd trigger1 = PowerMax > 9000 trigger1 = !(GameTime % 3) trigger1 = var(39) <= LifeMax var(39) = 1 ignorehitpause = 1 [State -2: Life] type = LifeSet trigger1 = PowerMax > 9000 trigger1 = 1 value = var(39) Now, I never thought that I was going to run into compatibility issues like this by using MUGEN 1.0. Sorry to keep you waiting, but that's all that I can explain for now. I'll be sure to do the exact solution that you mentioned, as soon as I have time. But if she still crashes my MUGEN game again, then I guess all I've got left now is a similar looking KY OC: Hyuuga A. Akiko, even though she isn't quite as well-known/great as Reiko, but still considered as another hidden gem IMO.
-
Okay, so I was just trying to see some of my characters battling out in different matches while using my MUGEN game in attract mode last night, but then I came across this issue with one of them. Apparently, I have one character that's been sitting in my roster for a while. It's about Reiko Hikari, a seemingly familiar Kakuge Yaro OC. Well, I know she usually works in my game for most of the part. However, whenever she fights against certain badly made characters (as stated in the Readme), MUGEN will crash without an error message/warning. That actually happened a long time ago, but there's also another problem that I found recently: If she even tries to fight against such cheap characters (let's just say YOUKAI's Naruto, for example), the game will freeze with this error message: So here's what I found in one of her files that the error mentioned (taken from her "Common.st" file): ;============================================================================ ; ????? (9001) ;============================================================================ [Statedef 9901] type = U physics = U movetype = A [State 9901: ?????] type = ChangeState trigger1 = 1 value = 990 From what I know, it's a pretty confusing and tedious task to fix this error up. Much more difficult than those DisplaytoClipboard errors, AIR file errors, Velset errors, etc. Honestly, I don't know if it's either a normal issue that's preventing her from working in my game anymore or if it's a rather serious one. Who knows? This might not happen to other people who also got this character, but it could for a few, such as me. I am currently using MUGEN 1.0, and I seemingly recalled that this error may not or may actually occur in WinMUGEN as well. I'm not sure though. Oh, and after some of you guys can answer my question, I've also got a few more questions to ask: Is this character even worth playing today? Is she still good? Does she need to be updated for MUGEN 1.0? If not, then I guess that in conclusion, she is pretty buggy for me. I'll let you decide what is going on with this character in general. Any help will be appreciated.
-
My second character topic that I have posted. It's about an old and obscure digitized character that was made in 2001-02. This is Grossfukka Axel, made by MugenMage. Haven't seen someone hosting this guy anywhere on this site yet. Preview: Download: https://www.mediafire.com/file/zgwx99dssiizh6t/Axel0.rar/file Note(s): Nothing much is known about this character, except that it was made by the same person who also made Wan-Fu from Samurai Shodown 2 and Haggar from Saturday Night Slam Masters. Never heard of it, until that I found it in an old MUGEN compilation that's been sitting aroung in my PC for quite a while, as well as PZT's "The Unleaded Archives" character pack. Judging by the name, I can't tell if this was made for intentional purposes or not. I know it's one of the first digitized characters to be made for the game engine though.
-
Kung Lao (SF styled, 6 button) by aperson98: https://www.mediafire.com/file/irdj2cguj53ynlg/sfkunglao.zip/file Liu Kang (MK1 SNES) by Unknown: https://www.mediafire.com/file/8gqirk0na0md6in/liukang.zip/file The author is actually Akira S@n, as stated in the now defunct Mugen 4ever site. Human Smoke by Kobra Logan: https://www.mediafire.com/file/nqeu9ez6lfryhjm/human_smoke.rar/file Sub-Zero by Jehovanss: https://www.mediafire.com/file/so22fpeuuxw36ca/Sub_Zero.rar/file Sub-Zero (MK2 SNES) by Kakaroto: https://web.archive.org/web/20070203162029/http://dangermugen.altervista.org:80/zip_files/Subzero-ninja.zip The Impaler's characters: Classic Sub-Zero: https://www.mediafire.com/file/hjnuk8aeo6c62pz/sub-zero2.rar/file Ermac: https://www.mediafire.com/file/3805opp6ewaz4l6/Ermac_%28The_Impaler%29.zip/file Human Smoke: https://www.mediafire.com/file/sv56smcnpjaydpa/smoke2.rar/file Noob Saibot: https://www.mediafire.com/file/4bqm6nimyw9vu7y/noob0.rar/file Reptile: https://www.mediafire.com/file/s8zj8p0psuxzq90/Reptile_%28The_Impaler%29.zip/file Scorpion: https://www.mediafire.com/file/2ouignbjircoj2w/scorp.rar/file Sonya: https://www.mediafire.com/file/pnyayqde8ocyj6b/sonya.rar/file Not sure if he also made a MK1 Kano, but I know that he did make a MK3 Kano: https://www.mediafire.com/file/pr9flk87sf55da1/Kano_%28The_Impaler%29.zip/file
-
Mike Haggar (Slam Masters) by Orochi_Shin: https://www.mediafire.com/file/j2uhdmcxhn1p03m/HAGGAR2.rar/file
-
Orochi_Shin's characters (Gunloc, Haggar, and Scorpion/Astro): https://www.mediafire.com/file/mq72kihzzjfhzk7/GUNLOC.rar/file https://www.mediafire.com/file/j2uhdmcxhn1p03m/HAGGAR2.rar/file https://www.mediafire.com/file/ibcs3px2muod5zw/Astro.rar/file
-
Found CuecaX's Pocket Ryu: https://www.mediafire.com/file/q74s8vpg1phmgzq/Pocket_Ryu_%5BCuecaX%5D.zip/file
-
Gouken (SFA) by Dripht: https://www.mediafire.com/file/twhpyn3lvxa89hk/Gouken_%5BDripht%5D.zip/file
-
I heard that there's another version of M. Bison/Vega from Capcom vs. SNK that was made during the old days of MUGEN. This one here is made by Saiai and Koga, also known as Team Kai. Nothing much known about this version of the character, other than it uses some edited moves and also had some misaligned sprites, but it can be seen in this link: https://network.mugenguild.com/rs/ddm/vegavsbison.html And here are some pictures of the character taken from the link above, competing with Gargoyle's version: Wasn't really aware of this version until that I just checked the link out. Apparently, the DL link to it is offline and the Wayback Machine doesn't really work with it, which makes it not being heard from again. But I would appreciate it if someone has happened to have this Bison. Thanks.
-
Gambit by Caretaker, aka Ace of Spadez + Razox
LGM2006 replied to LGM2006's question in [ CONTENT REQUESTS ]
Since N_N mentioned that the original version works for DOS MUGEN, I'm 100% sure it's Ver.1-01. About Ver.11-29, I don't know if the author himself converted it for newer versions of MUGEN or if he hosted Juan Carlos' fix on his site. For Razox's version, well, as far as I can tell, I've read before that he was a very early beta, or at least an alpha. So don't really expect that much any of the special moves or supers. -
Looks like @N_N has brought me yet another special gift with this oldie right here: Gambit by Caretaker, aka Ace of Spadez: https://www.mediafire.com/file/jzmxkzfonlio1j3/gambit.zip/file Now about KoYoTae's version of Gambit. Well, it seems like that version of the character has been added in this collection twice, since the one in the XvSF section has its .def file being modified with the authorname as "Corntortillas". The one that's in the main section is the unedited one, since it has the original authorname as 'KoYoTae HeySKA Raven_Azn SKinnyAzn" in its .def. The same thing goes to Blackbocs' Hulk, since the one in the MSH section had its authorname labeled as "DragmanMJ", though if I remember correctly, Dragman only made Wolverine.
-
Gambit by Caretaker, aka Ace of Spadez + Razox
LGM2006 replied to LGM2006's question in [ CONTENT REQUESTS ]
Great finding, my man! I almost forgot that Juan Carlos made a conversion of Caretaker's Gambit to work in newer versions of MUGEN. Thanks as always. -
Here's another topic in which that I would like to ask on this site. It's about two different versions of Gambit from the Marvel vs. Capcom series that were made during the old days of MUGEN. The first version of this character that I'm trying to look for is the one made by Ace of Spadez, otherwise known as Caretaker. It's also a missed opportunity for me to share this character on the Marvel Comics collection while trying to add some of the other chars in that collection. Unfortunately, it's offline, as if I couldn't even find a single link to download this particular Gambit. As of now, it is currently listed in Electrocaid's Perfect Select. Here are some screenshots of this character, for more info: There's also another even older version of the character, made by a Brazilian creator named Razox. It's probably the first version of Gambit in MUGEN, as shown in the preview below. I know he is only made for DOS MUGEN, but still. Also listed in the Perfect Select: I apologize for the low quality of the third screenshot. But If any of you guys manage to have these version of Gambit, let me know and I'll see. Thanks.
-
Post Ur Roster Picture & Roster Mugen Videos
LGM2006 replied to Yuyustars's topic in [ VIDEO SHARING ]
I did know that the "big" motif can fill in 60 characters, but I had the idea to add more slots for an easier way to make the select screen large enough in this motif. The other motifs would probably be somewhat time consuming to do so because of that reason. Forgot to mention that I was watching one of Beterhans' tutorials on how to add extra slots for more characters to put into before that I can attempt to do the same thing. -
This Spider-Man (see at 0:00 - 0:59): As well as the following: Morph (also known as Morfo) by Juggernaut Super Cyclops and Super Ironman by MICROmor Beavis by DRACUL Kanos by RMX Zidane by DOGS Giganta by Wemersonftj Squall, Neo, Max Payne, and Darth Maul by Spinicci Giacomo, aka KingStar All Marvel and DC chars by Cesarsombra Cable by Majik Jill Valentine by {^Paul^} Star Butterfly and Marco Diaz by Randy Big Head Metal Greymon Klonoa by Sordane Starfire (Teen Titans Go!) by The Big Bro Small Bro Silver Surfer and Symbiote Surfer by Cabbageconkers Pico by Oohwap Anything by Pgrs111MAGEN Any Symbiote edit
-
As far as I can recall, Star Butterfly from the Disney TV series "Star vs. the Forces of Evil" had a few conversions of her existing in MUGEN, but neither of them are any good. And I'm also including the one that's a headswap of another character. I'm still waiting for a decent one to be made.
-
Scratch that, here's an alt. link of that updated DK by Infiinma that I just made: https://www.mediafire.com/file/ycbn4pv2b9e9j3v/dk0.rar/file This one right here actually has the "mugenversion", "versiondate", and "author" listed in the .def file, though it comes with an ending. I don't know which one works best for you, @Charmugen. I'll have you decide and just take a look at it...
-
What MUGEN Characters that you would find it So Bad It's Good?
LGM2006 replied to Rowster64's topic in [ MUGEN LOUNGE ]
Actually, I have a few characters that I actually consider as "so bad, it's good" in my personal opinion: Shadow the Hedgehog by HiRo: While that he isn’t that great of a version, I only mentioned him because of how ridiculously his gameplay was. What he usually does is that he always heals and drag the battle for too long. Yes, that makes him a cheap char, but well, I just can’t help using him. Duke Nukem by Juan Carlos: This character has a notorious reputation for being badly made, as stated by many other people around, but it seems like I managed to spent some time with him several months later. To be fair, I don't think he's that bad. In fact, it's a character that I found so stupid but can't help playing as either. It's a hell lot better than any other character made by far worse creators, like Pgrs111MAGEN or Idiot. I think I'd also rather play as him than that horrible spriteswap of his, that is KingStar's Max Payne for that matter. At least for Duke, his sprites aren't even cardboard cutouts and are ripped from the original PC game. Or even worse, Max Payne has sprites that are made of cardboard and doesn't even have his own voice, which completely ruins the quality of his appearance. What I found this version of Duke so bad it's good is how hilariously weird his voice sounds, compared to how it was in the source material. But that's just my opinion. Stone Cold Steve Austin by The HeartBurn Kid: This character seems to gain a cult following over the years because of some of the most absurd and quotable punchlines he has said, especially when he fights with his opponents (at least in the later version) and when he wins a battle. I do remember seeing him in some videos when I was young, and looking back at him again, I honestly think that he's still pretty funny and ridiculous at the same time. In other words, I had nostalgic vibes while playing as him in my own MUGEN game. -
What about Cherry’s Psylocke? I noticed that you left out that particular version of the character while adding the other chars. Did you get an error from it or something else? Just being curious.
-
Oh, I forgot about CuecaX's Shingo not being able to be downloaded. Are you sure about that? Because when I tried to click on the link for it, the file is still online. At least I tried to make that observation though.
-
4 missing characters that I'm trying to look for...
LGM2006 replied to LGM2006's question in [ CONTENT REQUESTS ]
Well, I think the reason why he didn't include that Pikachu and Iron Ball is because they were originally made for earlier versions of DOS MUGEN, meaning that they aren't compatible with later versions (2000.06.27 and above) and nobody at that time have ever converted any of them. That same thing also goes to Dave T./AlphA's Biped, since he didn't get to be a part of his collection either. He actually has Zero_Col, since he's in the second part of his KOF collection, in case if you didn't notice. And he also includes KoYoTae (?)'s Evil Zangief and Cid Ninja's Evil Balrog in his Street Fighter collection too, although their pictures displayed in the page were never archived. @N_N Oh my! I didn't even know that Robert was one of The Disciple X's original characters. That's incredible. It's no wonder why his MUGEN conversion of him wasn't even up in the chars section, yet, DEL has somehow managed to pick it up and put it into his collection. Not sure if he was officially released to the public or maybe he was a leaked W.I.P. And you know what? Some of those characters that were listed in his collection would also end up in an old compilation from 2006 that I had sitting around on my desktop. Not sure if it's just me, or does it seem like I have a fond of rare/missing characters that would later go offline in which that I wanted to revive? But yeah, all I could say is that there are a lot of other characters listed there are pretty much hard to find like what you had just said. If some of the DL links to lost chars that were already found to other people in other collections or the compilations that featured them were deleted/don't exist anymore, then I would feel pretty disappointed about it and it would be much more difficult to find them. What do you guys think of my other posts? Also, I wouldn't be surprised if anyone has these guys in their roster and sending me a DL link to one of them. But yeah, this leads me to believe in conclusion, that Keegan, Robert Johnson, MUGEN Ball, and Dare?, who are the characters that I am looking for, are probably lost for now and will forever be lost overtime. Edit: Oh, I just realized something about Biped and Iron Ball. I think maybe somebody has converted either of these two characters for newer versions of MUGEN at some point, but still. -
Hold on a sec, I just saw one more character that you forgot to add as well: Shingo Yabuki by CuecaX. Looking at the first page of this collection, I noticed that storm0062 has putted up a DL link for that character. Would you mind if you can fix that issue?
-
I was feeling hesitant about putting those chars on this collection, considering how awful they were, even when looking at them again, but oh boy, here they are... Crimson Fox: https://mega.nz/file/FbEXEI5C#SLwrgVqTELMjE8gK-8RTcFejPXRidAVpPNgM2gUkSeo Dr. Cyber: https://mega.nz/file/saFjkbaL#biarOn7Dj4ZsoEWO9wRtqHwpb317FH9UE7IzUXfaiP0 Dr. Light: https://mega.nz/file/BbtwyQCa#ZFJvCRTw-JQOyh2NilQUjK0aMMno5qltJNZYwkzcRe4 Enchantress: https://mega.nz/file/ledXXKjb#gFz-jjDYvCBGU0WwX4UDhoEuI6RCyDaeDJMIdGjsLoQ Goldface: https://mega.nz/file/sXkQ1R6T#FI8d2A9Eop6Sv1SwkqIOQhRgH2QgvJEYYIXnI4DePRA I also found his Nite Owl, in which that I uploaded as well: https://mega.nz/file/VCFH1aTI#vVUTHkG8EgYcYFVnGKzhI7-4VczjtqIuclFm_dqcpIA I'm not sure if you're going to add these guys to the "hall of shame" section as well. Another option is that you can also add them into your folder of many of Cesar's other crappy characters. I'll let you decide though. Now about that Etrigan char that I was talking about in my earlier post, I finally found the author for it: Alan Grant. According to a snapshot on eSnips via the Wayback Machine, the person who uploaded that character said that the author is that guy. I think it at least gives me a possible answer. But yeah, he's still missing in action.
-
MAAZ/A.W by KIRA: https://www.mediafire.com/file/01r9x1l3d0prxhf/arc_maaz.zip/file Old 3D char, with its files dating back to November 2000. Appears to be an enemy from a Gundam RPG game.