Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Part-time Hermit
Original Poster
#1 Old 13th Nov 2005 at 9:24 AM Last edited by leefish : 20th Dec 2013 at 9:36 AM.
Default Tutorial: Adding a subset to an object (and making it recolorable)
TUTORIAL: ADDING A SUBSET TO AN OBJECT (AND MAKING IT RECOLORABLE)

Credit to Numenor for providing most of this information

This tutorial is also provided in PDF format. To view it, we strongly suggest to download the Foxisoft PFD Viewer: it's free and small, less than 1Mb!

11 NOV 2008 - Added German translation (by magicdawn)


What you need for this tutorial:

- SimPE (latest version)
- CEP, latest version (if you add a recolorable subset to an object that originally has none)
- Basic knowledge of SimPE and creating a custom object


Reasons you may want to add a new subset to an object:

- Being able to have both solid and translucent parts in an object that originally only had one mesh subset without having the solid parts "bleed" through.
- Having subsets with different materials: one shiny and one matte, for example.
- Being able to recolor parts separately. (Note: You can only have a maximum of two recolorable subsets, with the exclusion of slave subsets which are not covered here, to an object, even though you can have more non-recolorable parts.)


This tutorial does not cover the routine steps of creating an object, but only adding a new subset. It also does not cover mesh editing for the new subset. You edit the mesh subset like any other mesh in your 3D editing program, and make sure the dimensions and placement of the new subset match the other subset(s).



STEP 1: IMPORTING THE MESH SUBSET

- Open your object package in SimPE. In Geometric Data Container, import your subset as a separate mesh subset the same way you import any mesh, but give it a new, informative name that separates it from the existing subsets in the package. Don't try to create another Geometric Data Container, but rather import the subset to an existing one.If you're adding a subset made of glass, for example, then name it "glass". Just make sure never to use the underscore when naming the mesh (so, no window_glass). For this tutorial, I'm adding a separate subset called "fabric" to a dining chair that previously has a subset called "wood". After you've imported the new subset, click Commit.



STEP 2: ADDING A TEXTURE IMAGE (OPTIONAL)

- This step is only necessary if your new subset needs its own, new texture. The other options are to either use an existing texture in the package (this will be explained later on), or to have no texture for the subset at all (as with untextured glass, for example).

