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,
[totlvice, evilngt] Konami M2, Screen Flashing
- 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
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.
Might look at evilngt if totlvice cheat works ok
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>
Pugsy
Servicing your cheating needs since 1985
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)
Servicing your cheating needs since 1985
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)
Re: [totlvice, evilngt] Konami M2, Screen Flashing
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
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
- 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
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
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
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)
Servicing your cheating needs since 1985
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)
Re: [totlvice, evilngt] Konami M2, Screen Flashing
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
frames and the double magnum, ok
but now with the double magnum, when I press the trigger once, it unloads the entire weapon