Difference between revisions of "6B943B43"
From SimsWiki
(Auto-inserted from WakkaWikki) |
m (Added category) |
||
Line 1: | Line 1: | ||
− | {{OldWikiEntry}} ==""c2DArray"" (2DARY) Data Block== | + | {{OldWikiEntry}} |
+ | ==""c2DArray"" (2DARY) Data Block== | ||
''Header (as specified in [[WDB]])'' | ''Header (as specified in [[WDB]])'' | ||
Line 30: | Line 31: | ||
BYTE : unknown | BYTE : unknown | ||
End Repeat | End Repeat | ||
− | </pre> [[Category:Modding]] | + | </pre> |
+ | |||
+ | [[Category:Modding]] | ||
+ | [[Category:InternalFormats]] |
Revision as of 22:16, 11 July 2006
This article is imported from the old MTS2 wiki. You can help Sims2Wiki by cleaning it up. It's original page with comments can be found at http://old_wiki.modthesims2.com/6B943B43
""c2DArray"" (2DARY) Data Block
Header (as specified in WDB)
DWORD : Block ID DWORD : Block Version 7BITSTR : Block name
Data Section
DWORD : Count X DWORD : Count Y Array[X,Y] (see below)
Array[X,Y] is a 2-dimensional array *of Objects*, X rows by Y columnns in size. The type of Object is based on the Instance ID of the file, as follows:
Instance ID 0x3B76 only
FLOAT : unknown
all other Instance ""IDs""
BYTE : Count n Repeat n BYTE : unknown End Repeat