Browse Source

Update usage informations

master
BahaBulle 8 years ago
parent
commit
501b126b89
2 changed files with 6 additions and 3 deletions
  1. +1
    -0
      Hack.Xenosaga/Common/Functions.cs
  2. +5
    -3
      README.md

+ 1
- 0
Hack.Xenosaga/Common/Functions.cs View File

@ -15,6 +15,7 @@ namespace Hack.Xenosaga.Common
Trace.WriteLine(" -u = Unpack files from index");
Trace.WriteLine(" -p = Pack files from index");
Trace.WriteLine(" -e = Extract text from file");
Trace.WriteLine(" -i = Insert text from file");
Trace.WriteLine(" file : Index file (the first one of each decade : xenosaga.00, xenosaga.10, xenosaga.20...)");
Trace.WriteLine(" encode : (-e) Encoding of the output/input file (ANSI( default), ASCII, UTF8, UNICODE)");
Trace.WriteLine(" 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");


+ 5
- 3
README.md View File

@ -2,11 +2,13 @@ Tool dedicated to isohacking for Xenosaga on Playstation 2
<pre>
Usage :
xenosaga &lt;option&gt; &lt;file&gt; [regroup]
xenosaga &lt;option&gt; &lt;file&gt; [encode/regroup]
option : -l = List files from index
-u = Unpack files from index
-p = Pack files from index
-e = Extract text from file
-e = Extract scripts
-i = Insert scripts
file : Index file (the first one of each decade : xenosaga.00, xenosaga.10, xenosaga.20...)
regroup : 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
encode : (-e/-i) Encoding of the output/input file (ANSI( default), ASCII, UTF8, UNICODE)
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
</pre>

Loading…
Cancel
Save