Difference between revisions of "COLL"
From SimsWiki
HugeLunatic (Talk | contribs) (→Introduction) |
HugeLunatic (Talk | contribs) (→Introduction) |
||
Line 19: | Line 19: | ||
<br clear="all"> | <br clear="all"> | ||
+ | |||
===Binary Index (BINX)=== | ===Binary Index (BINX)=== |
Revision as of 00:15, 8 January 2013
unknown | |
---|---|
Short name: | COLL |
Long name: | Collection |
Contents |
Introduction
The Collection resource is one of many resources found in a collection file. The collection file holds information about objects and groups them together, they are folders found in game via Collections. This page covers not only the COLL resource, but all the parts that make up a collection file.
- 3IDR
- BINX
- COLL
- IMG
- STR#
The Instance value for the main 3IDR and the COLL are the same, possibly random number generation. Each 3IDR then has a consecutive Instance number with a matching BINX resource for each item added to the collection.
3D ID Referencing File (3DIDR)
Binary Index (BINX)
Name | Type | Use | Value |
---|---|---|---|
creatorid | dtstring | 00000000-0000-0000-0000-0000000000000 | unknown |
flags | dtUInteger | 0x00000002 | unknown |
iconidx | dtUInteger | 0x00000000 | unknown |
sortindex | dtUInteger | varies | Order it appears in game in collections |
stringindex | dtUInteger | 0x00000000 | unknown |
stringsetidx | dtUInteger | 0x00000001 | unknown |
Collection (COLL)
Name | Type | Use | Value |
---|---|---|---|
creatorid | dtstring | 00000000-0000-0000-0000-0000000000000 | unknown |
flags | dtUInteger | 0x00000002 | unknown |
iconidx | dtUInteger | 0x00000000 | unknown |
sortindex | dtUInteger | varies | Order it appears in game in collections |
stringindex | dtUInteger | 0x00000000 | unknown |
stringsetidx | dtUInteger | 0x00000001 | unknown |
type | dtString | collection, communitylotcollection, *lotcollection | Residential collection, Community collection, or both collection |
*lotcollection is only available for Pets EP and later |
jpg/tga/png Image (IMG)
This is the image that shows in collections.
Changing collection Icon image:
- Right Click
- Extract
- Save As...<filename.tga>
Be sure to change file extension to .tga for alpha channel! |
Text Lists (STR#)
This is the text that displays when hovering over the collection in game. Line 0x0000(0) contains the name. Instance value of 0x00000001.