Console tool for converting CrowdPlacement-files
– Convert :
* From .Dat to .txt
* From .txt to .Dat
– Supported files (all) :
* version 0x0103 (FIFA 07 – FIFA 14)
* version 0x0104 (FIFA WC’14)
* version 0x0105 (FIFA 15 or later)
Content:
* Console-Tool CrowdConv.exe
* .bat scripts
* Help/examples
Commands:
Usage: CrowdConv [options] <inputfile1> [<outputfile1>]…
Options:
-? : Display this help information.
-o <type>: Set the type of the output file to <type>
-i : Identify: Display Crowd-File info.
<inputfile> : The filename of the file to convert.
<outputfile> : The filename of the converted file.
<type> : DAT, TXT.
Example:
——————-
1. Identify file
——————-
> this will allow to see wich version type your crowd file is
CrowdConv -i crowd_395_1.dat
CrowdConv -i crowd_395_1.txt
——————————–
2. Convert file (.dat to .txt)
——————————–
> Convert .dat to .txt
> multiple file support !
CrowdConv -o TXT crowd_156_1.dat crowd_156_1.txt
CrowdConv -o TXT crowd_156_1.dat crowd_156_1.txt crowd_395_1.dat crowd_395_1.txt
——————————–
3. Convert file (.txt to .dat)
——————————–
> Convert .txt to .dat
> multiple file support !
CrowdConv -o DAT crowd_156_1.txt crowd_156_1.dat
CrowdConv -o DAT crowd_156_1.txt crowd_156_1.dat crowd_395_1.txt crowd_395_1.dat