• 1

    posted a message on [1.6.2 BETA] Chocapic13's shaders
    Quote from ThomasDaffner

    Chocapaic13's Shader is absolutely better than SEUS!
    More performance and looks more realistic.
    SEUS is an overkilled NON!-realistic shader.

    @Chocapaic13
    some things :) :
    1. Is there a way to put the bloom effect only to lights like torches, glowstones, lava... ?
    2. Can you make bloom-variables like intensity and radius?
    3. the shadow-color is too blue!!! :)
    4. I modified the composite.fsh for more realistic look at night:
    // Night Saturation
    #define MIDNIGHT_S 0.3
    ----
    float col_sw = (color_sunlight.r + color_sunlight.g + color_sunlight.B) / 3;
    
    sat_sunlight.r = (color_sunlight.r*(1.0-TimeMidnight)) + (((color_sunlight.r*MIDNIGHT_S)+(col_sw*(1.0-MIDNIGHT_S)))*TimeMidnight);
    sat_sunlight.g = (color_sunlight.g*(1.0-TimeMidnight)) + (((color_sunlight.g*MIDNIGHT_S)+(col_sw*(1.0-MIDNIGHT_S)))*TimeMidnight);
    sat_sunlight.b = (color_sunlight.b*(1.0-TimeMidnight)) + (((color_sunlight.b*MIDNIGHT_S)+(col_sw*(1.0-MIDNIGHT_S)))*TimeMidnight);
    
    //Add all light elements together
    color = sat_sunlight + color_torchlight + Specular_lightmap ;

    What do you think about the idea to make a monochrome "effect" only to the color_lightmap in the night?
    Please try it out - it looks great! :)



    I love this effect! I attempted to make these changes to the composite.fsh file but my efforts were unsuccessful. Perhaps you could lend a hand?
    Posted in: Minecraft Mods
  • 2

    posted a message on Grass Color is ugly
    Quote from jay101

    read my post.
    i dont care about the grass color. i care about border between biome and using one single point in grasscolor.png for a biome.



    It's a PRE-RELEASE.

    It will all be fixed when the official update releases.
    Posted in: 1.0 Update Discussion
  • 7

    posted a message on Thoughts on the Beta 1.9 Pre-releases and Full Release update.
    My thoughts...

    -Endermen have their own sounds.
    -Snow biomes return
    -Biome specific mobs
    -Volcanoes
    -NPCs in the villages
    -Skyworld would be cool
    -New stuff for the Nether
    -Skills and skill tree
    -Animal breeding
    -Boss Mobs in Strongholds
    -Increase Stronghold count from 3 to unlimited.


    I'll suggest a LOT more stuff later. Trying to remember everything right now.
    Posted in: 1.0 Update Discussion
  • To post a comment, please .