[sf2ce] Pose Victory in single player

If you are having problems finding or using cheats for an Emulator (particularly MAME/MESS) or have found a trick that you wish to share this is the place to do it. But please read the Cheat FAQ first.
Post Reply
User avatar
fernanpower77
Posts: 40
Joined: Sat Dec 29, 2018 5:28 pm
Location: Brazil
Contact:

[sf2ce] Pose Victory in single player

Post by fernanpower77 »

...
Last edited by fernanpower77 on Mon Nov 16, 2020 11:44 pm, edited 1 time in total.
User avatar
Pugsy
Posts: 3638
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 12 times
Contact:

Re: [sf2ce] Pose Victory in single player

Post by Pugsy »

Anything is possible, but I'm struggling to see the point.
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.259 XML cheat collection (6 OCTOBER 2023) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/q4dHGZ6K#i-EUiqIjH ... KMz7hnbTfw (ZIP Archive 3.76MB)
User avatar
fernanpower77
Posts: 40
Joined: Sat Dec 29, 2018 5:28 pm
Location: Brazil
Contact:

Re: [sf2ce] Pose Victory in single player

Post by fernanpower77 »

...
Last edited by fernanpower77 on Mon Nov 16, 2020 11:44 pm, edited 1 time in total.
yacsha
Posts: 13
Joined: Tue Nov 12, 2019 6:56 am
Location: Perú
Contact:

Re: [sf2ce] Pose Victory in single player

Post by yacsha »

Hi fernanpower77, I have resumed the cheats for sf2, and I was testing several memory addresses in sf2ce to correct the training mode bug, and by chance I found how to activate and deactivate the victory poses, independently for each player, even the P2 it can be the CPU or a human, or the 2 players can have a victory pose. The only limitation is that the character takes 3 seconds to get the victory pose, so if the other player hits him while he is still trying to get his pose, the cheat is broken, so to solve it use the invincibility cheat which is available at mamecheat.co.uk, and matter fixed.

I wanted to ask what project you are working on that requires victory poses independently?

Please can you help me find the bug in the training mode cheat, I will be very grateful.

The Code:

Code: Select all

  <cheat desc="P1 Victory Pose">
	<script state="on">
	  <!-- Invincibility - by http://www.mamecheat.co.uk
	  It is optional, but necessary, so that P2 cannot 
	  hit P1 while P1 takes time to take the pose,
	  and the trick does not fail -->
	  <action>maincpu.pb@FF857D=01</action> 

	  <action>maincpu.pb@FF83C1=12</action> <!-- Enable Victory Pose -->
	</script>
	<script state="off">
		<action>maincpu.pb@FF857D=00</action> 
		<action>maincpu.pb@FF83C1=14</action> <!-- Disable Victory Pose-->
    </script>
   </cheat>

  <cheat desc="P2 Victory Pose">
	<script state="on">
	  <!-- Invincibility - by http://www.mamecheat.co.uk
	  It is optional, but necessary, so that P2 cannot 
	  hit P1 while P1 takes time to take the pose,
	  and the trick does not fail -->
	  <action>maincpu.pb@FF887D=01</action> 

	  <action>maincpu.pb@FF86C1=12</action> <!-- Enable Victory Pose -->
	</script>
	<script state="off">
		<action>maincpu.pb@FF887D=00</action> <!-- Invincibility-->
		<action>maincpu.pb@FF86C1=14</action> <!-- Disable Victory Pose-->
    </script>
   </cheat>
a big fan of SF2CE :D
Youtube channel: Yacsha Games
User avatar
chunli_fm_hack
Posts: 22
Joined: Sun Dec 15, 2019 10:14 am
Location: Brazil
Contact:

Re: [sf2ce] Pose Victory in single player

Post by chunli_fm_hack »

...
Last edited by chunli_fm_hack on Mon Nov 16, 2020 11:38 pm, edited 1 time in total.
Post Reply