Rename directories to accomodate IronPress

This commit is contained in:
Alan O'Cull 2024-02-13 18:20:03 -05:00
parent 9bbbacd880
commit c2e52076a2
12 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,3 @@
REM Insurrectionist textures
ironpress.exe ..\props\ShippingCrate\cfg_ironpress.json
pause > nul

View File

@ -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"
]
}
}
}

View File

@ -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"
]
}
}
}

BIN
props/ShippingContainer/preview.blend (Stored with Git LFS) Normal file

Binary file not shown.