1. Jcb dlc nelegalams jai neveikia skaitom

    Posted by barcode, Replies: 23, on 5 Balandžio 2015 - 09:02 in section: FS15 Diskusijos apie modifikacijas
    Parsisiuntus jcb dlc keliam i pdlc folderi C:\Users\JUSU KOMPIUTERIO VARDAS\Documents\My Games\FarmingSimulator2015\pdlc
    Toliau kadangi esate nelegalas einate ten kur instaluotas farming simulator ir susirandate codex faila, ji atsidarote worpad ar kita programa kuri skaito tekstinius dokumentus, tuomet susirandate eilute sakinio dlcunlock_0 vietoje nulio padarote 1,sekanti vel vietoje 0 padarote 1,issaugote ir tikrai turi veikt :)
  2. LS 11 darbo birza

    Posted by barcode, Replies: 171, on 9 Sausio 2012 - 17:03 in section: Šiukšlynas (Temos, kurios senos ir nebenaudojamos)
    kadangi daug zmoniu norinciu zaist ls 11 MP,ir daznokai yra ieskoma zaideju, todel pamasciau ir sukuriu sia tema, ieskantiems zaideju.
    Aprasymas,

    Nickas:
    Amzius:
    Zaidimas:
    Kiek laiko zaidziate?:
    Skype:
    Papildoma info:

    Pavizdys
    Nickas: trololo
    Amzius: 101
    Zaidimas: tik ls 11,dlc ir kitu papildimu neturiu.
    Kiek laiko zaiziate?: 3m.
    Skype: destroyer3000
    Papildoma info: gerai zaidziu,nevazyneju bet kur,turiu gera pc ir pan.


    JOKIU KOMENTARU!!!administratoriu prasau trinti kas ne itema.

    Šioje temoje galima TIK PILDYTI ANKETAS, KAD IEŠKOTE DARBO. KITI PRANEŠIMAI BUS TRINAMI BE PERSPĖJIMO!
    Paskutinį kartą redagavo: Katinas 15 Spalio 2012 - 13:50
  3. STEAM AKCIJA summer sale

    Posted by barcode, Replies: 11, on 12 Liepos 2012 - 17:09 in section: Šiukšlynas (Temos, kurios senos ir nebenaudojamos)
    STEAM AKCIJA summer sale, tarp ju ir ls 11 4.99 euro is ls 11 dlc 1.2.3 packai uz 7.49eur pigiau grybo!
    Paskutinį kartą redagavo: barcode 12 Liepos 2012 - 17:12
  4. LS 11 MP meet

    Posted by barcode, Replies: 18, on 20 Rugsėjo 2011 - 06:13 in section: Šiukšlynas (Temos, kurios senos ir nebenaudojamos)
    Kas norite zaisti mp,turekite situos modus, http://www.megaupload.com/?d=3LY8AUDY
    Paskelbus kada serveris bus online,prasome uzeiti,arba parasyti pm,apsikeisim kontaktais,dazniausiai zaidziama vakarais.
    LS 11 MP meet

    norintis zaisti,galite palykti savo kontaktus cia.
    http://www.multiupload.com/U2EJ6BYFUP
    Paskutinį kartą redagavo: barcode 20 Rugsėjo 2011 - 23:21
  5. modu konvertavimas i ls2011

    Posted by barcode, Replies: 6, on 24 Spalio 2010 - 12:23 in section: Šiukšlynas (Temos, kurios senos ir nebenaudojamos)
    Before you try to use this guide, please read this:

    The mod you prolly try to convert to LS 2011, has to be LS2009 Gold ready.

    Also the mod name is only allowed to have those letters/numbers: "-",numbers from "0-9", letters from "a - z" and "_".
    This can be a reason if your mod does not appear in the store after converting it.


    The examples shown below are from the Case-IH 1455XL i converted for myself.
    So you need to edit the fuelCapacity for example to your own needs.

    Open your mods .xml (For example 1455XL.xml)
    And change this:
    <?xml version="1.0" encoding="iso-8859-1" standalone="no" ?>

    Into this:
    <?xml version="1.0" encoding="utf-8" standalone="no" ?>

    Then put this:
    <accelerationSpeed maxAcceleration="0.2" deceleration="0.6" />

    Above of this
    <fuelCapacity>YourFuelCapacity</fuelCapacity>
    Example 1455XL 155
    <fuelUsage>YourFuelUsage</fuelUsage>
    Example 1455XL 0.005

    Its supposted to look like this now:

    Code:

    <accelerationSpeed maxAcceleration="0.2" deceleration="0.6" />

    <fuelCapacity>Your fuelCapacity</fuelCapacity>
    <fuelUsage>FuelUsage here</fuelUsage>


    And put <tipCamera index="4|2" />
    below of <cameras count="x">

    x means the number of cameras your tractor has. Example 1455XL "2"


    It should look like this now:
    Code:

    <cameras count="2">
    <camera1 index="4|0" rotatable="true" rotateNode="4" limit="true" rotMinX="-1.4" rotMaxX="0" transMin="4" transMax="20" />
    <camera2 index="5" rotatable="true" limit="false" rotMinX="0" rotMaxX="0" transMin="0" transMax="0" />
    </cameras>
    Take the cameras count part from your own tractor, this one is only for the 1455XL.

    <tipCamera index="4|2" />


    Sound part:
    As theres no fendt in this game, (many modders used some of the fendt sounds back in ls 2009.)
    We have to edit this part.

    Code:

    Before:
    <attachSound file="$data/vehicles/steerable/fendt/attach.wav" pitchOffset="1" />
    <motorStopSound file="$data/vehicles/steerable/fendt/fendt716out.wav" pitchOffset="1" />
    <compressedAirSound file="$data/vehicles/steerable/fendt/compressedAir.wav" pitchOffset="1" volume="1.0"/>
    <compressionSound file="$data/vehicles/steerable/fendt/compressorWork.wav" pitchOffset="1" volume="1.5"/>
    <aiMotorSound file="$data/vehicles/steerable/fendt/fendt716idleAI.wav" pitchOffset="1" radius="25" innerRadius="4" volume="1.0" />

    After:
    <attachSound file="data/vehicles/steerable/deutz/attach.wav" pitchOffset="1" />
    <motorStopSound file="$data/vehicles/steerable/deutz/agro620_out.wav" pitchOffset="1" />
    <compressedAirSound file="$data/vehicles/steerable/deutz/compressedAir.wav" pitchOffset="1" volume="1.0"/>
    <compressionSound file="$data/vehicles/steerable/deutz/compressorWork.wav" pitchOffset="1" volume="1.5"/>
    <aiMotorSound file="$data/vehicles/steerable/deutz/agro620_idleAI.wav" pitchOffset="1" radius="25" innerRadius="4" volume="1.0" />


    If theres no steerable/fendt/ in your .xmls sound part then don't edit it.

    modDesc:
    First of all change this:
    <?xml version="1.0" encoding="iso-8859-1" standalone="no" ?>
    <modDesc descVersion="1">

    into this:
    <?xml version="1.0" encoding="utf-8" standalone="no" ?>
    <modDesc descVersion="4">

    And add this:
    Code:

    <title>
    <en>Sample mod</en>
    <de>Beispiel mod</de>
    </title>


    You have to add few things here,put <iconFilename> below <description> (iconFilename => store.png of your tractor,description is a example.)

    <description>
    <en>Converted 1455XL</en>
    <de>Converted 1455XL</de>
    </description>
    <iconFilename>Case.png</iconFilename>
    Also add this one below <iconFilename>
    <multiplayer supported="true"/>

    Should look like this now:

    Code:

    <description>
    <en>Converted 1455XL</en>
    <de>Converted 1455XL</de>
    </description>
    <iconFilename>Case.png</iconFilename>
    <multiplayer supported="true"/>


    Quick and easy version for ModDesc:

    Code:

    <?xml version="1.0" encoding="iso-8859-1" standalone="no" ?>
    into
    <?xml version="1.0" encoding="utf-8" standalone="no" ?>

    <modDesc descVersion="1">
    into
    <modDesc descVersion="4">

    Add this:
    <version>1.0</version>

    And add this:
    <multiplayer supported="true"/>

    Also add this:
    <iconFilename>Storepictureofthemod.png</iconFilename>

    And add the title of your mod
    <title>
    <en>Modname here</en>
    <de>Modname hier</de>
    </title>


    Script Converting

    Seek this in your .Lua file, for example: Maxxum.lua.
    InputBinding.getButtonKeyName

    And replace it with this:
    InputBinding.getKeyNamesOfDigitalAction

    Errors:
    sometimes one points missing, seek the function named above and Naudokis paieška (įrašydamas joje tai, ko ieškai) for one "." add another to it.
    Should look like this now: ".."

    Files:
    Example of the Moddesc.xml and the 1455XL.xml, converted using this tutorial.
    www.mediafire.com/?tw0e0z17q6t11n2

ATS mods Farming Simulator 19 mods Farming Simulator 2019 mods Farming simulator 19 mods
ATS mods ETS2 mods FS17 mods ETS2 mod