Tool dedicated to isohacking for Xenosaga on Playstation 2
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
658 B

8 years ago
  1. Tool dedicated to isohacking for Xenosaga on Playstation 2
  2. <pre>
  3. Usage :
  4. xenosaga &lt;option&gt; &lt;file&gt; [encode/regroup]
  5. option : -l = List files from index
  6. -u = Unpack files from index
  7. -p = Pack files from index
  8. -e = Extract scripts
  9. -i = Insert scripts
  10. file : Index file (the first one of each decade : xenosaga.00, xenosaga.10, xenosaga.20...)
  11. encode : (-e/-i) Encoding of the output/input file (ANSI( default), ASCII, UTF8, UNICODE)
  12. regroup : (-p) true to pack all files in only one (ex: 11, 12, 13 in 11) ; false or empty (default) to keep the same system of increment files
  13. </pre>