Thenewpoketext: Difference between revisions

From ProjectPokemon Wiki
Jump to navigation Jump to search
m (Added to ROM Hacking)
No edit summary
Line 1: Line 1:
=[http://itygeligub.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]=
thenewpoketext and  poketext are two programs made by [[loadingNOW]]
thenewpoketext and  poketext are two programs made by [[loadingNOW]]
==Impact of these programs==
==Impact of these programs==

Revision as of 09:38, 24 November 2010

UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY

thenewpoketext and poketext are two programs made by loadingNOW

Impact of these programs

The text for DPP is stored in msg.narc or pl_msg.narc. Within those narc files there is text such as pokemon names, move names, text for each location. However, the text is stored using an internal font and is also encrypted. Poketext was the first program to unencrypted the text and provide for extracting text.

thenewpoketext

thenewpoketext is the successor of poketext and is by far a much more useful program. It is programmed in python and uses ndstool to unpack the rom. The text editing is handled through xml. An xml file can be extracted then edited an patched to the msg.narc. Then the ROM rebuilt using ndstool.

poketext

Poketext can be used to extract text and make html files with the text from the game. loadingNOW provided the source to poketext and gave an indication as to how to make

Download

thenewpoketext can be downloaded at loadingNOW's site: Pokeguide