YesNoOk

Show content

This section allows you to browse the content for this member. Note that you can only see content for which you have sufficient viewing permissions.


V-Holder is Offline
Contact V-Holder:

V-Holder

User

Messages by V-Holder

    

Re: Lasombra's Releases - all in one place

 November 11, 2022, 12:17:11 am View in topic context
 Posted by V-Holder  in Lasombra's Releases - all in one place (Started by Lasombra Demon July 30, 2021, 09:27:39 pm
 Board: IKEMEN Releases

AttachedChars seem to break POTS' Ryu and Jmorphman's Ken's intros, both the noogie and the fistbump (Ken stays way too farther behind than he should be). Tested on Ryu and Ken's ST stages included with the SF pack. I play on 1080p so it might be a widescreen issue, so more of a heads up than a proper bug report I guess.
    

Re: 2022 Character Updates (Guy and Ryu first)

 January 18, 2022, 11:45:31 pm View in topic context
 Posted by V-Holder  in 2022 Character Updates (Started by PotS January 15, 2022, 10:28:50 am
 Board: Your Releases, 1.0+

I'm on the very same boat when it comes to being motivated by IKEMEN GO to return to MUGEN after over a decade (in my case, it was 12 years since the last time I actually started downloading characters and stages and playing them instead of just looking at forums). What IKEMEN GO brings to the table is amazing and I can't even fathom going back to the Elecbyte builds.
    

Re: POTS Takuma by Victorys with fixes by RagingRowen

 October 28, 2021, 12:45:10 am View in topic context
 Posted by V-Holder  in POTS Takuma by Victorys with fixes by RagingRowen (Started by V-Holder October 26, 2021, 06:02:37 pm
 Board: Requests

Thanks for the clarification, upon testing it I quickly found that his winposes work properly now, so the other fixes mentioned by Rowen are probably there too.

Seeing as there's still a live Onedrive link, it would be nice to see it in the first post so new arrivals to the thread can easily find it. Lots of people have been looking for this updated version.
    

Re: POTS Takuma by Victorys with fixes by RagingRowen

 October 28, 2021, 12:25:27 am View in topic context
 Posted by V-Holder  in POTS Takuma by Victorys with fixes by RagingRowen (Started by V-Holder October 26, 2021, 06:02:37 pm
 Board: Requests

It says "Old Edit" on the file, so I assume it's not the newest version. The fact you didn't update the first post with the link also corroborates with it.
    

POTS Takuma by Victorys with fixes by RagingRowen

 October 26, 2021, 06:02:37 pm View in topic context
 Posted by V-Holder  in POTS Takuma by Victorys with fixes by RagingRowen (Started by V-Holder October 26, 2021, 06:02:37 pm
 Board: Requests

In this old thread (https://mugenguild.com/forum/topics/demongornecvs-sff-patch-takuma-victorys-187662.0.html), there's a dead link for the latest update for the character, after RagingRowen fixed issues such as missing moves and Takuma turning invisible on one winpose. While this character is relatively easy to find elsewhere, all available versions are pre-RR edits, so issues such as the invisible winpose persist. If someone has the updated version of the character available or knows where it's still online, I'd love to see it.
    

Re: Rugal updated (10/10/2021)

 October 25, 2021, 12:24:26 pm View in topic context
 Posted by V-Holder  in Rugal updated (10/10/2021) (Started by KarmaCharmeleon September 30, 2021, 11:45:14 pm
 Board: Your Releases, 1.0+

Hey there, I found an issue this Rugal has with IKEMEN GO's tag system (probably happens on other tag systems like Add004 as well, but I didn't test) where cancelling God Press into Gigantic Pressure or Gigantic Pressure into LV2 Gigantic Pressure the moment an opponent is KO'd softlocks the game (basically the super "hits" the dead character who in turn stays in-game but with no control, leaving it in that state). I was able to easily fix this without affecting functionality by adding the following lines into Super.st:

[State 3100, HitDef]
type = HitDef
trigger1 = !var(16) && var(15) < 1
trigger1 = AnimElem >= 4
trigger1 = enemynear,alive
ID = 3100

[State 3150, HitDef]
type = HitDef
trigger1 = !var(16) && var(15) < 1
trigger1 = AnimElem >= 4
trigger1 = enemynear,alive
ID = 3150

These would be the lines 1026 and 1650 of the document respectively.