23rd Jan 2019, 10:05 AM | WCIF This Skin?#1 |
xoxofactoryxoxo Original Poster | Hey all After doing a clean run of my game a while back, I lost quite a few sims3pack files. I've managed to find a good amount of them except for one. No matter where I look, I can't seem to find this skin. I might be overlooking it, but it isn't showing up where I was sure I downloaded it. This skin I'm looking for is this one: It is kind of 'grainy' (almost freckled?), has a red-ish undertone in the cheek area, and those lips (he's not wearing lipstick as far as I remember). I really adored this skin and it shows up as missing in my game. If anyone can point me in the right direction I'd appreciate it! Here is another image of his sister with the same skin, although she is wearing makeup. Just wanted to give more references and show that she has freckles on her chest in this skin: Thank you very much in advance |
23rd Jan 2019, 1:14 PM | #2 |
sweetdevil Theorist Join Date: Oct 2009 | Looks like a skin by MamyRocker: http://rock-the-sims-italy.blogspot...label/Skintones It's probably either 'Outstanding' or 'A Matter of Skin'. |
Simblr | TS3 CAS Conversion Catalog - for basegame, EP, SP, and Store clothing! CC reuploads: Hal's Archive | Kewai-Dou | mitarasi | Modish Kitten | pocci | Yesod Sims |
Sims 3 Custom Content Skin
23rd Jan 2019, 8:58 PM | #3 | |
xoxofactoryxoxo Original Poster |
Yes, it was 'A Matter of Skin' !!! Now it shows up in my game! Thank you so much, I really appreciate your help. He also says thank you now that his skin isn't missing |
Find and follow posts tagged sims 3 skin on Tumblr.
- Mar 13, 2016 TSR started August 1999 as the very first The Sims fansite. Today it’s the largest The Sims community in the world. We offer more custom content than any other site and it's all for free!
- Studio Skin NON DEFAULT Published Sep 25, 2015. Fully handpainted skintone for your sims. Can you make a skin that is in sims3pack form?
23rd Jan 2019, 10:33 PM | #4 |
sweetdevil Theorist Join Date: Oct 2009 | You're welcome, glad to know it's the correct skin! It looks beautiful on your sim! |
Simblr | TS3 CAS Conversion Catalog - for basegame, EP, SP, and Store clothing! CC reuploads: Hal's Archive | Kewai-Dou | mitarasi | Modish Kitten | pocci | Yesod Sims |
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table |TS3 Programmer's Reference |
|
SIMS3PACK Packages
Some content for Sims 3 is delivered via a .sims3pack file.This file is essentially an compilation of multiple Package Files stored in a single file to ensure that all requiredresources are kept together.
Skin Mod Sims 3
The sims3pack file is split into 3 distinct sections: File Header Section, XML Document Section, Archive Section.
File Header Section
The File Header appears at the beginning of the file and is composed as follows:
XML Document Section
Following immediately after the File Header Section is the XML Document Section. It contains a single XML tree describing the contents of the archive section.
The XML elements are described after the Archive Section description.
Archive Section
The Archive Section follows the XML Document Section.Each Archive described by the XML Document has an offset and length value associated with it. The offset is from the beginning of the Archive Section.
XML Element Description
The XML Document starts with a standard XML Declaration specifying version=1.0 and encoding=utf-8
This Declaration is followed by an XML Root Element <Sims3Package>
Any of the following Elements may appear inside the <Sims3Package> element.
Element Name | Description | Observed Attributes | Observed Values |
---|---|---|---|
<Sims3Package> | Root Element of the XML Document | (Type='world' SubType='0x00000000'), (Type='CasPart' SubType='0x00000004'), Many Others | |
<ArchiveVersion> | Version of Sims3Pack | 1.4 | |
<CodeVersion> | Unknown | 0.0.0.20 | |
<GameVersion> | Unknown | 0.0.0.0 | |
<AssetVersion> | Version of contained Asset | 0, 27417, etc. | |
<MinReqVersion> | Unknown | 1.0.0.0 | |
<DisplayName> | Name of sims3pack's contents in English | Riverview, afConcertTShirts | |
<Description> | Description of sims3pack's contents in English | A set of T-Shirts for Adult Female with Concert/Band Logos | |
<Dependencies> | Unknown | ||
<LocalizedNames> | A List of <LocalizedName> elements to give the DisplayName value in multiple languages | <LocalizedName> | |
<LocalizedDescriptions> | A List of <LocalizedName> elements to give the Description value in multiple languages | <LocalizedName> | |
<LocalizedName> | A language specific string value for either <LocalizedNames> or <LocalizedDescriptions> elements. May be repeated multiple times. | Language='sv-SE' | <![CDATA[Riverview]]> |
<PackagedFile> | Reference to one of the package files contained in the Archive Section. May be repeated multiple times. | ||
<PackageId> | Where the Sims3Pack contains a PackedFile that is a package, this appears to be the name of the package without the extension. |
Sims 3 Skin Downloads
The <PackagedFile> element can have the following sub-elements
Element Name | Description |
---|---|
<Name> | Filename of the resource |
<Length> | Number of bytes in the resource (File Size) |
<Offset> | Offset from beginning of Archive Section to the resource |
<Crc> | A CRC Value for the archive. (Unknown Algorithm at this time) |
<Guid> | The GUID of the resource. |
<ContentType> | The type of resource |
<metatags> | Unknown (but relates to the packaged PNG files) |
Notes
- It appears that the resources stored in a sims3pack can include .PNG files as well as .package files.
- .png files appear to be named as a TGI reference, i.e.: 8f78f74b-00000000-0000000000000000.png
- .packages files appear to be named as a GUID, i.e.: 0xc97ea9c600104fcbafdf2d64ffceae2b.package
Documentation by Grant
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table |TS3 Programmer's Reference |