mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-04-30 08:21:47 -04:00
added file structure for extracting tool
This commit is contained in:
parent
08c304948e
commit
58436d2fc6
10 changed files with 9 additions and 0 deletions
9
library/formats/far/HOWTO_EXTRACT.txt
Normal file
9
library/formats/far/HOWTO_EXTRACT.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
.\farextract.exe -tso "./Avatardata/skeletons/skeletons.dat" "./out/skeletons"
|
||||
.\farextract.exe -tso "./Avatardata/animations/animations.dat" "./out/animations"
|
||||
|
||||
.\farextract.exe -tso "./Avatardata/bodies/meshes/meshes.dat" "./out/bodies/meshes"
|
||||
.\farextract.exe -tso "./Avatardata/bodies/textures/textures.dat" "./out/bodies/textures"
|
||||
.\farextract.exe -tso "./Avatardata/heads/meshes/meshes.dat" "./out/heads/meshes"
|
||||
.\farextract.exe -tso "./Avatardata/heads/textures/textures.dat" "./out/heads/textures"
|
||||
.\farextract.exe -tso "./Avatardata/hands/meshes/meshes.dat" "./out/hands/meshes"
|
||||
.\farextract.exe -tso "./Avatardata/hands/textures/textures.dat" "./out/hands/textures"
|
0
library/formats/far/out/animations/.gitkeep
Normal file
0
library/formats/far/out/animations/.gitkeep
Normal file
0
library/formats/far/out/bodies/meshes/.gitkeep
Normal file
0
library/formats/far/out/bodies/meshes/.gitkeep
Normal file
0
library/formats/far/out/bodies/textures/.gitkeep
Normal file
0
library/formats/far/out/bodies/textures/.gitkeep
Normal file
0
library/formats/far/out/hands/meshes/.gitkeep
Normal file
0
library/formats/far/out/hands/meshes/.gitkeep
Normal file
0
library/formats/far/out/hands/textures/.gitkeep
Normal file
0
library/formats/far/out/hands/textures/.gitkeep
Normal file
0
library/formats/far/out/heads/meshes/.gitkeep
Normal file
0
library/formats/far/out/heads/meshes/.gitkeep
Normal file
0
library/formats/far/out/heads/textures/.gitkeep
Normal file
0
library/formats/far/out/heads/textures/.gitkeep
Normal file
0
library/formats/far/out/skeletons/.gitkeep
Normal file
0
library/formats/far/out/skeletons/.gitkeep
Normal file
BIN
library/formats/far/out/skeletons/adult.skel
Normal file
BIN
library/formats/far/out/skeletons/adult.skel
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue