If you've never done hex editing, I'd suggest looking at a video tutorial first, for the basics.
You'll need Photoshop to edit the numbers, and a hex editor to edit the arrays. I use HxD.
You'll also need the latest version (1.0.4.4) of Frosty.
One shortcut: you don't need to replace each individual texture (number, letter, etc.) in the Frosty Editor, just the array. At least that was true with a number set I tested.
The following steps are for editing a number array, but they work for font slices too:
1. Open a number array file and the edited number files in the hex editor.
2. Copy the first 148 bytes of the array file into a new file.
3. Delete the first 148 bytes of the first number file (zero), then copy what's left of that file into your new file (your cursor should be at the end of your new array file each time you copy data into it).
4. Follow step 3 for each of the remaining number files, in sequence (1, 2, 3, etc.). Be sure to delete the header info (first 148 bytes) of each number file before copying it into your new array.
5. Once you've pasted the last number file contents, save your new array as a .dds file.
6. Compare the length of your new file with the original array file; they should be identical.
7. Import your new array file with the Frosty Editor. Check each number to be sure your changes are there.
That's it.


Comment