|
|
(2 intermediate revisions by the same user not shown) |
Line 4: |
Line 4: |
| *[[CodingStandards|Coding Standards]] | | *[[CodingStandards|Coding Standards]] |
| * [http://www.vaikene.net/planeshift/api/ PlaneShift's API] | | * [http://www.vaikene.net/planeshift/api/ PlaneShift's API] |
| | | *[[LinuxIDE|Suggested IDE for Linux]] |
| == Helper applications ==
| | * [[Add a new race]] |
| | |
| === 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 == |