8,018
edits
Paradox-01 (talk | contribs) m (typo) |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{{XML_File_Header | type=TRBS | prev=TRAS | next=TRGE | name=Totoro Body Set }} | {{XML_File_Header | type=TRBS | prev=TRAS | next=TRGE | name=Totoro Body Set }} | ||
===General information=== | |||
* TRBS files are stored ''globally'' (in AE/AEInstaller/vanilla/level0_Final.dat) | * TRBS files are stored ''globally'' (in AE/AEInstaller/vanilla/level0_Final.dat) | ||
* these files are used by ONCC | * these files are used by ONCC | ||
Line 7: | Line 7: | ||
===File structure=== | |||
TRBS | TRBS | ||
Line 31: | Line 31: | ||
===Extraction (LOD)=== | |||
This is more powerful method because it extracts the full range of models (LODs). | This is more powerful method because it extracts the full range of models (LODs). | ||
Line 37: | Line 37: | ||
===Extraction (no LOD)=== | |||
With the old extraction you can chose between a TRBS and an ONCC file. Note that this only extracts the model with the highest poly count. | With the old extraction you can chose between a TRBS and an ONCC file. Note that this only extracts the model with the highest poly count. | ||
Line 44: | Line 44: | ||
===Creation (new)=== | |||
onisplit -create ''output_folder input_folder''/TRBS''name''.xml | onisplit -create ''output_folder input_folder''/TRBS''name''.xml | ||
* this creates a TRBS file with up to 5 different LOD. | * this creates a TRBS file with up to 5 different LOD. | ||
''' | '''Example''' | ||
TRBSkonoko_body_high.xml (extracted with onisplit v0.9.68.0) | TRBSkonoko_body_high.xml (extracted with onisplit v0.9.68.0) | ||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
Line 66: | Line 65: | ||
===Creation (old)=== | |||
onisplit -create:trbs output_folder [-cel] [-normals] input_folder/TRBSname.dae | onisplit -create:trbs output_folder [-cel] [-normals] input_folder/TRBSname.dae | ||
* this creates a TRBS file whereby the models have the same LOD; that's not so good for the memory but useful enough for testing a character ingame | * this creates a TRBS file whereby the models have the same LOD; that's not so good for the memory but useful enough for testing a character ingame | ||
* the arguments [[Importing_character_models#Cel-shading|"cel"]] and "normals" are optional | * the arguments [[Importing_character_models#Cel-shading|"cel"]] and "normals" are optional | ||
===Standard TRIA=== | |||
[[File:XSI_ModTool_TRIA.png]] | |||
=== | ===Custom TRIA=== | ||
Onisplit creates the [[TRIA#Investigation|TRIA]] instance on its own. | Onisplit creates the [[TRIA#Investigation|TRIA]] instance on its own. | ||
Line 97: | Line 99: | ||
'''Example''' | |||
{| class="wikitable" width=100% | {| class="wikitable" width=100% | ||
| '''standard TRIA''' | | '''standard TRIA''' |
edits