Are you actually running thenewpoketext in console? If you were, then it would be easier to see the errors. (Open up command prompt and navigate to your PPRE folder and open thenewpoketext).
I still don't know what I'm doing wrong though.. I edit a small amount of text, than change ''false'' into ''true'' and save the xml file. Then I try to patch it with thenewpoketext, but it gives an error message... And thenewpoketext automatically turns off.
Does the new text have to be smaller or the same amount of tokens? The amount can be exceeded (less), right?
Longer texts being what?
thenewpoketext that comes with PPRE does not require any special space hacks. A normal " " is fine. If you need to add a line break (jump to the next line), then use \n. If you need the textbox to scroll, use \r (\f does a similar, if not the same thing, if you do see it). Lines can only hold so many characters; if you don't use \n, the characters will just keep going to the right.
Hi, Alpha. Phew, still got some troubles with thenewpoketext.. Sorry.
I can edit small texts; for example, I changed 'PRESS START' to 'DELUXE'. I changed false to true. After patching it, everything works and 'Deluxe' shows up.
But I can't seem to edit longer texts. I read some topics and they said you have to put \x01DE everytime you want to place a space. Is that true? Because the programme doesn't show \x01DE everywhere, just normal spaces.
Thanks a lot in advance, sorry to bother you, but this way I can help other people as well.
Just helping your DPP hacking again.
thenewpoketext that comes with PPRE is updated to find pl_msg.narc automatically if you are using Platinum, and also the NARCs from DP and HGSS. So you don't need change your NARC 's name.
When patching, you only want to do a single "file" at a time. When you do edit, you want to change 'change="false"' to 'change="true"'. This tells thenewpoketext that you made an edit to that section and wish to save it.