Difference between revisions of "LIST2"
From SimsWiki
(Auto-inserted from WakkaWikki) |
|||
Line 18: | Line 18: | ||
end repeat | end repeat | ||
− | I don't know when to use wich Format, but checking if the Filesize can be devided by 20 or 16 did work so far to determin the type. I think the short format is used, when the Class ID's of all stored Files are 0. [[Category:Modding]] | + | I don't know when to use wich Format, but checking if the Filesize can be devided by 20 or 16 did work so far to determin the type. I think the short format is used, when the Class ID's of all stored Files are 0. |
+ | |||
+ | [[Category:Sims 2 Modding]] |
Latest revision as of 20:34, 17 September 2012
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/LIST2
Lists all compressed Files specified in the Index of the http:''www.modthesims2.com/wiki/Packages .package Header.
There are two possible Structures, First the long format: repeat 4 type 4 group id 4 instance id 4 the Unknown dWord from the http:''www.modthesims2.com/wiki/Packages .package Header located on Offset 60 ( I call it Class ID) 4 (real) Uncompressed Filesize end repeat
the other one: repeat 4 type 4 group id 4 instance id 4 (real) Uncompressed Filesize end repeat
I don't know when to use wich Format, but checking if the Filesize can be devided by 20 or 16 did work so far to determin the type. I think the short format is used, when the Class ID's of all stored Files are 0.