1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 4<meta http-equiv="Content-Style-Type" content="text/css"> 5<link rel="stylesheet" href="css/manpage.css" type="text/css"> 6<title>ctex Format Plug-in</title> 7</head> 8<body> 9 10<h2><a name="ctex_format">ctex Format Plug-in</a></h2> 11<p>This plug-in saves and loads 3D intermediate texture files (ctex files).</p> 12<p> 13<a href="#ctex_save">Saving</a><br> <a href="#ctex_load">Loading</a><br> <a href="#ctex_notes">Notes</a><br> 14</p> 15 16<h3><a name="ctex_save">Saving</a></h3> 17<p>To save a 3D intermediate file of a texture (ctex file), select <B>Save as...</B> on the <B>File</B> menu, and set the file format to <CODE>NW4C_ctex</CODE>. <br> After you enter a name for the ctex file and click Save, a dialog box appears.</p> 18<p>Saving options are the same as for the <a href="NW4C_Tga.html#tga_save">TGA Format plug-in</a>.<br> Note, however, that the For LayoutEditor option cannot be specified.</p> 19<table class="arguments"><tbody><tr><td> 20This plug-in can save ctex files conforming to Ver. 0.7.0. 21</td></tr></tbody></table> 22<p><br></p> 23 24<h3><a name="ctex_load">Loading</a></h3> 25<p>To load a 3D intermediate file for a texture (<CODE>ctex</CODE> file), select <B>Open</B> on the <B>File</B> menu, select an <CODE>ctex</CODE> file, and click <B>Open</B>. <br> It is also possible to load ctex files by dragging and dropping them on the Photoshop window.</p> 26<p>The Photoshop image mode that results after loading the ctex file is determined based on the format being used, as follows.</p> 27<table class="arguments" style="width:auto;"> 28<tbody> 29<tr> 30<th nowrap style="width:100px;">Format Name</th> 31<th nowrap style="width:200px;">Image mode after loading</th> 32</tr> 33<tr> 34<td nowrap valign="top">L4<br>L8<br>A4<br>A8<br>LA4<br>LA8</td> 35<td nowrap valign="top">Grayscale</td> 36</tr> 37<tr> 38<td nowrap valign="top">HILO8<br>RGB565<br>RGB8<br>RGB5_A1<br>RGBA4<br>RGBA8<br>ETC1<br>ETC1_A4</td> 39<td nowrap valign="top">RGB</td> 40</tr> 41</tbody> 42</table> 43 44<h3><a name="ctex_notes">Notes</a></h3> 45<p>Notes are the same as for the <a href="NW4C_Tga.html#tga_notes">TGA Format plug-in</a>.<br> However, <strong>image quality will not be maintained</strong> if the format is other than L8, A8, LA8, HILO8, RGB8, or RGBA8, and data is saved and loaded using <CODE>NW4C_ctex</CODE>. Both the height and width of the texture image must be a power of two equal to or greater than 8 and equal to or less than 1024.</p> 46<p> 47The Path attribute of the <ImageTextureCtr> tag in 3D intermediate files (ctex files) represents the path to the source file.<BR> When a ctex file has been saved by executing <B>Save as</B> on the <B>File</B> menu, note that the source file name (name of the file loaded into Photoshop) is stored, not the name of the saved ctex file. 48</p> 49<p><br><br></p> 50<hr><p>CONFIDENTIAL</p></body> 51</html>