[totlvice, evilngt] Konami M2, Screen Flashing

This FORUM is ONLY for posting requests for M.A.M.E. arcade cheats. The actual cheats should be posted in the M.A.M.E. "Arcade" Cheats forum. For cheat requests a 'please' would do no harm...
Post Reply
pr140n
Posts: 6
Joined: Sun Nov 10, 2024 1:11 am
Has thanked: 1 time

[totlvice, evilngt] Konami M2, Screen Flashing

Post by pr140n »

I'm going to request another f̶i̶x̶/cheat, this time for the games Total Vice (totlvice) and Evil Night (evilngt) to stop the screen flashing when shooting.

Best regards,
User avatar
Pugsy
Posts: 3686
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

Re: [totlvice, evilngt] Konami M2, Screen Flashing

Post by Pugsy »

Only looked at totlvice so far, and CPU wasn't fun to trace. Ran this with -nodrc option so may need to enable it before the game starts - and only quickly tested.

Code: Select all

  <cheat desc="Stop Screen Flashing on Shooting">
    <script state="run">
      <action>ppc1.pd@40080CFC=B14C0000</action>
    </script>
    <script state="off">
      <action>ppc1.pd@40080CFC=4BFDB619</action>
    </script>	
  </cheat>
Might look at evilngt if totlvice cheat works ok
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
pr140n
Posts: 6
Joined: Sun Nov 10, 2024 1:11 am
Has thanked: 1 time

Re: [totlvice, evilngt] Konami M2, Screen Flashing

Post by pr140n »

With normal weapons, everything works fine, but it still flashes with the double magnum and limited ammo weapons.
It seems like MAME replaces the flash with the previous frame—this game is going to be a problem.

https://youtu.be/KLe8hYUlJP8

It didn’t work on evilngt
User avatar
Pugsy
Posts: 3686
Joined: Fri Aug 17, 2001 12:59 am
Location: North Wales, UK.
Has thanked: 1 time
Been thanked: 19 times
Contact:

Re: [totlvice, evilngt] Konami M2, Screen Flashing

Post by Pugsy »

It was never going to work on evilngt (never said it would)....it's a different game

Game is painful to play as I have to play it with the debugger activated with trace.

This should hopefully fix the issue with the extra frame and possibly the double weapon (not tested enough - poke value may need tweeking as I seemed to lose the guns too quickly)

And it's still only for totlvice...but still a wip as not much time at the mo

Code: Select all

  <cheat desc="Stop Screen Flashing on Shooting">
    <script state="run">
      <action>ppc1.pd@40080CFC=48000048, ppc1.pd@40081238=4800006C</action>
    </script>
    <script state="off">
      <action>ppc1.pd@40080CFC=4BFDB619, ppc1.pd@40081238=4BFDB619</action>
    </script>	
  </cheat>
Pugsy

Servicing your cheating needs since 1985 8)

Grab the latest cheat collection:
MAME 0.264 XML cheat collection (3 APRIL 2024) from http://www.mamecheat.co.uk or direct from:-
https://mega.nz/file/SxsQUJoT#jBdz6GLm_ ... QzFGSMms2c (ZIP Archive 3.8 MB)
pr140n
Posts: 6
Joined: Sun Nov 10, 2024 1:11 am
Has thanked: 1 time

Re: [totlvice, evilngt] Konami M2, Screen Flashing

Post by pr140n »

I misinterpreted about evilngt

frames and the double magnum, ok
but now with the double magnum, when I press the trigger once, it unloads the entire weapon
Post Reply