From c2e52076a20d496909ae241a829aa67e4acced0b Mon Sep 17 00:00:00 2001 From: alan Date: Tue, 13 Feb 2024 18:20:03 -0500 Subject: [PATCH] Rename directories to accomodate IronPress --- pipeline/pipeline_shipping_crate.cmd | 3 ++ props/OldPc/cfg_ironpress.json | 23 +++++++++++++ .../ContainerLP.fbx | 0 props/ShippingContainer/cfg_ironpress.json | 32 +++++++++++++++++++ props/ShippingContainer/preview.blend | 3 ++ .../textures}/mat_containerBlue_basecolor.png | 0 .../mat_containerGreen_basecolor.png | 0 .../textures}/mat_containerRed_basecolor.png | 0 .../textures}/mat_container_ao.png | 0 .../textures}/mat_container_metallic.png | 0 .../textures}/mat_container_normal.png | 0 .../textures}/mat_container_roughness.png | 0 12 files changed, 61 insertions(+) create mode 100644 pipeline/pipeline_shipping_crate.cmd create mode 100644 props/OldPc/cfg_ironpress.json rename props/{Shipping Container => ShippingContainer}/ContainerLP.fbx (100%) create mode 100644 props/ShippingContainer/cfg_ironpress.json create mode 100644 props/ShippingContainer/preview.blend rename props/{Shipping Container/Textures => ShippingContainer/textures}/mat_containerBlue_basecolor.png (100%) rename props/{Shipping Container/Textures => ShippingContainer/textures}/mat_containerGreen_basecolor.png (100%) rename props/{Shipping Container/Textures => ShippingContainer/textures}/mat_containerRed_basecolor.png (100%) rename props/{Shipping Container/Textures => ShippingContainer/textures}/mat_container_ao.png (100%) rename props/{Shipping Container/Textures => ShippingContainer/textures}/mat_container_metallic.png (100%) rename props/{Shipping Container/Textures => ShippingContainer/textures}/mat_container_normal.png (100%) rename props/{Shipping Container/Textures => ShippingContainer/textures}/mat_container_roughness.png (100%) diff --git a/pipeline/pipeline_shipping_crate.cmd b/pipeline/pipeline_shipping_crate.cmd new file mode 100644 index 0000000..3cfa4bb --- /dev/null +++ b/pipeline/pipeline_shipping_crate.cmd @@ -0,0 +1,3 @@ +REM Insurrectionist textures +ironpress.exe ..\props\ShippingCrate\cfg_ironpress.json +pause > nul \ No newline at end of file diff --git a/props/OldPc/cfg_ironpress.json b/props/OldPc/cfg_ironpress.json new file mode 100644 index 0000000..2e66a25 --- /dev/null +++ b/props/OldPc/cfg_ironpress.json @@ -0,0 +1,23 @@ +{ + "out": "..\\..\\export\\turret\\textures", + "in": "textures", + "flip_normals": false, + "materials": { + "mat_turrethead": { + "res_out": 1024, + "channels": [ + "basecolor", + "arm", + "normal" + ] + }, + "mat_turretstand": { + "res_out": 1024, + "channels": [ + "basecolor", + "arm", + "normal" + ] + } + } +} diff --git a/props/Shipping Container/ContainerLP.fbx b/props/ShippingContainer/ContainerLP.fbx similarity index 100% rename from props/Shipping Container/ContainerLP.fbx rename to props/ShippingContainer/ContainerLP.fbx diff --git a/props/ShippingContainer/cfg_ironpress.json b/props/ShippingContainer/cfg_ironpress.json new file mode 100644 index 0000000..dccc755 --- /dev/null +++ b/props/ShippingContainer/cfg_ironpress.json @@ -0,0 +1,32 @@ +{ + "out": "..\\..\\export\\turret\\textures", + "in": "Textures", + "flip_normals": false, + "materials": { + "mat_container": { + "res_out": 1024, + "channels": [ + "arm", + "normal" + ] + }, + "mat_containerBlue": { + "res_out": 1024, + "channels": [ + "basecolor" + ] + }, + "mat_containerGreen": { + "res_out": 1024, + "channels": [ + "basecolor" + ] + }, + "mat_containerRed": { + "res_out": 1024, + "channels": [ + "basecolor" + ] + } + } +} diff --git a/props/ShippingContainer/preview.blend b/props/ShippingContainer/preview.blend new file mode 100644 index 0000000..fdea5f9 --- /dev/null +++ b/props/ShippingContainer/preview.blend @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2567f496ad2b706278a71ffcee03f26d220f11d0dbe6b982172956cdeffb39 +size 1064018 diff --git a/props/Shipping Container/Textures/mat_containerBlue_basecolor.png b/props/ShippingContainer/textures/mat_containerBlue_basecolor.png similarity index 100% rename from props/Shipping Container/Textures/mat_containerBlue_basecolor.png rename to props/ShippingContainer/textures/mat_containerBlue_basecolor.png diff --git a/props/Shipping Container/Textures/mat_containerGreen_basecolor.png b/props/ShippingContainer/textures/mat_containerGreen_basecolor.png similarity index 100% rename from props/Shipping Container/Textures/mat_containerGreen_basecolor.png rename to props/ShippingContainer/textures/mat_containerGreen_basecolor.png diff --git a/props/Shipping Container/Textures/mat_containerRed_basecolor.png b/props/ShippingContainer/textures/mat_containerRed_basecolor.png similarity index 100% rename from props/Shipping Container/Textures/mat_containerRed_basecolor.png rename to props/ShippingContainer/textures/mat_containerRed_basecolor.png diff --git a/props/Shipping Container/Textures/mat_container_ao.png b/props/ShippingContainer/textures/mat_container_ao.png similarity index 100% rename from props/Shipping Container/Textures/mat_container_ao.png rename to props/ShippingContainer/textures/mat_container_ao.png diff --git a/props/Shipping Container/Textures/mat_container_metallic.png b/props/ShippingContainer/textures/mat_container_metallic.png similarity index 100% rename from props/Shipping Container/Textures/mat_container_metallic.png rename to props/ShippingContainer/textures/mat_container_metallic.png diff --git a/props/Shipping Container/Textures/mat_container_normal.png b/props/ShippingContainer/textures/mat_container_normal.png similarity index 100% rename from props/Shipping Container/Textures/mat_container_normal.png rename to props/ShippingContainer/textures/mat_container_normal.png diff --git a/props/Shipping Container/Textures/mat_container_roughness.png b/props/ShippingContainer/textures/mat_container_roughness.png similarity index 100% rename from props/Shipping Container/Textures/mat_container_roughness.png rename to props/ShippingContainer/textures/mat_container_roughness.png