Engine Others: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Core information == | == Core information == | ||
Line 7: | Line 5: | ||
* [http://www.vaikene.net/planeshift/api/ PlaneShift's API] | * [http://www.vaikene.net/planeshift/api/ PlaneShift's API] | ||
== Helper applications == | |||
=== ccheck === | |||
''ccheck'' is an helper application to parse, check and rearrange art files: | |||
<code> | |||
~$ ccheck --help | |||
Art Conflict Checker. | |||
This application checks for duplicate meshfact and texture inclusions in art files. | |||
Options: | |||
-in The vfs path to directory to search in. Defaults to /this/ccheck/ | |||
-check Whether to do a meshfact conflict check. | |||
-process Whether to process art into a optimal format for bgloader. | |||
-strip Whether to strip data not needed for collision. | |||
-out The vfs path to the directory to output processed art files in. Defaults to /this/ccheckout/ | |||
Usage: ccheck(.exe) -path=/this/path/to/directory/ | |||
</code> | |||
== Others == | == Others == |
Revision as of 11:09, 24 July 2013
Core information
Helper applications
ccheck
ccheck is an helper application to parse, check and rearrange art files:
~$ ccheck --help
Art Conflict Checker.
This application checks for duplicate meshfact and texture inclusions in art files.
Options:
-in The vfs path to directory to search in. Defaults to /this/ccheck/
-check Whether to do a meshfact conflict check.
-process Whether to process art into a optimal format for bgloader.
-strip Whether to strip data not needed for collision.
-out The vfs path to the directory to output processed art files in. Defaults to /this/ccheckout/
Usage: ccheck(.exe) -path=/this/path/to/directory/