Make my water less reflective on high quality? [Solved]
Moderator: Moderators
-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
Make my water less reflective on high quality? [Solved]
I made a green river but its only green on low quality. How would i make it green on high quality also? Its just a reflection of the sky on high. (I dont want a shiny river)
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: Green river
Code: Select all
RefractionColor(5, 217, 255, 255);
ReflectionColor(57,90,138,255);
UnderwaterColor(61, 124, 144, 128);I assume you know how to figure out color in RGBA format, but if you don't, this is a useful tool:
http://houseof3d.com/pete/applets/tools ... index.html
-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
Re: Green river
I changed those but how would i make the river nonreflective or have very little reflection of the sky
-
FragMe!
- Gametoast Staff

- Posts: 2244
- Joined: Sat May 13, 2006 12:34 am
- Projects :: Not sure keep changing my mind.
- xbox live or psn: No gamertag set
- Location: Origin name GT_FragMe
- Contact:
Re: Green river
If I remember correctly when I asked the same question in the
ReflectionColor(57,90,138,255); line change the 255 at the end to 0 (for no reflection)
BTW these lines are in the XXX.fx file.
ReflectionColor(57,90,138,255); line change the 255 at the end to 0 (for no reflection)
BTW these lines are in the XXX.fx file.
-
ryukaji
- Major

- Posts: 513
- Joined: Mon Sep 17, 2007 7:46 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
Re: Green river
Oh ill try that setting to maybe 30 tomorrow
