How to convert old dat file cheats to newer xml format?
Posted: Wed Sep 23, 2015 3:12 am
Hello. I'm wondering if there's a way to convert from the classic style to the newer xml style myself? Is there a tool that can accomplish this task, or is there perhaps a set of guidelines I can follow to manually make the changes by hand? I've experimented with this and had some success with some codes, but I can't seem to get them all to work. I'm not sure what the differences are when it comes to things like 39900000 and 39910000, and how to convert those numbers to the correct maincpu/user1/etc... and .mb/mw/etc... Sometimes I can get them right by guessing, but there must be a better way. Right now the main problem I'm having is with the 39910000 number, and which format to convert that part of the code to for xml.
The most recent codes I am trying to find xml conversions for are for Mortal Kombat: the code to change the "you have defeated Reptile" message to "Fatality" while playing as Reptile... and also the code to make the game display "Reptile Wins" while playing as Reptile.
Any help would be appreciated in converting those, and also letting me know how I can go about the conversions myself for future codes I find.
The most recent codes I am trying to find xml conversions for are for Mortal Kombat: the code to change the "you have defeated Reptile" message to "Fatality" while playing as Reptile... and also the code to make the game display "Reptile Wins" while playing as Reptile.
Code: Select all
:mk:39900000:0959C0:00002020:FFFFFFFF:Fatality Message:Turn "You have defeated Reptile" message in "Fatality!!"
:mk:39910000:0959C2:00002020:FFFFFFFF:Fatality Message (2/14)
:mk:39910000:0959C4:00002020:FFFFFFFF:Fatality Message (3/14)
:mk:39910000:0959C6:00004146:FFFFFFFF:Fatality Message (4/14)
:mk:39910000:0959C8:00004154:FFFFFFFF:Fatality Message (5/14)
:mk:39910000:0959CA:0000494C:FFFFFFFF:Fatality Message (6/14)
:mk:39910000:0959CC:00005954:FFFFFFFF:Fatality Message (7/14)
:mk:39910000:0959CE:00002120:FFFFFFFF:Fatality Message (8/14)
:mk:39910000:0959D0:00002021:FFFFFFFF:Fatality Message (9/14)
:mk:39910000:0959D2:00002020:FFFFFFFF:Fatality Message (10/14)
:mk:39910000:0959D4:00002020:FFFFFFFF:Fatality Message (11/14)
:mk:39910000:0959D6:00002020:FFFFFFFF:Fatality Message (12/14)
:mk:39910000:0959D8:00002020:FFFFFFFF:Fatality Message (14/14)
:mk:39910000:0959DA:00002020:FFFFFFFF:Fatality Message (14/14)
Code: Select all
:mk:39900000:095BA2:00004552:FFFFFFFF:Reptile Wins appears when Scorpion Win:Use with "Turn CPU Scorpion into Reptile", "Player Can Look Like Reptile" and "Have Reptile's Speed to play as Reptile.
:mk:39910000:095BA4:00005450:FFFFFFFF:Reptile Wins (2/7)
:mk:39910000:095BA6:00004C49:FFFFFFFF:Reptile Wins (3/7)
:mk:39910000:095BA8:00002045:FFFFFFFF:Reptile Wins (4/7)
:mk:39910000:095BAA:00004957:FFFFFFFF:Reptile Wins (5/7)
:mk:39910000:095BAC:0000534E:FFFFFFFF:Reptile Wins (6/7)
:mk:39910000:095BAE:00000020:FFFFFFFF:Reptile Wins (7/7)