===============================================================================
SimpleSplitPS3 // Developed by Dermy
===============================================================================

===============================================================================
Overview
===============================================================================

SimpleSplitPS3 is a tool for splitting large PS3 game files
( > 4294967295 bytes ) into .666## files so you can transfer them to a FAT32
formatted device (e.g. an external hard drive). It can also join .666## files
back into their original file. It runs on Windows, Mac, and Linux.

Java Runtime Environment 7 (1.7) or later is required for SimpleSplitPS3 to run.

Usage:
1. Run SimpleSplitPS3 by double clicking on SimpleSplitPS3.jar.
2. Select Split or Join and check/uncheck each checkbox depending on your
preferences.
3. Press Search For Files to choose a folder to check recursively for large
files to split or .666## files to join. You can also select a single large file
to split instead of searching a folder for files.
4. If you checked the Change checkbox, choose a destination folder for your
split/joined files.
5. Wait for SimpleSplitPS3 to finish splitting/joining files.

===============================================================================
Features
===============================================================================
- Split large files into 4294967295 byte pieces (the max file size for FAT32).
- Join .666## files back into their original file.
- Rename game folders by adding an _ to the game folder once large files have
been split or removing an _ from the game folder if split files have been
joined.
- Delete source files after splitting or joining files.
- Change the destination directory. Useful if you want to keep the split/joined
files separate from the source files or if you want to speed up the
splitting/joining process by reading the source files from one storage device
and writing the resulting files to another storage device.
- Recreate the folder structure of the source folder inside your chosen
destination folder. Only applies when you have checked the Change checkbox. Lets
you easily see where the newly split/joined files are supposed to go in the
original game folder.
- Display per file and total progress with progress bars.
- Split/Join files from multiple game subfolders at one time.
- Can be translated into other languages. (see the Translating folder for info)

NOTE: Do not join .666## files while they are on a FAT32 formatted device.

===============================================================================
Changelog
===============================================================================

v1.1
- Added support for multiple languages
- Added ability to select a single file to split
- Changed progress bar colors from orange to blue
- Changed the order of some of the radio buttons and checkboxes
- Changed the wording of some displayed text
- Recreate checkbox is now disabled when the Change checkbox is unchecked
- Cleaned up code

v1.0
- Initial Release