Difference between revisions of "Tutorials:TS3 HTMG SectG2 Specular"

From SimsWiki
Jump to: navigation, search
(new)
 
 
(3 intermediate revisions by 2 users not shown)
Line 14: Line 14:
  
 
# [[Image:EllaMeshTutorial_77.png|right|350px]]When we first open this, you might just see a transparent image (the gray checkered background)<br><br><br clear="all"/>
 
# [[Image:EllaMeshTutorial_77.png|right|350px]]When we first open this, you might just see a transparent image (the gray checkered background)<br><br><br clear="all"/>
# [[Image:EllaMeshTutorial_78.png|right|350px]]We need to do '''Colors''' &rarr; '''Decompose''', and select '''RGBA'''. This will give us the four channels as layers. FYI, '''RGB''' would only gives us 3 channels (the '''RGB''', no '''Alpha''') and only if they are in use. So, in this case we would not get the '''Blue''' channel. Might have no impact in this case, but good to start best practices early on, so we won<nowiki>'</nowiki>t hit a brick wall later.<br><br><br clear="all"/>
+
# [[Image:EllaMeshTutorial_78.jpg|right|350px]]We need to do '''Colors''' &rarr; '''Decompose''', and select '''RGBA'''. This will give us the four channels as layers. FYI, '''RGB''' would only gives us 3 channels (the '''RGB''', no '''Alpha''') and only if they are in use. So, in this case we would not get the '''Blue''' channel. Might have no impact in this case, but good to start best practices early on, so we won<nowiki>'</nowiki>t hit a brick wall later.<br><br><br clear="all"/>
 
# Close the original, we won<nowiki>'</nowiki>t need it yet<br><br>
 
# Close the original, we won<nowiki>'</nowiki>t need it yet<br><br>
 
# Save as a Gimp image with an .xcf extension <br><br>
 
# Save as a Gimp image with an .xcf extension <br><br>
# [[Image:EllaMeshTutorial_79.png|right|100px]]When we decomposed, the '''Image''' mode is switched to '''Grayscale'''. Revert it back:
+
# [[Image:EllaMeshTutorial_79.png|right|250px]]When we decomposed, the '''Image''' mode is switched to '''Grayscale'''. Revert it back:
 
#* Under '''Image''' &rarr; '''Mode''' &rarr; '''RGB'''.
 
#* Under '''Image''' &rarr; '''Mode''' &rarr; '''RGB'''.
 
#* Channels will now have all four with thumbnails of our pic in gray as it should<br><br><br clear="all"/>
 
#* Channels will now have all four with thumbnails of our pic in gray as it should<br><br><br clear="all"/>
Line 23: Line 23:
 
#* Select a layer and click trashcan
 
#* Select a layer and click trashcan
 
#* Double-click the name (red/green/blue, whichever one is left) to edit and rename this layer – I called it "main"<br><br>
 
#* Double-click the name (red/green/blue, whichever one is left) to edit and rename this layer – I called it "main"<br><br>
# If it is missing, add an alpha channel: '''Layer''' &rarr; '''Transparency''' &rarr; '''Add Alpha Channel'''. It needs to be all white.<br><br>
+
# If it is missing, add an alpha channel: '''Layer''' &rarr; '''Transparency''' &rarr; '''Add Alpha Channel'''. It needs to be all black.<br><br>
 
# Do the same thing we did for the main texture – float and extract parts of it into its own layers.<br><br>
 
# Do the same thing we did for the main texture – float and extract parts of it into its own layers.<br><br>
 
# When you<nowiki>'</nowiki>re done -  save as .xcf, and then do a '''Save As '''for a .jpg/.dds version
 
# When you<nowiki>'</nowiki>re done -  save as .xcf, and then do a '''Save As '''for a .jpg/.dds version
 
<br><br><br clear="all"/>
 
<br><br><br clear="all"/>
 +
 +
 +
 +
{{MTS2ThankThread|2901305}}
 +
 +
== Questions? Problems? ==
 +
 +
