Jump to content

FEditor Adv text editor help


Peter The Cool
 Share

Recommended Posts

Essentially, to put this in laymans terms, the rom has a ton of unmodified, encrypted text in it. FEditor works by taking encrypted text that you edit and pasting it at the end of the rom, but now as unencrypted blocks of text. Open up your rom in a hex editing program, and you'll see a bunch of text that doesn't exist in a vanilla rom when you scroll down to the end.

Edited by Klokinator
Link to comment
Share on other sites

No, just edit text as you desire and FEditor will only unencrypt what needs to be unencrypted, in order to save space. It has fairly efficient auto-management IIRC.

However, do be careful when you use find/replace in FEditor. Camtech told me once that it effectively doubles the space your text uses in the rom's memory.

Edited by Klokinator
Link to comment
Share on other sites

All the text in the vanilla game is represented using a Huffman tree but FEditor Adv autopatches an AntiHuffman patch makes all the text follow the ASCII character set. You can replace the old text data since it's not being pointed to anymore if you change it. (I think that's what you're asking..)

Link to comment
Share on other sites

Feditor allocates whatever free space is available

To see where your text ends up you can search for it in a hex editor or go to that slots entry

This is misleading; feditor will default to the end of the rom. If you specifically allocate space, it will write there. If you de-allocate space, it will not write there. Meaning that if you want feditor to write in the region 0x00D00000 to 0x00E00000, you'd need to tell it to(and once it runs out of space there, it will jump back to the end of the rom).

fe66416c6e1f49d21abe73822f0c2498.png

"Delete" is what you use to allocate space, "De-allocate" is obviously the opposite.

Link to comment
Share on other sites

that region is marked as free by default so you DON'T need to explicitly tell it that unless you A) hacked the ROM outside of FEditor and fucked your metadat or B) just plain fucked your metadata

compression != encryption

FEditor frees the memory used by obsolesced text to minimize the growth that occurs

there's probably loads of semantic and syntatic catastrophes I can't be assed to addressed up there and

the short of it is, if your ROM is over 16 meb just from editing text, you did something wrong. Read the doc.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...