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!
Quick Reply
Search this Thread
Lab Assistant
Original Poster
#1 Old 25th Mar 2007 at 9:32 PM
How Do I Change The Defoult Roof Colors?
I have been trying forever to change the defoult grey color of a sloped ceiling. I tried to recolour various files and change some codes around but I can't seem to alter the defoult grey ceiling.

Does anyone know the path to the ceiling grey color?

Maybe it is impossible to change the color... If it is impossible please tell me so i can stop driving myself crazy trying to change it

In the image below I have a sloped roof, and some windows so you can see the grey roof. (the red arrow points to it)

Please help me

Thanks!
Screenshots
Advertisement
Mad Poster
#3 Old 26th Mar 2007 at 5:35 AM Last edited by niol : 27th Mar 2007 at 1:26 PM.
yes, you can alter them...

One has to do the first thing and probably the second thing:
1. Make one's own roof recolour, especially with the colour(s) of one's want for the roof under/bottom.
http://www.modthesims2.com/showthread.php?t=103082
2. Mod the roof material shader, especially the roof bottom/under definitions.
http://www.sims2wiki.info/wiki.php?...Talk:ShaderRoof
May check the highest game version one's using.

The current roof mod I've made only deals with the roof top, so it's irrelevant in this case.

Nice figure-out...
Lab Assistant
Original Poster
#4 Old 27th Mar 2007 at 2:57 AM
Default Still Confused
I'm Still Trying

I am kind of new to this and may need some dumbed down instructions (such as pictures... They Rule!) I Have ceiling textures. The ones that act like objects and add a thin, solid layer of ceiling (Wich works good for flat ceilings), but not for sloped ones . Im guessing that the defoult underside of the sloped roof is locaded somewhere with the defoult wall textures (The color of the wallls when they are just set down and uncovered).

The picture above has a red arrow that points to the Maxis Defoult ceiling underside (you probably already knew that). I hate to bother you modders and i greatly apreciate your help. I'm still working on it and will post again if I figure out the problem.

Thanks!
Mad Poster
#5 Old 27th Mar 2007 at 1:24 PM
Numenor's roof recolour tutorial is already a graphical step-bystep tutorial. and the roofunder is gonna at most (0.8,0.8,0.8) 80% as the orignial texture just like any other HCP products..

If that's already good for you, it's unnecessary to mod the material shader unless you want very bright textures as roofunder. OK, my bad, didn't realise one may not need to alter the roof material shader.

The change you may need in the roof shader very simple, a recolourer like me can already do it...
"...
materialDefinition RoofUnder
setDefinition StandardMaterial
addParam stdMatSpecPower 0
addParam stdMatDiffCoef (0.8, 0.8, 0.8) # <- (1,1,1) for full textural values
addParam stdMatBaseTextureName roof-manor-under
addParam stdMatBaseTextureEnabled true
addParam stdMatCullMode none
end
..."
You may need change this small piece of codes as shown by "3# <-..." when you want the RoofUnder to be very bright.

Lab Assistant
Original Poster
#6 Old 27th Mar 2007 at 10:51 PM
Yeah, that makes sence. It would be awsome if you could get me the path to the codes (Since there are so many files and I am not quite shure where the files lay) I have searched for a bit and can't find the code your talking about. You obviusly know a lot more than me on code editing and altering defoult Maxis textures. So, I would greatly apreciate if you could pass me the path to the code ( For example: C:\Program Files\EA GAMES\The Sims 2\TSData....)

Thanks!
Mad Poster
#7 Old 28th Mar 2007 at 5:02 PM Last edited by niol : 2nd Jun 2009 at 5:39 AM.
you need no extraction at all

To search the code, just copy the whole codes into a word processor from the wiki pages linked in the previous posts, copy "RoofUnder" and search for "RoofUnder", the search will lead you there.

Reminder: choose the proper shader version for your game, say you've got up to EP3-OFB, then use the OFB version from the article history. Using an older one or newer one may cause graphical errors, but if it should happen as long as nothing saved, it's pretty safe. Normally, modding on matShader won't cause data errors but may damage graphical HW if HW codes are altered in some ways that stress out the HW. The codes shown previouskly won't affect the HW settings, so it should be a very safe modding.

alter what you need, then...

make your own roof shader global default replacement mod.

Lol, the file ID : (type, group, sub-group/high instance, instance) are already listed in the material shader code pages in wiki.

1. Just load simpe,
2. create a new package
3. right-click at the TGI window and choose "create resource"
4. move down to the resource tab interface, input all the IDs accordingly from the wiki pages and choose the "Maxis Material Shader" from the "drop-down" box (@ the right of the type input box).
5. commit and save.
6. either reload the package or add and then delete another resource file to reload the Matshad file.
7. at the plugin tab, paste the altered source codes there surely without the FTGI IDs from wiki source.
8. commit and save.
9. done...

good lucks...

The only thing is that I don't know if there's a way to create custom stand-alone MatShader mod yet. So, a global mod like this can conflict with another roof shader mod.


Related thread linkage for roof-products modding:

lot files
http://www.sims2wiki.info/wiki.php?title=ROOF
http://www.sims2wiki.info/wiki.php?title=3ARY
http://www.sims2wiki.info/wiki.php?title=WGRA

attic wall
Modding InfoCenter - Partitions: walls, fences, fence arches
http://www.modthesims2.com/showthread.php?t=106473

shaders
http://www.sims2wiki.info/wiki.php?...Talk:ShaderRoof
http://www.sims2wiki.info/wiki.php?...Talk:ShaderWall
http://www.sims2wiki.info/wiki.php?...lk:ShaderWallPS

threads
Mod the Sims 2 > Modding and Creation > Sims 2 Creation > Modding Discussion > Research & Development
Roofs > Roofs - Engine-Generated Geometry (Maxis Roofs)
http://www.modthesims.info/showthread.php?t=318988
Mod the Sims 2 > Modding and Creation > Sims 2 Creation > Modding Discussion > Research & Development > modding - roof - material shader modded at the roof top texture definition
http://www.modthesims2.com/showthread.php?t=192699
Mod the Sims 2 > Social > Social Groups > Moo Tools > Roof Pitch Adjuster
http://www.modthesims.info/showthread.php?t=328329
Mod The Sims > Modding and Creation > Sims 2 Creation > Modding Discussion > How Do I Change The Defoult Roof Colors?
http://www.modthesims.info/showthread.php?t=225532

tutorials
Recolouring Roofs with Object Workshop (NEW Tutorial)
http://www.modthesims.info/showthread.php?t=103082
Lab Assistant
Original Poster
#8 Old 3rd Apr 2007 at 2:44 AM
Perfect!

I knew it could be done!

You rule Niol!

Thanks for your time!
Mad Poster
#9 Old 3rd Apr 2007 at 4:00 AM
Back to top