1<html> 2<head> 3<title>Divided File Format</title> 4<link rel="stylesheet" href="../css/mainpage.css" type="text/css"> 5<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6</head> 7 8<body> 9 10<h1>Divided File Format</h1> 11 12<h2>cmcla, cmtpa, cmtsa</h2> 13<p> 14The CMATA file stores a collection of three types of animations. The divided file format stores the types separately as color animation (a CMCLA file), texture SRT animation (a CMTSA file) and texture pattern animation (a CMTPA file).<br> 15</p> 16<p> 17The divided file format has these features: 18<ul> 19<li>By dividing up the information into separate files, data management becomes more flexible.</li> 20<li>Finer control is possible in the program when the data are treated as separate animations.</li> 21<li>By dividing up the information this way the total number of animations increases, so there is a slightly heavier processing load at playback time.</li> 22</ul> 23</p> 24 25<hr><p>CONFIDENTIAL</p></body> 26</html> 27