* If you encounter any problems with the steps outlined in this tutorial and need help, head on over to the '''[http://www.modthesims.info/showthread.php?t=375349 Step-by-step Start-to-Finish HowTo mesh guide for TS3]''' thread to post your questions or
 +
 +
 +
* If you need help in fixing your mesh, you may want to browse through our '''[[Tutorials:TS3_Meshing_FAQ|TS3 Meshing FAQs]]''' for some of the more common Meshing issues and their fixes or
 +
 +
 +
* If none of the above links provided any help, you may want to browse through the threads in MTS' '''[http://www.modthesims.info/forumdisplay.php?f=602 Meshing Forum]''' or even start your own thread.
 +
 +
  
 
{{Navigator|Tutorials:TS3_HTMG_ChapG_TexturingGimp|Tutorials:TS3_HTMG_SectG1_Main_texture|Tutorials:TS3_HTMG_SectG3_PartMask}}
 
{{Navigator|Tutorials:TS3_HTMG_ChapG_TexturingGimp|Tutorials:TS3_HTMG_SectG1_Main_texture|Tutorials:TS3_HTMG_SectG3_PartMask}}
Line 42: Line 58:
  
 
{{Navigator|Tutorials:TS3_Basic_HowTo_Mesh_Guide|Tutorials:TS3_HTMG_ChapF_Decompiling|Tutorials:TS3_HTMG_ChapH_MeshingMilkshape}}
 
{{Navigator|Tutorials:TS3_Basic_HowTo_Mesh_Guide|Tutorials:TS3_HTMG_ChapF_Decompiling|Tutorials:TS3_HTMG_ChapH_MeshingMilkshape}}
[[Category:Sims 3]]
+
[[Category:Sims 3 Modding Tutorials]]
[[Category:Sims 3 Tutorials]]
+
[[Category:Sims 3 Meshing Tutorials]]
 +
[[Category:Tutorials by ellacharm3d]]

Latest revision as of 15:59, 17 September 2012

Texturing in Gimp

Main texture  | Specular  | PartMask  | DropShadow  | Overlay

[edit] G. Texture me beautiful

[edit] G2. Specular

  1. EllaMeshTutorial 77.png
    When we first open this, you might just see a transparent image (the gray checkered background)


  2. EllaMeshTutorial 78.jpg
    We need to do ColorsDecompose, and select RGBA. This will give us the four channels as layers. FYI, RGB would only gives us 3 channels (the RGB, no Alpha) and only if they are in use. So, in this case we would not get the Blue channel. Might have no impact in this case, but good to start best practices early on, so we won't hit a brick wall later.


  3. Close the original, we won't need it yet

  4. Save as a Gimp image with an .xcf extension

  5. EllaMeshTutorial 79.png
    When we decomposed, the Image mode is switched to Grayscale. Revert it back:
    • Under ImageModeRGB.
    • Channels will now have all four with thumbnails of our pic in gray as it should


  6. In Layers Dialog, delete all but one layer
    • Select a layer and click trashcan
    • Double-click the name (red/green/blue, whichever one is left) to edit and rename this layer – I called it "main"

  7. If it is missing, add an alpha channel: LayerTransparencyAdd Alpha Channel. It needs to be all black.

  8. Do the same thing we did for the main texture – float and extract parts of it into its own layers.

  9. When you're done - save as .xcf, and then do a Save As for a .jpg/.dds version





If you found this article useful, please remember to click Post thanks.gif

[edit] Questions? Problems?


  • If you need help in fixing your mesh, you may want to browse through our TS3 Meshing FAQs for some of the more common Meshing issues and their fixes or


  • If none of the above links provided any help, you may want to browse through the threads in MTS' Meshing Forum or even start your own thread.


Rewind.png Backward.png TS3 HTMG SectG2 Specular Forward.png Top.png


Texturing in Gimp

Main texture  | Specular  | PartMask  | DropShadow  | Overlay

Rewind.png Backward.png TS3 HTMG SectG2 Specular Forward.png Top.png
Personal tools
Namespaces

Variants
Actions
Navigation
game select
Toolbox