Difference between revisions of "EBCF3E27"

From SimsWiki
Jump to: navigation, search
(version)
Line 18: Line 18:
 
The Skin property sets define attributes for [[Body Shop Clothing package|character skins (clothing)]]. Skins can be associated with multiple age groups and can fall into several categories.  
 
The Skin property sets define attributes for [[Body Shop Clothing package|character skins (clothing)]]. Skins can be associated with multiple age groups and can fall into several categories.  
  
=== version ===
+
=== Version ===
 
This seems to identify the version of Bodyshop that the content was made from. Does not appear until University, and, oddly enough, items created with the Nightlife version of Bodyshop also have version 2. It would seem, however, that these have no bearing on whether or not the item will show up in the game if the expansion is not installed, given the fact that things created with the Pets version of Bodyshop do show up when a person does not have Pets installed and, as a result of some of the missing elements, cause the strange thumbnails and other problems. This may be useful for tool makers, however, to quickly identify items based on what version of the game they were created with.
 
This seems to identify the version of Bodyshop that the content was made from. Does not appear until University, and, oddly enough, items created with the Nightlife version of Bodyshop also have version 2. It would seem, however, that these have no bearing on whether or not the item will show up in the game if the expansion is not installed, given the fact that things created with the Pets version of Bodyshop do show up when a person does not have Pets installed and, as a result of some of the missing elements, cause the strange thumbnails and other problems. This may be useful for tool makers, however, to quickly identify items based on what version of the game they were created with.
*0x06 = Bon Voyage
+
 
*0x05 = Seasons
+
{| class="wikitable"
*0x04 = Pets
+
!Version||Game
*0x03 = Open for Business (One could infer that Family Fun Stuff and Glamour Life Stuff would also have a version number of 3.)
+
|-
*0x02 = University or Nightlife
+
|0x02||University or Nightlife
 +
|-
 +
|0x03||Open for Business(One could infer that Family Fun Stuff and Glamour Life Stuff would also have a version number of 3.)  
 +
|-
 +
|0x04||Pets
 +
|-
 +
|0x05||Seasons
 +
|-
 +
|0x06||Bon Voyage
 +
|-
 +
|}
  
 
=== product ===
 
=== product ===

Revision as of 11:52, 15 November 2012

Sims 2 Logo transparent.png This article is written for The Sims 2. For the equivalent Sims 3 article, click here.


EBCF3E27
Short name: GZPS
Long name: Property Set


Contents

Introduction

This resource is formatted as either XML or CPF. This resource is used for several different things. Following is an overview of some of it's uses.

The "type" field identifies the type. type = "skin" is a skin.

Skins

The Skin property sets define attributes for character skins (clothing). Skins can be associated with multiple age groups and can fall into several categories.

Version

This seems to identify the version of Bodyshop that the content was made from. Does not appear until University, and, oddly enough, items created with the Nightlife version of Bodyshop also have version 2. It would seem, however, that these have no bearing on whether or not the item will show up in the game if the expansion is not installed, given the fact that things created with the Pets version of Bodyshop do show up when a person does not have Pets installed and, as a result of some of the missing elements, cause the strange thumbnails and other problems. This may be useful for tool makers, however, to quickly identify items based on what version of the game they were created with.

Version Game
0x02 University or Nightlife
0x03 Open for Business(One could infer that Family Fun Stuff and Glamour Life Stuff would also have a version number of 3.)
0x04 Pets
0x05 Seasons
0x06 Bon Voyage

product

  • 0x01 - Base Game
  • 0x02 - University
  • 0x03 - Nightlife
  • 0x04 - Open for Business
  • 0x05 - Family Fun Stuff
  • 0x06 - Glamour Life Stuff
  • 0x07 - Pets
  • 0x08 - Seasons
  • 0x09 - Celebration! Stuff
  • 0x0A - H&M Fashion Stuff
  • 0x0B - Bon Voyage
  • 0x0C - Teen Style Stuff
  • 0x0D - Store Edition
  • 0x0E - FreeTime
  • 0x0F - Kitchen & Bath Interior Design Stuff
  • 0x10 - IKEA Home Stuff
  • 0x11 - Apartment Life

category

  • Casual1 = 0x01,
  • Casual2 = 0x02,
  • Casual3 = 0x04,
  • Everyday = Casual1 | Casual2 | Casual3
  • Swimwear = 0x08,
  • PJ = 0x10,
  • Formal = 0x20,
  • Undies = 0x40,
  • Skintone = 0x80,
  • Pregnant = 0x100,
  • Activewear = 0x200,
  • TryOn = 0x400,
  • NakedOverlay = 0x800
  • Outerwear = 0x1000
  • All (except naked) = 0xFF7F

All others are unknown.

age

  • 0x01 - Toddler
  • 0x02 - Child
  • 0x04 - Teen
  • 0x08 - Adult
  • 0x10 - Elder
  • 0x20 - Baby
  • 0x40 - Young Adult

gender

  • 0x01 - Female
  • 0x02 - Male
  • 0x03 - Both

species

  • 0x01 - Human
  • 0x02 - Dog (Found in GZPS)
  • 0x03 - Unknown
  • 0x04 - Unknown
  • 0x05 - Unknown
  • 0x06 - Dog (Found in XTOL and XMOL)
  • 0x07 - Unknown
  • 0x08 - Cat (Found in XTOL and XMOL)

name

a string. It's not clear what is the meaning of this field, and it's not clear if changing or even removing it would have any effects.

creator

a string, probably identifying the creator of the mesh based on the registered number of the program

type

  • "skin" - for Skins

outfit / parts

This field (outfit) is critical for skins, and the Bodyshop of the Pets EP didn't include it. The same data is included under "parts" with content created with the broken version of the body shop from Pets.

  • Hair = 0x0001,
  • Face = 0x0002,
  • Top = 0x0004,
  • Body = 0x0008,
  • Bottom = 0x0010,
  • Accessory = 0x0020,
  • TailLong = 0x0040,
  • EarsUp = 0x0080,
  • TailShort = 0x0100,
  • EarsDown = 0x0200,
  • BrushTailLong = 0x0400,
  • BrushTailShort = 0x0800,
  • SpitzTail = 0x1000,
  • BrushSpitzTail = 0x2000

shoe

  • 0x00: None - For clothing packages that are tops only.
  • 0x01: Barefoot
  • 0x02: Heavy Boot
  • 0x03: Heels
  • 0x04: Normal shoe
  • 0x05: Sandal
  • 0x07: Armored - Found on the OFB Knight Armor.


This article is imported from the old MTS2 wiki. It's original page, with comments, can be found at http://old_wiki.modthesims2.com/EBCF3E27 This article is imported from the old MTS2 wiki. It's original page, with comments, can be found at http://old_wiki.modthesims2.com/GZPS

Personal tools
Namespaces

Variants
Actions
Navigation
game select
Toolbox