From 032e99590dad41aee53b0e86c296f08ac51eb11c Mon Sep 17 00:00:00 2001 From: alan Date: Wed, 17 Jan 2024 19:56:04 -0500 Subject: [PATCH] Set up IronPress for assets repository --- .gitattributes | 1 + .gitignore | 3 +++ characters/insurrectionist/cfg_ironpress.json | 23 +++++++++++++++++++ ironpress/ironpress.exe | 3 +++ ironpress/pipeline_insurrectionist.cmd | 3 +++ 5 files changed, 33 insertions(+) create mode 100644 characters/insurrectionist/cfg_ironpress.json create mode 100644 ironpress/ironpress.exe create mode 100644 ironpress/pipeline_insurrectionist.cmd diff --git a/.gitattributes b/.gitattributes index 65ce03a..00d62df 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,3 +9,4 @@ *.hdr filter=lfs diff=lfs merge=lfs -text *.fbx filter=lfs diff=lfs merge=lfs -text *.blend filter=lfs diff=lfs merge=lfs -text +*.exe filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index 491eb28..6862906 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ TEST_* # Don't save any renders render/ +# Don't save batch exports +export/ +exports/ diff --git a/characters/insurrectionist/cfg_ironpress.json b/characters/insurrectionist/cfg_ironpress.json new file mode 100644 index 0000000..4dd60e3 --- /dev/null +++ b/characters/insurrectionist/cfg_ironpress.json @@ -0,0 +1,23 @@ +{ + "out": "..\\..\\export\\insurrectionist\\textures", + "in": "textures", + "flip_normals": false, + "materials": { + "mat_axe": { + "res_out": 2048, + "channels": [ + "basecolor", + "arm", + "normal" + ] + }, + "mat_body": { + "res_out": 4096, + "channels": [ + "basecolor", + "arm", + "normal" + ] + } + } +} diff --git a/ironpress/ironpress.exe b/ironpress/ironpress.exe new file mode 100644 index 0000000..ae6e959 --- /dev/null +++ b/ironpress/ironpress.exe @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125e472441412d4ce2f48a29677b21ecdb4821faaa4b72f3f62fbf9cee8431c8 +size 2837504 diff --git a/ironpress/pipeline_insurrectionist.cmd b/ironpress/pipeline_insurrectionist.cmd new file mode 100644 index 0000000..869e128 --- /dev/null +++ b/ironpress/pipeline_insurrectionist.cmd @@ -0,0 +1,3 @@ +REM Insurrectionist textures +ironpress.exe ..\characters\insurrectionist\cfg_ironpress.json +pause > nul \ No newline at end of file