Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Forum Support

    3. Suggestions

[GTAIV|REL|BETA] ENBSeries graphic modification


BorisVorontsov
 Share

Recommended Posts

 

Hey guys ! I have one question please .

 

How can I get a withe clouds ??

 

because my clouds are little deep to black for the first time sad.gif

 

 

Open timecyc.dat in edit IV and go to "Other Parameters" tab, then adjust "Dark Top Clouds" and "Dark Bottom Clouds" variables. (higher = darker) You will probably have to change them for all times if you want it to look consistent. There are also some other cloud variables to play around with in the same tab.

Link to comment
Share on other sites

I don't know any thing about editing TimeCyc ..

 

any way thank you .

Edited by Meedo
Link to comment
Share on other sites

 

Before :

 

user posted image

 

After :

 

user posted image

 

Finally :

 

user posted image

 

 

 

Special thanks to :

Darecki . I have re-set my sky with he's documentation here

 

Link to comment
Share on other sites

Could you send me the link to the patch 1.04 something patch becuse the one im using is crashing my game i think the file was corupted or something please

Link to comment
Share on other sites

EncryptedReality

user posted image

 

Where was this taken ?? inlove.gif

 

It looks like it isnt at LC at all , but i know it is.. Somewhere in Alderney?

Link to comment
Share on other sites

Before :

 

user posted image

 

After :

 

user posted image

 

Finally :

 

user posted image

 

 

 

Special thanks to :

Darecki . I have re-set my sky with he's documentation here

Very nice biggrin.gif

 

Looking forward to your release.

Link to comment
Share on other sites

Andrewwelton

Hey chavez, I LOVE your settings.... my only problem is its all a little bright

Example: http://img245.imageshack.us/i/gtaiv2010080220251414.jpg/

 

Any settings I can tweak to drop the brightness? It all seems kind of washed out. (I've already dropped my ingame brightness to 0 and its still that bad)

(Unless its supposed to be that bright?)

Link to comment
Share on other sites

Hey dpeasant , can you make nicer clouds and that stuff? Is the only thing about the settings i want to get better.

I would love to do it in my own :S, but i dont know how, any tutorial of timecyce or something?

I like something like this one

user posted image

and this one

user posted image

 

Bye dude

 

 

 

 

EDIT: MORE MORE AWESOME PICS XD

 

user posted image

user posted image

user posted image

user posted image

user posted image

 

Edited by gta4race
Link to comment
Share on other sites

[GwM]Chavez

a'ight I spent now on my settings 2 hours and final I use this now !

 

ForceDisplaySize=true

ForceAntialiasing=true

 

this sh*t eats really lots of FPS but it's ok wink.gif

 

here are the effectscreenshots ph34r.gif

 

user posted imageuser posted image

Link to comment
Share on other sites

 

Chavez,Aug 3 2010, 15:24] a'ight I spent now on my settings 2 hours and final I use this now !

 

ForceDisplaySize=true

ForceAntialiasing=true

 

this sh*t eats really lots of FPS but it's ok wink.gif

 

here are the effectscreenshots  ph34r.gif

 

user posted imageuser posted image

And how much FPS are you getting now ?

 

when I'm enabling anti aliasing I'm getting a fatal error sad.gif

 

DD3D30

Edited by Meedo
Link to comment
Share on other sites

L3EVO+ DOF

user posted image

user posted image

user posted image

user posted image

user posted image

user posted image

user posted image

 

DOF

 

user posted image

user posted image

user posted image

user posted image

user posted image

hey i wana test you settings plz! smile.gif

lpf321's settings

http://www.gtaforums.com/index.php?showtop...entry1060043542

 

with edited enbeffect.fx

 

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

//TEMP decrease bluriness for edge smoothing

float2 off_c76=_c76.xy*0.2;

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

replaced by

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

float2 center;

float distance;

float focus;

float farblur;

float dof;

 

distance=r0.z * r0.x - _c78.w; //dofDist.w

distance+=_c78.y * -r3.w; //dofDist.y

distance+=140;//offset

center.x=_v0.x-0.5;

center.y=0.5-_v0.y;

focus=length(center.xy)*1.41421;

focus=pow(focus,3);

focus=max(focus,0.2);

farblur=clamp(distance*0.003,0.0,0.6);//0.6 is maximum far blur amount

if(distance*0.1>2.0)dof=0.2; //2.0 is the distance of starting blur

else dof=0.0;

 

//TEMP decrease bluriness for edge smoothing

float2 off_c76=_c76.xy*min(focus+farblur+dof,1.0);//1.0 is total maximum blur amonut

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

Link to comment
Share on other sites

I have made some new enb shots with chavez's settings smile.gif

 

I know they are not very good but I can't do more than this now confused.gif

 

 

user posted image user posted image user posted image user posted image user posted image user posted image user posted image user posted image user posted image user posted image user posted image

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.