diff --git a/library/formats/far/HOWTO_EXTRACT.txt b/library/formats/far/HOWTO_EXTRACT.txt new file mode 100644 index 0000000..98e3fee --- /dev/null +++ b/library/formats/far/HOWTO_EXTRACT.txt @@ -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" \ No newline at end of file diff --git a/library/formats/far/out/animations/.gitkeep b/library/formats/far/out/animations/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/library/formats/far/out/bodies/meshes/.gitkeep b/library/formats/far/out/bodies/meshes/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/library/formats/far/out/bodies/textures/.gitkeep b/library/formats/far/out/bodies/textures/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/library/formats/far/out/hands/meshes/.gitkeep b/library/formats/far/out/hands/meshes/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/library/formats/far/out/hands/textures/.gitkeep b/library/formats/far/out/hands/textures/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/library/formats/far/out/heads/meshes/.gitkeep b/library/formats/far/out/heads/meshes/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/library/formats/far/out/heads/textures/.gitkeep b/library/formats/far/out/heads/textures/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/library/formats/far/out/skeletons/.gitkeep b/library/formats/far/out/skeletons/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/library/formats/far/out/skeletons/adult.skel b/library/formats/far/out/skeletons/adult.skel new file mode 100644 index 0000000..63453ac Binary files /dev/null and b/library/formats/far/out/skeletons/adult.skel differ