Basically, my next issue I've been running in with Cartographer is not technically for 'text'. I'm actually trying to use this nifty little tool to dump X's VRAM data (The hard-coded table to dictate which graphics and where to load them) in a txt file. For the most part, it works. But it's cutting out A LOT of data because I have to put in an actual </end> and most of the cases don't have a specific way of ending.
Is there anyway to actually make the program dump from Pointer to Pointer? As in, it'll dump all text between Point A to Point B and put a fake </end> command?
Unfortunately, no. I remember writing this down to add to Cartographer at some point, but I never got around to it and now I don't have enough free time to. :(
Aw shoot, that's alright then. I'll just manually alter the pointers for now. Thanks for the quick response on this though! Least I know I can continue now!