home *** CD-ROM | disk | FTP | other *** search
/ hobbes.nmsu.edu 2008 / 2008-06-02_hobbes.nmsu.edu.zip / new / scummc-0.2.0-os2.zip / ScummC / manual / cost.xml < prev    next >
Encoding:
Extensible Markup Language  |  2008-02-03  |  1.9 KB  |  55 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.  ScummC
  4.  Copyright (C) 2008  Alban Bedel
  5.  
  6.  This program is free software; you can redistribute it and/or
  7.  modify it under the terms of the GNU General Public License
  8.  as published by the Free Software Foundation; either version 2
  9.  of the License, or (at your option) any later version.
  10.  
  11.  This program is distributed in the hope that it will be useful,
  12.  but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.  GNU General Public License for more details.
  15.  
  16.  You should have received a copy of the GNU General Public License
  17.  along with this program; if not, write to the Free Software
  18.  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  19. -->
  20. <?xml-stylesheet href="html.xslt" type="text/xsl"?>
  21. <man name="cost" long-name="ScummC's costume compiler">
  22.  
  23.   <description>
  24.     <cmd>cost</cmd> allow to create costumes files for <cmd>scc</cmd>.
  25.     It can output files in the COST format (used by v6, the default) or
  26.     in the AKOS format (used by v7).
  27.   </description>
  28.  
  29.   <command name="cost">
  30.     <param-group name="options">
  31.       <param name="o" arg="file.cost" default="output.cost">
  32.         Set the output file.
  33.       </param>
  34.       <param name="I" arg="path" default=".">
  35.         Set the directory where the images are searched.
  36.       </param>
  37.       <param name="akos">
  38.         Output an AKOS (for v7) instead of a COST (for v6).
  39.       </param>
  40.       <param name="header" arg="file.h">
  41.         Output a header file with defines for the animation names, etc.
  42.       </param>
  43.       <param name="prefix" arg="p">
  44.         Set a prefix on all the defines in the generated header.
  45.       </param>
  46.     </param-group>
  47.     <file name="file.scost" required="true"/>
  48.   </command>
  49.  
  50.   <see-also>
  51.     <cmd>scc</cmd>, <cmd>costview</cmd>, <cmd>imgsplit</cmd>
  52.   </see-also>
  53.  
  54. </man>
  55.