Set up Turret textures for IronPress
This commit is contained in:
parent
2f5f875b81
commit
2b88813396
BIN
characters/insurrectionist/p4-rigging.blend
(Stored with Git LFS)
BIN
characters/insurrectionist/p4-rigging.blend
(Stored with Git LFS)
Binary file not shown.
3
pipeline/pipeline_turret.cmd
Normal file
3
pipeline/pipeline_turret.cmd
Normal file
@ -0,0 +1,3 @@
|
||||
REM Insurrectionist textures
|
||||
ironpress.exe ..\props\Turret\cfg_ironpress.json
|
||||
pause > nul
|
23
props/Turret/cfg_ironpress.json
Normal file
23
props/Turret/cfg_ironpress.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user