Before starting with FilePhoenix, you should already have a good understanding of how "normal" databending works (using Notepad++, Audacity, a hex editor, etc.).
If you don't, you probably want to start off with guides like these first:
- Databending Using Audacity
- The Wordpad Effect
- Glitchet Resources
- Anything else in the sidebar of /r/glitch_art
It is also recommended that you know a bit about the file format you plan on databending.
I've had the best luck finding documentation using the following sites:
There are a few different way to get started with FilePhoenix, but the easiest/most convient way is by using Quick Start.
- Open FilePhoenix
- File->Quick Start
- Select the file you'd like to open
- You should now see a folder called "<filename> Ashes", this contains the contents of the file you opened, but split up into many .raw files.
- Find the files you want to edit
- Depending on the file type you chose you'll want to edit different .raw files, and now is your chance to choose them!
- While you can do this by opening each .raw file to view its contents, it's usually easier to use the list in FilePhoenix, or just look at the filenames.
- See the list in Filetypes.md for more information.
- Make some changes!
- Now that you've found what you want to edit, open them up using your favorite databending program (Notepad++, Audacity, some random python script you found on the internet, etc.) and go wild!
- Some files can be more finicky than others however, pngs for example are noted for being very sensitive to changes, so starting out small is generally a good rule of thumb.
- After you've made a change, the contents of the folder will automatically be reassembled into "<filename> Reborn.<file extension>", in the same directory as the original file you opened.
- Open the file!
- If everything has gone correctly, you should now have a brand new databent file!
- Results will still vary depending on the file type and editing method, but the file should always be "valid".
Gifs present a unique problem with FileSplitter; due to their design, GIFs result in a massive amount of seperate files for the image data. Thankfully, there is a way to get around this: FileMerger.
- Follow the above guide until step 4.
- Select the "FileMerger" tab, then select "Add".
- Now you can select all the files you want to databend.
- In the case of GIF, you'll probably want to select anything that says "Image Data"
- Choose an output file, and click "Save"
- This will be the file you want to open with your databending program of choice
- Return to the above guide at step 5.
- There is a lot more customization that can be done with FileMerger, but in the case of GIF, it should all be done automatically.
- For more detailed information see Tips.md