MAMEWorld >> EmuChat
Previous thread Previous  View all threads Index   Next thread Next   Flat Mode Flat  

Tourniquet
Semi-Lurker
Reged: 09/20/03
Posts: 155
Send PM
Re: Text Ripping - TGM2P
03/19/11 11:32 PM


> TGM2P ( Tetris: The Grand Master 2 PLUS )
> I Love and play this Game with a 16:10 Monitor and aspect Ratio off in Full Screen.
> But with Vert Stretch 1.092 and Vert Position -0.003, near perfect for me, only near
> because i "hate" the PLUS Text bottom right.
> Now my Question: Are there any Way to disable this PLUS Text or change the String
> with Spaces?
> Ripping off this Text, bring me and this Masterpeace of a Game a little bit more Vert
> Stretching.

The in-game "PLUS" text? Or on the title screen? I'm assuming the former.

Take the following text (between the dashed lines), and save it in a file called "tgm2p.xml", place in the "cheat" folder (create it if it doesn't exist, enable cheats in MAME, load MAME and enable the cheat.

For those interested, it just patches the text where it is loaded into RAM by sticking a NUL-terminator at the start of the string, truncating it to nothing.
---
<mamecheat version="1">

<cheat desc="Hide PLUS text">
<script state="on">
<action>maincpu.pb@6032904=00</action>
</script>
</cheat>

</mamecheat>
---

Edited by PsikyoFan (03/19/11 11:33 PM)







Entire thread
Subject Posted by Posted on
* Text Ripping - TGM2P Affenkind 03/19/11 12:44 PM
. * Re: Text Ripping - TGM2P Tourniquet  03/19/11 11:32 PM
. * Re: Text Ripping - TGM2P Affenkind  03/21/11 10:24 AM
. * Re: Text Ripping - TGM2P Tourniquet  03/21/11 11:43 AM

Extra information Permissions
Moderator:  Robbbert, Tafoid 
0 registered and 561 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 2145