1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2<html xmlns="http://www.w3.org/1999/xhtml" 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 href="../../../html/common/main.css" rel="stylesheet" type="text/css" /> 7<title>Save Binary File Dialog Box</title> 8</head> 9<body> 10<h1>Save Binary File Dialog Box</h1> 11<p>This dialog is displayed when saving data edited using 3DEditor as a binary file.</p> 12<p class="image"><img src="images/save_binary_file.png" alt="Save Binary File Dialog Box" /></p> 13<ol class="ui"> 14 <!-- =================================================== --> 15 <li>File list<BR>Displays a list of files to be saved as binary files.<BR> A file will not be saved as a binary file unless the checkbox next to that file is selected.</li> 16 <!-- =================================================== --> 17 <li>Check<BR>File extensions are displayed in the pull-down menu.<BR> Clicking a file extension selects all checkboxes for files having the clicked extension. This allows those files to be saved as binary files.</li> 18 <li>Clear<BR>File extensions are displayed in the pull-down menu.<BR> Clicking a file extension unselects all checkboxes for files having the clicked extension. These files will not be saved as binary files.</li> 19 <li>Target File Count<BR>Displays the number of taget files to be saved as binary files for each extension.<BR> Files whose checkboxes are not selected in the file list are not counted.</li> 20 <li>Select the checkbox if files are to be collected and made into a resource.<BR> The location where files will be stored differs in terms of resource file path or save destination folder depending on whether this checkbox is selected. </li> 21 <li>Resource file path<BR>Enabled when the checkbox in E is selected.<BR> Click the file reference icon and set the resource file path.</li> 22 <li>Save destination folder<BR>Enabled when the checkbox in E is not selected.<BR> Click the file reference icon and set the foder in which to save binary files.</li> 23</ol> 24<hr><p>CONFIDENTIAL</p></body> 25</html>