- The easiest way of adding a new texture image is to clone a Texture Image file already in the package. (As an alternative, you can also Add one that's been extracted from another package.)

- To clone, right-click on an existing Texture Image file in the package (but not the shadow ones), and choose Clone. A new file will appear on the list.

- Rename the texture image file, but leave the txtr-extension untouched. Edit only the end of the filename (as highlighted in the screenshot) to fit your texture. In the example I changed the "cherry" of the original wood texture name to "lavender" for the fabric subset.
Hint: If you clone the texture image from a solid subset to a subset that is partially transparent, you will have to change the Format to DXT3 from DXT1 upon importing a texture that uses alpha for transparency, because DXT1 doesn't support alphas.

- Import your new texture image and click Commit.



STEP 3: ADDING A MATERIAL DEFINITION

- Your new subset needs its own Material Definition. You can either clone a Material Definition file already in the package, or extract one from another package and add it to this one.

- To clone, right-click on an existing Material Definition in the package (but not the shadow ones), and choose Clone. A new file will appear at end of the list of Material Definitions.

- Click on the new Material Definition and rename it in the Filename box. The word after the first underscore should be the name of the new subset from step 1 ("fabric" in the example), and the word after that should be the name you gave to the texture in step 2 ("lavender" in the example). If your subset has no texture, you only need the subset name in the filename. If your subset uses the same texture as the subset whose Material Definition you cloned, you can leave it as it is and only change the subset name.

- If, instead of cloning, you Add a Material Definition extracted from another package, like you may want to do when you add a glass subset, for example, rename the whole filename to match the others in the package, and the last part of the name as explained above.
Hint: Glass, and some other materials, often refer to a texture called "reflectionkitchenhighcontrast-envcube". You can leave it as it is, it's an external texture that the package refers to, and it will work even though it's not included in the package itself.

- Then, if your subset has a new texture, in the Properties tab, click on the line called "stdMatBaseTextureName". This points to the Texture Image that you added for the subset, and you have to make the value match the Texture Image filename (plus the ##0x1C050000! prefix and minus the _txtr suffix). If you cloned a Material Definition, you will only need to change the end of the file name (from "cherry" to "lavender" in the example). Edit the name in the Value box on the right. Click Commit.

- If your subset uses the same texture as the one you cloned the Material Definition from, you can leave the texture references as they are. If your subset has no texture at all, then you can skip this part also.
Hint: If you cloned the Material Definition from a completely solid subset to a new subset that's partially transparent, you will have to change the Properties value for the line called "stdMatAlphaBlendMode" to "blend" from "none", or the transparency is not going to work.

- Click on the File List tab.



- In the File List, the name on the list has to match the texture name reference in the "stdMatBaseTextureName" value in the properties (so, the Texture Image name plus the ##0x1C050000! prefix and minus the _txtr suffix). Click on the file name, edit it in the Filename box on the right and click Commit.



STEP 4: EDITING THE SHAPE

- Open the Shape, and the Parts tab under the Content tab.

- You will have to add a new entry for your subset and make it point to the right Material Definition. To do this, click Add, then click on the new line that appears on the list (with just a colon : at this point) to make it active.

- To the box called Subset Name, enter your subset's name ("fabric" in the example), and to the box called Material Definition file, enter the name of the Material Definition file name you created in the previous step, but without the _txmt suffix, and with the ##0x1C050000! prefix ("##0x1C050000!hs-tutorial-chair-[IgnorantBliss-12.11.2005-d303b]_fabric_lavender" in the example)

- IMPORTANT! Perform a "Fix Integrity" and save the package.




If you don't need your new subset to be recolorable, you're done. You can test your object in the game to make sure it works correctly. If you want to make it recolorable, continue with the tutorial to step 5 and forward.

(Note that an object can only have two recolorable subsets at most! If your object already has two, you can't add another one.)


STEP 5: EDITING THE GEOMETRIC NODE

- Open the Geometric Node and, on the pulldown list for the Blocklist, select the line called "tsDesignModeEnabled".

- In the cExtension tab, on the list called Items are listed the recolorable subsets of the object. (If there already are two, you can't add a third one.) To add another one, click on Add, then click on the new line on the list to make it active, and write the name of your new subset ("fabric" in the example) to the Name box, and click Commit.



STEP 6: ADDING A MATERIAL OVERRIDE

- Open the existing Material Override file, right-click on it and choose Clone. The new one will appear at the end of the list. Open the new one.

- Click on the line called "family" and open up the Hash Generator (under Tools -> Object Tools). Check the GUID option, then copy and paste the Hash Value to the Value box for the "family". Click Commit. Close Hash Generator.



- Click the line called "name" on the list, and edit the Value in the box on the right to match the Material Definition filename of your new subset (plus the ##0x1C050000! prefix and minus the _txmt suffix). Click Commit.



- Click on the line called "subsetName" on the list, and rename its value to be the name of your new subset. Click Commit.



- IMPORTANT! Perform a "Fix Integrity" and save the package.

Now your new subset should also be recolorable! Try recoloring it with Object Workshop and put it into your game!



-------------------------------------------------------------------------------------

OTHER USEFUL RESOURCES

Object Creation Workshop and Repair Center
Invisible and flashing blue custom objects: Check List - Beginner Level - by Numenor
Recolouring object with Object Workshop - Beginner Level - by Numenor
Enabling transparency on textures - Beginner level - by Mike190870
Understanding the TXTR and the MipMaps - Intermediate Level - by JWoods

-------------------------------------------------------------------------------------




----------
Tutorials:Adding_a_subset_to_an_object_and_making_it_recolorablewiki
Screenshots
Attached files:
File Type: zip  Tutorial - Adding a Subset to an object.zip (2.47 MB, 1691 downloads) - View custom content
Attachments Pending Approval
File Type: rar Einem_Objekt_ein_Teil_hinzufugen.rar
Advertisement
The ModFather
retired moderator
#2 Old 13th Nov 2005 at 1:40 PM
Good job! After so many requests, I guess that this tutorial will be extremely useful for many users.

(Thread moved to the Tutorial forum)

I've finally started my Journal. Information only, no questions.

My latest activity: CEP 9.2.0! - AnyGameStarter 2.1.1 (UPD) - Scriptorium v.2.2f - Photo & Plaques hide with walls - Magazine Rack (UPD) - Animated Windows Hack (UPD) - Custom Instrument Hack (UPD) - Drivable Cars Without Nightlife (UPD) - Courtesy Lights (FIX) - Custom Fence-Arches - Painting-TV - Smarter Lights (UPD)


I *DON'T* accept requests, sorry.
Lab Assistant
#3 Old 13th Nov 2005 at 4:01 PM
I just wanted to say thank you SOOOOOOO much for pulling all this info together in a tutorial - it's exactly what I needed!! (probably just my vision but I couldn't find the "thanks" button even though I can see you've been thanked??) Great Job!

You can find all of my creations here

"The eye sees only what the mind is prepared to comprehend" Robertson Davies
The ModFather
retired moderator
#4 Old 13th Nov 2005 at 4:43 PM
The "Thanks" button has been moved near the "Quote" one, in the Tutorial forum.

I've finally started my Journal. Information only, no questions.

My latest activity: CEP 9.2.0! - AnyGameStarter 2.1.1 (UPD) - Scriptorium v.2.2f - Photo & Plaques hide with walls - Magazine Rack (UPD) - Animated Windows Hack (UPD) - Custom Instrument Hack (UPD) - Drivable Cars Without Nightlife (UPD) - Courtesy Lights (FIX) - Custom Fence-Arches - Painting-TV - Smarter Lights (UPD)


I *DON'T* accept requests, sorry.
Lab Assistant
#5 Old 13th Nov 2005 at 5:01 PM
And "thank you" Numenor for that info!! :wave: My screen doesn't fit the window right and I never would have seen the button without scrolling all the way over to the right. Alot of work goes into these tutorials and I always like to say thanks - to bad it won't let you say thanks more than once because I'm really, really, really thankful for most all of them.

You can find all of my creations here

"The eye sees only what the mind is prepared to comprehend" Robertson Davies
Part-time Hermit
Original Poster
#6 Old 13th Nov 2005 at 5:09 PM
Quote: Originally posted by Little_Tx_Mama
And "thank you" Numenor for that info!! :wave: My screen doesn't fit the window right and I never would have seen the button without scrolling all the way over to the right. Alot of work goes into these tutorials and I always like to say thanks - to bad it won't let you say thanks more than once because I'm really, really, really thankful for most all of them.


One thanks is enough, I appreciate it :D.

Yeah, I figured the large screenshots might be a problem for smaller screen resolutions. If people find the horizontal scrolling to be too annoying, I will have to remake the screenshots. Resizing the current ones doesn't work very well, the small text goes blurry.
The ModFather
retired moderator
#7 Old 14th Nov 2005 at 12:14 AM
A suggestion: create a thumbnail version of each screenshot (reducing them by 50%) and edit the in-text links with the following syntax:
[_URL=http://.....MainImage.jpg_][_IMG_]http://....Thumbnail.jpg[_/IMG_][_/URL_]

(Obviously, remove the underscores when using this syntax )

I've finally started my Journal. Information only, no questions.

My latest activity: CEP 9.2.0! - AnyGameStarter 2.1.1 (UPD) - Scriptorium v.2.2f - Photo & Plaques hide with walls - Magazine Rack (UPD) - Animated Windows Hack (UPD) - Custom Instrument Hack (UPD) - Drivable Cars Without Nightlife (UPD) - Courtesy Lights (FIX) - Custom Fence-Arches - Painting-TV - Smarter Lights (UPD)


I *DON'T* accept requests, sorry.
Part-time Hermit
Original Poster
#8 Old 14th Nov 2005 at 5:18 AM
Thanks for the tip, I did that, hopefully it's now more pleasant to view with smaller screen resolutions .
Lab Assistant
#9 Old 14th Nov 2005 at 5:24 AM
Thank you so much! I'm starting to play with transparancies so this will definitely come in handy!
Field Researcher
#10 Old 14th Nov 2005 at 5:33 AM
Thanks IgnorantBliss for the tutorial. This is what I was exactly looking for!!

And thanks for all your other hint's and tip's. They have come in very handy!!

Great JOB!

Regards
Simnuts

"Mozart is sunshine" Antonin Dvorak (1841 - 1904)

See my other creations at
Simnuts Creations - Sims 3
Field Researcher
#11 Old 15th Nov 2005 at 7:32 AM
Hi IgnorantBliss!

Just wanted to let you know that I went through your tutorial. WORKS GREAT!!!! Easy to follow instructions, only went through it once, and my object worked perfectly!!

Thanks again!!

"Mozart is sunshine" Antonin Dvorak (1841 - 1904)

See my other creations at
Simnuts Creations - Sims 3
Part-time Hermit
Original Poster
#12 Old 15th Nov 2005 at 7:36 AM
Quote: Originally posted by simnuts101
Hi IgnorantBliss!

Just wanted to let you know that I went through your tutorial. WORKS GREAT!!!! Easy to follow instructions, only went through it once, and my object worked perfectly!!

Thanks again!!


That's great news! I'm glad to hear it's easy to follow, since it's only the second tutorial I've ever written .
Test Subject
#13 Old 19th Nov 2005 at 5:15 PM
Default Thanks....
Thanks for this tutorial....I did it. My little project became a reality with help from this tutorial :salute:

(I wasent able to find the thanks button either...hmmm :banghead: )

Line
The ModFather
retired moderator
#14 Old 19th Nov 2005 at 6:03 PM
In the Tutorial forum, the "Thanks" button is located at the ond of the Post #1, near the "Quote" one.

I've finally started my Journal. Information only, no questions.

My latest activity: CEP 9.2.0! - AnyGameStarter 2.1.1 (UPD) - Scriptorium v.2.2f - Photo & Plaques hide with walls - Magazine Rack (UPD) - Animated Windows Hack (UPD) - Custom Instrument Hack (UPD) - Drivable Cars Without Nightlife (UPD) - Courtesy Lights (FIX) - Custom Fence-Arches - Painting-TV - Smarter Lights (UPD)


I *DON'T* accept requests, sorry.
Test Subject
#15 Old 19th Nov 2005 at 8:17 PM
Just like to say thanks for the tutorial, you saved my computers life, as it was nearly going out the window! luckily my new meshed object finally works! ^.^
Part-time Hermit
Original Poster
#16 Old 19th Nov 2005 at 8:42 PM
Quote: Originally posted by krusty
Just like to say thanks for the tutorial, you saved my computers life, as it was nearly going out the window! luckily my new meshed object finally works! ^.^


Well, I'm certainly glad to hear I helped save a life!
Inventor
#17 Old 20th Nov 2005 at 6:32 AM
IgnorantBliss: You're a blessing!!! You've done a great job here. I've not followed it yet, plan to this week but I'm notoriously late, fair warning. I do however have my subscription set up with this thread as that will assist my memory and encouragement.
This is definitely something I hope to be able to do! I've needed it several times and just wound up picking through objects until I found one that seemed closest in ALL ways..
Of course you know what this means? More object repair lol. Maybe not. I try to work it out myself first. It also means maybe some nice new stuff I hope.

Thank you much!
xts

(Quote) ~ "If it isn't one thing, it's going to be another. It is usually one thing. Oh man, is it a mother" (The Mother of All Things) - PB
Field Researcher
#18 Old 25th Nov 2005 at 3:41 PM
I do have a new (for me at least) question. But first, clicking that thanks button was just not enough. I am so pleased to be able to do this. I added some colored glass to a bed frame and I love the result. Thank you. Thank you. Thank you.
I was wondering if I added more than one material definition could my object have a choice of colors for the glass? Not the bed of course but objects that only have one other color choice.
Part-time Hermit
Original Poster
#19 Old 25th Nov 2005 at 5:02 PM
Quote: Originally posted by Mage
I do have a new (for me at least) question. But first, clicking that thanks button was just not enough. I am so pleased to be able to do this. I added some colored glass to a bed frame and I love the result. Thank you. Thank you. Thank you.
I was wondering if I added more than one material definition could my object have a choice of colors for the glass? Not the bed of course but objects that only have one other color choice.


Yes. If you add the glass subset like advised in the tutorial, but don't add any texture to it (you could copy the material definition from a glass part of another object, like a window), then go through the last part (last 2 steps) of the tutorial about making the subset recolorable, the glass should be recolorable without a texture. You will notice that the Material Override points to the Material Definition, not a texture, so it's the Material Definition that matters.
The ModFather
retired moderator
#20 Old 25th Nov 2005 at 6:59 PM
Obviously, if the object (like the bed that Mage mentioned) already has two recolourable subsets, no colour options are allowed for a third subset.

I've finally started my Journal. Information only, no questions.

My latest activity: CEP 9.2.0! - AnyGameStarter 2.1.1 (UPD) - Scriptorium v.2.2f - Photo & Plaques hide with walls - Magazine Rack (UPD) - Animated Windows Hack (UPD) - Custom Instrument Hack (UPD) - Drivable Cars Without Nightlife (UPD) - Courtesy Lights (FIX) - Custom Fence-Arches - Painting-TV - Smarter Lights (UPD)


I *DON'T* accept requests, sorry.
Field Researcher
#21 Old 28th Nov 2005 at 5:34 PM
Me again. I am having fun. But.
I made a dresser from the "Anti-Quaint-ed" Armoire. I didn't exactly add a subset
I changed the material definition of the "drawerhandle" subset so that it is now blue glass, no texture.
In the original the drawer handle uses the same texture as the main armoir, so it did not have a second color option.
I thought by following your steps 5 and 6 I could make this subset be recolorable, but after doing it three times without success I'm starting to suspect there is something wrong with that premise.
I could make the drawer handle back into the handle and add another subset for my recolorable glass, I guess?
Or could I delete the drawerhandle subset and add the glass. Or just rename it?
Ok, obviously I'm clueless and need expert advice. I'm including the object and the recolor I tried to make, in case you want to see it.
Thanks.
Attached files:
File Type: zip  magenewdresser.zip (322.4 KB, 46 downloads) - View custom content
Part-time Hermit
Original Poster
#22 Old 28th Nov 2005 at 10:05 PM
Mage, I will take a look at your package as soon as I can, but it's going to be a few more hours since I'm doing a nightmarish 24-hour shift at work . Will report back to package fixing duty tomorrow :salute:
Field Researcher
#23 Old 28th Nov 2005 at 10:31 PM
Oh boy, that sounds quite demanding. You'll need a long sleep when you get home. I am in no hurry. Thanks.
Part-time Hermit
Original Poster
#24 Old 29th Nov 2005 at 9:42 AM
Mage, I think the problem is an incorrect subset name both in GMND and MMAT. The name of the handle subset is armoirequaint_drawerhandle, not just drawerhandle. That subset name needs to go into the Design Mode Enabled list in GMND and also the subset name in the MMAT for the handle. Since that subset name by Maxis has the dreaded underscore in it, the other alternative is to change the subset names in the Geometric Data Container and Shape just drawerhandle and leave the aforementioned (GMND and MMAT) names as they are, since they would then match the GMDC and Shape again.

(I just tried the latter suggestion myself, and when I choose to recolor that armoire mesh now, it gives me the option for two subsets .)
Field Researcher
#25 Old 29th Nov 2005 at 3:11 PM
Did you get any sleep yet? The reason I ask is that it's 7:00 am here and I didn't expect to hear from you already.
I do kind of remember seeing the armoirequaint_drawerhandle.
I'll try your suggestion right away. Thanks.
Page 1 of 10
Back to top