• boky84
    #11646
    map megbütykölése


    -=1.) A Nap megbütykölése - Modifying the "Sun"=-

    a)Nyisd meg a map01.i3d GE-vel, keresd meg a "Sun"-t, kattints rá, majd jobb oldalt, az "Attributes"-ban a "Depth Map Resolution" értékét változtasd meg tetszés szerint. Ha 256-ra állítod, továbbra is lesz árnyékod, de nagyságrendekel kevesebbet zabálja a géped.

    b)Nyisd meg a map01.i3d GE-vel, keresd meg a "Sun"-t, kattints rá, majd jobb oldalt, az "Attributes"-ban a "CastShadowmap" mellől vedd ki a pipát. Így egáltalán nem lesz árnyékod, de a felbontást, elsimiításokat feljebb teheted.

    -----

    a)Open the map01.i3d with GE and search for "Sun", on the right side you'll find the "Attributes". Change the value of the "Depth Map Resolution" to 256. In this case you still have shadow, but it uses less from your PC.

    b)Open the map01.i3d with GE and search for "Sun", on the right side you'll find the "Attributes". Untick "CastShadowmap". Now You haven't got shadow, but you can change the AA in the game without falling down the FPS.


    -=2.) A mapon lévő objektumok megbütykölése - Modifying the objects=-

    Nyisd meg a map01.i3d-t jegyzettömbbel, nyomj "CTRL+F"-et, majd írd be első menetben h "castsShadows" majd "receiveShadows". A "true" értékét írd át "false"ra. Az adott tárgyaknak nem lesz árnyékuk, de ez a felbontást, elsimítást nem veszi lejjebb, független attól.

    -----

    Open the map01.i3d with notepad, press "CTRL+F" and search for "castsShadows" & "receiveShadows". Change its value to "false". Now You haven't got received shadow, but you can change the AA in the game, it's independent of it.

    -=3.)A növények animációjának kikapcsolása (nem fognak hajladozni a széltől) - Disable the animation of the plants=-

    Nyisd meg a ...data\maps\shaders nevű mappát, majd először is a cuttedWheatFoliageShader.xml-t
    Keresd meg ezt: "float3 direction = float3(1,0,0)*0.1" és írd át erre: float3 direction = float3(0,0,0)*0.1

    Most ezt nyisd meg: grassFoliageShader.xml és írd át ugyan úgy, mint az előzőben.

    És végül ezt: wheatFoliageShader.xml és tedd ugyan azt, mint az előbbiekben.

    -----

    Open the ...data\maps\shaders folder and open the cuttedWheatFoliageShader.xml, grassFoliageShader.xml and wheatFoliageShader.xml.
    In these files search for "float3 direction = float3(1,0,0)*0.1" and change it to "float3 direction = float3(0,0,0)*0.1"

    -=4.) A fák animációjának kikapcsolása - Disable the animation of the trees=-

    Nyisd meg a map01.i3d-t majd keresd meg ezt: <CustomParameter name="directionAndFrequency" value="0.06 0 0 1.2"/> majd változtasd meg erre: <CustomParameter name="directionAndFrequency" value="0 0 0 1.2"/>

    Annyiszor kell ezt megcsinálni, ahány különböző fa van a mapon.

    ------

    Open the map01.i3d with notepad and search for it: <CustomParameter name="directionAndFrequency" value="0.06 0 0 1.2"/> and then change it to <CustomParameter name="directionAndFrequency" value="0 0 0 1.2"/>

    -=5.)A háttérben futó logging kikapcsolása - Disable logging

    A ...Documents\My Games\FarmingSimulator2009 mappában a game.xml-t nyisd meg és írd át ezt: <logging>
    <file enable="true" filename="log.txt" />
    <console enable="true" />
    </logging>

    erre:

    <logging>
    <file enable="false" filename="log.txt" />
    <console enable="true" />
    </logging

    -----

    In the ...Documents\My Games\FarmingSimulator2009 folder open game.xml and search for it:
    <logging>
    <file enable="true" filename="log.txt" />
    <console enable="true" />
    </logging>

    then chane it to

    <logging>
    <file enable="false" filename="log.txt" />
    <console enable="true" />
    </logging