1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../css/document.css" type="text/css" /> 7 <title>Command Line Converter</title> 8 </head> 9<body> 10 <h1>Command Line Converter</h1> 11 12 <p> NW4C_CreativeStudioConsole.exe is a command line tool for performing actions such as binary conversion and re-exporting data related to the NW4C graphics library. 13 </p> 14 15 <p>Atlhtough this tool usually functions as a binary converter used to export binary from intermediate files, it can also execute script files when the -s option is specified. For details on script execution, see <a href="../../../CreativeStudio/html/appendix/command_line/index.html">CreativeStudio documentation</a>.</p> 16<h2>Command-Line Options</h2> 17<p> 18The command line version of CreativeStudio executes commands in the following format. (The order options are specified does not matter>) 19</p> 20<p class="info"> 21NW4C_CreativeStudioConsole.exe --output=<output_file_name> input_file_name_1 [input_file_name_2 ...] 22<p> 23The following options can be specified as command line parameters. 24<table class="members"> 25 <tbody> 26 <tr> 27 <th><strong>Options</strong></th> 28 <th><strong>Description</strong></th> 29 </tr> 30 <tr> 31 <td>--help -help -h</td> 32 <td> 33 Displays help on how to use commands. 34 </td> 35 </tr> 36 <tr> 37 <td>--version -version -v</td> 38 <td> 39 Displays version information about the tool. 40 </td> 41 </tr> 42 <tr> 43 <td>--output= -output= -o=<output_file_name></td> 44 <td> 45 Specifies the filename of the output file. 46 </td> 47 </tr> 48 <tr> 49 <td><nobr>--auto_create_shader=<on/off></nobr><br/> (default: on)</td> 50 <td> 51 <div> 52 This option automatically adds default shader binary resources to binaries to be output. Although it is on by default, a warning is displayed if the default setting is used without this option being specified. 53 <div><br/> 54 <div> 55 We highly recommend that final results be output with this option off and that shader resources use external references, because multiple default shaders are used as different shaders when outputting binary with this option set to on and this can have a large adverse affect on both memory size and performance. 56 </div> 57 </td> 58 </tr> 59 <tr> 60 <td>--verbose</td> 61 <td> 62 Displays all information while processing data. 63 </td> 64 </tr> 65 <tr> 66 <td>--force_separate_attribute</td> 67 <td> 68 Although vertex arrays are output in interleaved format by default during binary conversion, specify this option to output them as separate format vertex arrays. 69 </td> 70 </tr> 71 <tr> 72 <td><nobr>--index_stream_bounding_type=<none/obb></nobr> <br/>(default value:none) [still experimental]</td> 73 <td> 74 <div> 75 If bounding information at the index stream level is attached in the intermediate file, that bounding information can be output by using this option. 76 </div><br/> 77 <p class="notice">This feature is currently an experimental specification. Specifications are subject to change in the future.</p> 78 </td> 79 </tr> 80 <tr> 81 <td>--use_full_baked_anim</td> 82 <td> 83 Outputs skeletal animations in fully baked format. For information on the fully baked format, see <a href="anim/AdvancedFeature.html#full_baked">Advanced Features</a>. 84 </td> 85 </tr> 86 <tr> 87 <td>-s=<script_file_name></td> 88 <td> 89 <div> 90 Executes Python and Ruby script files. If run in script mode, ohter command line options for binary output cease to function. 91 </div> 92 <div> 93 For details, see <a href="../../../CreativeStudio/html/appendix/command_line/index.html">CreativeStudio documentation</a>. 94 </div> 95 </td> 96 </tr> 97 <tr> 98 <td>@<parameter_file_name></td> 99 <td> 100 Command line parameters can be loaded from a file by specifying @parameter file name. 101 </td> 102 </tr> 103 </tbody> 104<hr><p>CONFIDENTIAL</p></body> 105</html> 106