README for Fable Script Compiler
--------------------------------

Note! For PC version only, try xbox on your own risk.

1. Extract the zip into a directory (You have probably done this already).
I recommend that you use something like c:\fablemod\tools\fsc. You should
now have a folder structure like this:

"c:\fablemod\tools\fsc
"

	fsc.exe
	cspatch.bat
	csextract.bat

About the files... 

* fsc.exe is the main file. 
* cspatch.bat is for patching the script.bin with custom information.

* csextract.bat is for extracting cutscenes from script.bin.
2. Now you must take some backups. Go to the Fable game directory
(c:\proram files\microsoft games\fable - the lost chapters or something), 
then from there open folder "data" and under that "CompiledDefs". 

Create a new folder "backup" in that folder. Then, copy names.bin and 
script.bin into it.

3. (rewritten by marcopolo due to somewhat confusing instructions)
okay for this step you need to edit the .bat files that were provided in
the zip with this readme. right click on each at a time,click edit
and go through the following steps
  1. go to your fable directory (where all the fable files are stored)
  it should be a file path close to or exactly the same as this:
  c:\program files\microsoft games\fable - the lost chapters\data\compileddefs
  2. do the right click edit thing explained above for one of the .bat files
  3. look for "set FABLEPATH=" and paste the file path from the previous
  step after the =
  4. press save
  5. repeat steps 1-4 for the other .bat file

4. To extract all the cutscenes from Fable's script.bin double click the
csextract.bat. The batch file will (hopefully) extract all the files into 
"c:\fablemod\tools\bin
\extracted". If the extract process was successful,
the folder should contain a lot of files ending with "fcs". These are the
cutscene files. You can open them with any text editor.

5. To modify or add files to the script.bin, place the edited .fcs file 
into the scripts folder in the folder with the .bat files and readme then
double click the cspatch.bat.

Now you're all setup. Get scripting!