You are on page 1of 8

How to build a game header information file

Note: make sure the rom you downloaded is from


the original retail game pad dump, not an eShop
game or others!!
1. A game support to write for sky3ds or not , depends on
if it was included into the template file (game title
header information). In order to speed up the process
of more games to be supported, sharing you here how to
tell if a game you can write or not.
2. If the game cannot be supported to write, it will show
you a warning like The file xxxxxxxx have no resource
data yet , Please update the template.txt, this means
the current template file had not included this game
titles header information, sure you can wait for
official update, but youd better make game title
header template yourself to ask for updating , as it
will make your games supported in time.

3. Firstly, you should download a software WinHexto


install.
Download here: http://www.x-ways.net/winhex/indexm.html

4. Open WinHex tool, choose optionFile->Opento


load the game rom.

5. The content of game rom is hexadecimal code, looks


complex, but you just simply to remember a few of
commands, then you can easily make the game temp file
to submit to official.

Press key ALT+ G, input 1150 and click OK

6. At this point , the cursor will go to the line 1150, as


long as the back-end of line 1150 shows CTR-P, it means
this game can be wrote normally, you can make the next
step , otherwise , it means that the game will not
support writing for Sky3DS any more.

7. Next , you need to press KEYALT+ Gagain and


fill 4010 (Hex: 4010; Decimal: 16400), click OKto
go on.

8. This time, the cursor will skip to line 4010

9. Pressing together with KEY SHIFT+ CTRL+


END, the code after line 4010 will be selected.

10. Press KEYDelete, there will be a warning to


confirm if you need to delete, Click Yes.

11. If the size of deleted data over than 20MB , will show
the message as below, just click OKto confirm.

12. You should make sure the line number is 04000, if


its ok, then means you have done successfully.

13. After confirmation, choose option File->Save


As

14. The saved file name should be marked with_tempat


the end.

15. Compress your temp files by RARor ZIPformat


(Mark with _temp)

16. Send the zipor rar compressed files to


inquiry@sky3ds.com , we will process and add it into
the new updated template file later.

You might also like