Welcome to the Creatures Wiki! Log in and join the community.

Difference between revisions of "ATT files"

From Creatures Wiki
Jump to navigation Jump to search
(More detail)
m (Clarify)
Line 1: Line 1:
 
.att is the extension used for [[Creatures]] 'Att files', also known as '[[body data]] files'. These files can be viewed and edited in a plain text editor, such as Windows Notepad. They are used by the [[Creatures]] games to detail how to connect [[breed]] images together. Each breed [[sprite|image]] file has an associated attachment file by the same name, in which the co-ordinates of key points for each pose are written.
 
.att is the extension used for [[Creatures]] 'Att files', also known as '[[body data]] files'. These files can be viewed and edited in a plain text editor, such as Windows Notepad. They are used by the [[Creatures]] games to detail how to connect [[breed]] images together. Each breed [[sprite|image]] file has an associated attachment file by the same name, in which the co-ordinates of key points for each pose are written.
 
__NOTOC__
 
__NOTOC__
 +
==File Structure==
 
Each ATT file contains one row for each image (or 'pose') within its corresponding [[sprite]] file.
 
Each ATT file contains one row for each image (or 'pose') within its corresponding [[sprite]] file.
 
Each pair of columns represents the coordinates (x and y) of a specific connecting body part on the image the row relates to.
 
Each pair of columns represents the coordinates (x and y) of a specific connecting body part on the image the row relates to.
  
 
'''Creatures 1:'''  
 
'''Creatures 1:'''  
*12 ATT files
+
*12 ATT files A-L
 
*10 rows x 4 columns  
 
*10 rows x 4 columns  
:*body has 12 columns
+
*exception: body has 12 columns (last 2 are zeros)
  
 
'''Creatures 2:'''
 
'''Creatures 2:'''
*14 ATT files
+
*14 ATT files A-N
 
*10 rows x 4 columns  
 
*10 rows x 4 columns  
:*body has 12 columns
+
*exception: body has 12 columns
  
'''Creatures 3/DS/Village:'''
+
'''Creatures 3/DS:'''
*14 ATT files
+
*14 ATT files A-N
 
*16 rows x 4 columns
 
*16 rows x 4 columns
:*head has 10 columns (last 6 are zeros for C3/DS)
+
*exception: head has 10 columns (last 6 are zeros)
:*body has 12 columns
+
*exception: body has 12 columns
 +
 
 +
'''Creatures Village:'''
 +
*17 ATT files A-Q
 +
*16 rows x 4 columns
 +
*exception: head has 10 columns
 +
*exception: body has 12 columns
 +
 
 +
Note that numbers within att files do not have leading zeros, the files have one single space character between each number, and each row finishes with one space and then a return character.
  
 
{{stub}}
 
{{stub}}

Revision as of 10:11, 13 September 2005

.att is the extension used for Creatures 'Att files', also known as 'body data files'. These files can be viewed and edited in a plain text editor, such as Windows Notepad. They are used by the Creatures games to detail how to connect breed images together. Each breed image file has an associated attachment file by the same name, in which the co-ordinates of key points for each pose are written.

File Structure

Each ATT file contains one row for each image (or 'pose') within its corresponding sprite file. Each pair of columns represents the coordinates (x and y) of a specific connecting body part on the image the row relates to.

Creatures 1:

  • 12 ATT files A-L
  • 10 rows x 4 columns
  • exception: body has 12 columns (last 2 are zeros)

Creatures 2:

  • 14 ATT files A-N
  • 10 rows x 4 columns
  • exception: body has 12 columns

Creatures 3/DS:

  • 14 ATT files A-N
  • 16 rows x 4 columns
  • exception: head has 10 columns (last 6 are zeros)
  • exception: body has 12 columns

Creatures Village:

  • 17 ATT files A-Q
  • 16 rows x 4 columns
  • exception: head has 10 columns
  • exception: body has 12 columns

Note that numbers within att files do not have leading zeros, the files have one single space character between each number, and each row finishes with one space and then a return character.

Editnorn.png This stub could use more information.

Related links

External links