8,484
edits
Paradox-01 (talk | contribs) m (→Meshes)  | 
				Paradox-01 (talk | contribs)  m (→Meshes)  | 
				||
| Line 380: | Line 380: | ||
=====Reimports (Furniture)=====  | =====Reimports (Furniture)=====  | ||
The CJBO files include a furniture file. But this can be mostly garbage - or empty. Instead the furniture is baked into AKEV. The   | The CJBO files include a furniture file. But this can be mostly garbage - or empty. Instead the furniture is baked into AKEV. The meshes have flags which allow OniSplit to extract these objects again.  | ||
  Onisplit -extract:dae level1_Final level1_Final/AKEV*.oni  |   Onisplit -extract:dae level1_Final level1_Final/AKEV*.oni  | ||
In the past this   | In the past this created a bunch of DAE files:  | ||
  EnvWarehouse_bnv.dae  |   EnvWarehouse_bnv.dae  | ||
  EnvWarehouse_cons.dae  |   EnvWarehouse_cons.dae  | ||
| Line 436: | Line 436: | ||
'''Some possibilities of preparing FURN'''  | '''Some possibilities of preparing FURN'''  | ||
{| class="wikitable"  | |||
|-  | |||
! Method !! Notes  | |||
|-  | |||
| XSI scripting || considered "deprecated" by community  | |||
|-  | |||
| Standalone python || splitting DAE (mostly XML)  | |||
|-  | |||
| Blender scripting || -  | |||
|-  | |||
| UE4 editor scripting || importing XML/CSV list for instances of meshes  | |||
|}  | |||
edits