Set up Turret textures for IronPress

This commit is contained in:
Alan O'Cull 2024-02-13 13:55:31 -05:00
parent 2f5f875b81
commit 2b88813396
16 changed files with 28 additions and 2 deletions

Binary file not shown.

View File

@ -0,0 +1,3 @@
REM Insurrectionist textures
ironpress.exe ..\props\Turret\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"
]
}
}
}