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.


D41bon is Offline
Contact D41bon:

D41bon

User

Messages by D41bon

    

Re: Streets of Rage 2 Bonus Game + 11 Chars (Update 6/3/2022)

 June 10, 2022, 05:05:02 am View in topic context
 Posted by D41bon  in Streets of Rage 2 Bonus Game + 12 Chars (Updated 6/30/2022) (Started by K-Fox September 05, 2014, 04:51:54 pm
 Board: Your Releases, 1.0+


Also, D41bon, I wasn't able to adjust the code of the bonus game to 'trick' the stun system's of ohgaki's characters into resetting. The only way I could do it was by adding some code into the bonus game, then adding more code to the character you posted. In short, if you want those stun systems of ohgaki's characters to reset properly against the bonus game, you'll need to add this to the -2 state of every one of ohgaki's characters you want to fight against the bonus game (place it right at the beginning of the -2 state):
Code:
;Reset Stun System vs. SoR2 Bonus Game
[State -2, reset]
type = VarSet
trigger1 = NumEnemy > 0
trigger1 = Enemy(0), Name = "SoR2"
trigger1 = Enemy(0), Var(28) = [1,3]
var(10) = 0
ignorehitpause = 1
I'm sorry I couldn't get it to work by just editing the code of the bonus game. The stun reset system of ohgaki's characters require the character to be in a specific state to reset the stun meter, but the actual bonus game 'character' is always in certain states to spawn enemies and isn't actually "hittable", so the reset never can take place. The bonus game 'character' needs to always be in those states (until the round ends) or certain things break or are spawned incorrectly, and I kept running into problems when I made the bonus game change to a "fake" state so that the character would detect it and trigger the reset.

As such, adding code to every one of ohgaki's characters (I assume all use the stun system) is unfortunately required to get the stun system to work properly against the bonus game. I'm sorry :shame:.

Oh that's totally fine, I appreciate that you attempted to find a solution for this. I'm fine adding extra code to make ohgaki's stun system work against the bonus stage. Once again, keep up the good work!
    

Re: Streets of Rage 2 Bonus Game + 11 Chars

 May 31, 2022, 09:02:17 pm View in topic context
 Posted by D41bon  in Streets of Rage 2 Bonus Game + 12 Chars (Updated 6/30/2022) (Started by K-Fox September 05, 2014, 04:51:54 pm
 Board: Your Releases, 1.0+

The code works like a charm! Thanks again both of you and keep up the good MUGEN creations.
    

Re: Streets of Rage 2 Bonus Game + 11 Chars

 May 30, 2022, 09:32:58 pm View in topic context
 Posted by D41bon  in Streets of Rage 2 Bonus Game + 12 Chars (Updated 6/30/2022) (Started by K-Fox September 05, 2014, 04:51:54 pm
 Board: Your Releases, 1.0+

Wow I did not expect Ohgaki to respond here. Thanks for the workaround, while it prevents characters from stunning regular opponents at least the bonus stage will be playable.

Sorry for the late reply. There are various problems with certain hit states against the bonus game enemies, but most can be fixed by modifying them to work against the bonus game specifically.

Unfortunately, I can't check these characters because I can't download them; it keeps saying there was a problem downloading the file. I'll need to download them from somewhere else. If there is another place to download one of these characters from, tell me so I can do so and help fix this problem.

If there isn't, I use MediaFire; if you could upload just 1 character that uses this system there, I could download it from there instead.

I'll keeping trying to download it until you reply. If the download works before you reply, I'll edit this post.
Just found out I couldn't download the characters from that page either (it used to work before). There's actually another place to DL but I believe that site is quite frowned upon here so instead I uploaded one of the characters here in Mediafire. Just want to see if it's possible to fix this issue without adding extra code to every character.
    

Re: Streets of Rage 2 Bonus Game + 11 Chars

 May 21, 2022, 04:19:52 pm View in topic context
 Posted by D41bon  in Streets of Rage 2 Bonus Game + 12 Chars (Updated 6/30/2022) (Started by K-Fox September 05, 2014, 04:51:54 pm
 Board: Your Releases, 1.0+

First of all thanks for making this bonus game, I keep having fun trying out different characters to see how they fare against Mr.X & his goons. Most do fine but I have encountered a problem with characters made by Ohgaki.

Ohgaki's characters have a stun gauge (either displayed in-game or invisible) that builds up every time they hit an opponent. When the gauge is full the opponent gets knocked down, go in a dizzy state then the gauge goes back to zero. This works fine to regular characters but in the SOR Bonus Game the gauge does not go back to zero making every hit cause a knockdown -> dizzy state. Because of that I won't be able to do combos on the enemies or bosses, is it possible to fix this?