
20-06-2009
|
 | ๑۩۞۩๑ God Of War ๑۩۞۩๑ | | Join Date: Sep 2008 Location: Coventry, UK
Posts: 2,206
Points: 78,347.43 Bank: 307,982.94 Total Points: 386,330.37 | |
Re: Assistance needed. PMed a little friend of mine by the name of dsrules from GBAtemp and I got the well needed answer.
The below is taken from: http://cheats.gbatemp.net/forum/view...p?f=5&t=24#p37
All credit to: elixirdream Quote: How to create a dht cheat file for M3Real Touchpod
Credit goes to the G6Team for the original post at Handheldsources, I just modify it a bit.
a game id is not needed for a dht cheat file, that means you could open it on any game and the cheats will show up on any game, so it would be better to enter the game name on the start of the file for your own reference
Open Notepad and enter everything in the following format
Game name (no game id needed)
[code 1]
code1
[code 2]
code 2
Save the file as anynameyoulike.dht by, click on File>Save As.. , on Save as type: choose All Files, type in a Filename anynameyoulike.dht and save the file to your microsd,
goto the Cheat Menu and choose this file to use instead of the default cheat.db file
Basically, it's almost the same as a txt file with a couple extra functions
Example of a dht cheat file for New Super Mario Bros (U)
New Super Mario Bros (U)
[Always Have Fire Flower Power Up]
2208b32c 00000002
[Always Have Mushroom Power Up]
2208b32c 00000001
[Always Have Blue Shell]
2208b32c 00000003
Some advance functions for a dht file:
To make a folder or make long descriptions, use < > or { }
To put the number of codes into a folder, use < > followed by = #
<Player Codes>=3
[Always Big Mario]
1208b334 0000027c
2208b324 00000003
[Play As Luigi]
22085a50 00000001
[Luigi's Voice]
2208fbc4 00000001
that means put the next 3 codes into the folder called Player Codes
To select only 1 code out of a number of codes, use { } followed by = #
{Always have powerup codes}=3
[Always Have Fire Flower Power Up]
2208b32c 00000002
[Always Have Mushroom Power Up]
2208b32c 00000001
[Always Have Blue Shell]
2208b32c 00000003
that means put the next 3 codes into a folder called Always have powerup codes and out of those 3 codes only one of them can be selected since their address is the same How to create a dht cheat file for Sakura 1.3x
both M3Real Sakura 1.3x and Touchpod firmwares supports dht cheat files, but there is a little difference, so I write another tutorial for it
Basically, it's the same as a dht cheat file for Touchpod...but, the extra function (choose only 1 code out of a list of codes) has no effect on Sakura 1.3x
But, Sakura 1.3x also has a couple extra function on dht cheat files which Touchpod doesn't has...That is multi games in 1 dht cheat file and Sakura could also detect the Game ID in the dht file so that only the game with the same Game ID can detect the cheats while other games can't where as in Touchpod any games could detect the cheats even if the cheats are not made for that game.
So, for dht files either use the method for Touchpod, no game id needed, codes can be detect by any game or use this game id method so that only that intended game can detect the cheats
For Single game,
Open Notepad and enter everything in the following format:
Gamename
;Game ID: ABCD
[code 1]
code1
[code 2]
code 2
Save the file as anynameyoulike.dht by, click on File>Save As.. , on Save as type: choose All Files, type in a Filename anynameyoulike.dht and save the file to your microsd,
goto the Cheat Menu and choose this file to use instead of the default cheat.db file
For Multi Games,
Open Notepad and enter everything in the following format:
Gamename
;Game ID: ABCD
[code 1]
code1
[code 2]
code 2
Gamename2
;Game ID: ABCD
[code 1]
code1
[code 2]
code 2
Example of a Single Game dht cheat file using Game ID:
New Super Mario Bros
;Game ID: A2DE-77dad131
[99 coins]
2208b37c 00000063
[Freeze Time]
120ca898 0000004
Example of a Multi Games dht cheat file using Game ID:
New Super Mario Bros (U)
;Game ID: A2DE-77dad131
[99 coins]
2208b37c 00000063
[Freeze Time]
120ca898 0000004
Mario Kart DS (U)
;Game ID: AMCE-59604513
[Unlock All Nitro Courses]
223ce2e0 0000007f
[Unlock All Retro Courses]
223ce2e1 0000007f
[Unlock All Characters, Cars & Classes]
223ce2e2 0000007f
Note: This way, if you load New Super Mario Bros (U) cheats in Sakura 1.3x, it'll detect the 1st 2 codes and if you load Mario Kart DS (U) cheats, the last 3 codes will be detected, etc...and since Touchpod firmware doesn't detect Game ID on dht cheat files, if you open this file in Touchpod, any game can detect all 5 codes.
Sakura 1.3x could show up to about 40 character on cheat descriptions, so to make long multi lines descriptions use < > or { } on top of the code
| |