diff --git a/characters/infantry/cfg_ironpress.json b/characters/infantry/cfg_ironpress.json new file mode 100644 index 0000000..4eaaf53 --- /dev/null +++ b/characters/infantry/cfg_ironpress.json @@ -0,0 +1,15 @@ +{ + "out": "..\\..\\export\\infantry\\textures", + "in": "textures", + "flip_normals": false, + "materials": { + "mat_cleave": { + "res_out": 1024, + "channels": [ + "basecolor", + "arm", + "normal" + ] + } + } +} diff --git a/characters/infantry/models/body/cleave.fbx b/characters/infantry/models/body/cleave.fbx new file mode 100644 index 0000000..2cfc7f1 --- /dev/null +++ b/characters/infantry/models/body/cleave.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a24a949bf69716644f88547d81686f713d14705900dfce46606580e3f82d8b +size 15436 diff --git a/characters/infantry/p10-rigging.blend b/characters/infantry/p10-rigging.blend index 1334837..4c600dd 100644 --- a/characters/infantry/p10-rigging.blend +++ b/characters/infantry/p10-rigging.blend @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d112e5658a7f53def98948e98f80acdc467de52e722e8e704b78e324e1e7b20e -size 5753878 +oid sha256:639162a97d4d1d6e1d6eee85670e899017fc81a0944b7c27986e839a97b4e6c1 +size 6299985 diff --git a/characters/infantry/textures/mat_cleave_arm.png b/characters/infantry/textures/mat_cleave_arm.png new file mode 100644 index 0000000..d4882f9 --- /dev/null +++ b/characters/infantry/textures/mat_cleave_arm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28cddd761575b454d56a887d595e4222b0adcaa5c59261f925bf21286cffc16 +size 1991476 diff --git a/characters/infantry/textures/mat_cleave_basecolor.png b/characters/infantry/textures/mat_cleave_basecolor.png new file mode 100644 index 0000000..26a4103 --- /dev/null +++ b/characters/infantry/textures/mat_cleave_basecolor.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36b5a43c107b1689bb9cfaa13382ff2eb2d81a6c4704be228cb3b5a343f7bca +size 2736081 diff --git a/characters/infantry/textures/mat_cleave_normal.png b/characters/infantry/textures/mat_cleave_normal.png new file mode 100644 index 0000000..5bdb66b --- /dev/null +++ b/characters/infantry/textures/mat_cleave_normal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58adbce7e12be5a5966d85486170924d5ade01ca246cbb822b9fd0bc61b29e09 +size 9540776 diff --git a/pipeline/export_all_anims.cmd b/pipeline/export_all_anims.cmd index 2c0df3e..2ee13b3 100644 --- a/pipeline/export_all_anims.cmd +++ b/pipeline/export_all_anims.cmd @@ -1,3 +1,9 @@ set PATH=%PATH%;"C:\Program Files\Blender Foundation\Blender 3.6" -blender ..\animations\infantry\anims-alan.blend --background --python export_anims.py + +REM Insurrectionist Animations blender ..\animations\insurrectionist\anims-alan.blend --background --python export_anims.py +blender ..\animations\insurrectionist\anims-shelby.blend --background --python export_anims.py + +REM Infantry Animations +blender ..\animations\infantry\anims-alan.blend --background --python export_anims.py +blender ..\animations\infantry\anims-shelby.blend --background --python export_anims.py diff --git a/pipeline/pipeline_infantry.cmd b/pipeline/pipeline_infantry.cmd new file mode 100644 index 0000000..b74fad0 --- /dev/null +++ b/pipeline/pipeline_infantry.cmd @@ -0,0 +1,3 @@ +REM Insurrectionist textures +ironpress.exe ..\characters\infantry\cfg_ironpress.json +pause > nul \ No newline at end of file