rafftnix Bastelkiste

  • Also ich habe es jetzt mal in einen Häcksler, den KRONE_BIGX_580 vom Contest, eingebaut und habe dasselbe Problem wie beim Drescher. Der Drescher den ich verwendet habe ist der New Holland CR1090 aus dem Spiel, ohne andere Scripte. Getestet ohne andere Mods auf der Bjornholm, neuer Spielstand.

    Das Gesetz der Wirtschaft verbietet es, für wenig Geld viel Wert zu erhalten :!: (John Ruskin, englischer Sozialreformer 1819-1900)

  • Tut mir leid, aber das wars auch noch nicht. Das einzige was sich geändert hat, bei voller Schneidwerksbreite geht die Geschwindigkeit auf 11km/h bis 13km/h gegenüber halber Breite 19km/h bis 20km/h zurück.
    Getestet wie auch schon beim ersten mal mit Drescher und Häcksler.

    Das Gesetz der Wirtschaft verbietet es, für wenig Geld viel Wert zu erhalten :!: (John Ruskin, englischer Sozialreformer 1819-1900)

  • Hab alles wie gewöhnlich eingetragen, bekomme aber folgenden Error in der Log angezeigt:
    Error: Not all prerequisites of specialization FS15_NewHollandTC590.adaptiveSpeedLimit are fulfilled
    Den Fehler hatte ich noch nie, was muss ich ändern bzw. eintragen um das Problem zu beseitigen?



    moddesc:
    [expander]<specializations>
    <specialization name="adaptiveSpeedLimit" className="AdaptiveSpeedLimit" filename="scripts/AdaptiveSpeedLimit.lua" />
    </specializations>


    <vehicleTypes>
    <type name="NewHollandTC590" className="Vehicle" filename="$dataS/scripts/vehicles/Vehicle.lua">
    <specialization name="adaptiveSpeedLimit" />
    <specialization name="workArea" />
    <specialization name="animatedVehicle" />
    <specialization name="turnOnVehicle" />
    <specialization name="cylindered" />
    <specialization name="foldable" />
    <specialization name="motorized" />
    <specialization name="steerable" />
    <specialization name="drivable" />
    <specialization name="fillable" />
    <specialization name="overloading" />
    <specialization name="combine" />
    <specialization name="hirable" />
    <specialization name="aiCombine" />
    <specialization name="honk" />
    <specialization name="bunkerSiloCompacter" />
    <specialization name="mouseControlsVehicle" />
    <specialization name="indoorHud" />
    <specialization name="washable" />
    <specialization name="mountable" />
    </type>
    </vehicleTypes>[/expander]

  • Hast du auch die Einträge in der Fahrzeug xml gemacht?
    <adaptiveSpeedLimit>
    <fruit fruitType="wheat" literPerSecond="20" />
    <fruit fruitType="rape" literPerSecond="20" />
    <fruit fruitType="maize" literPerSecond="25" />
    <fruit fruitType="barley" literPerSecond="20" />
    </adaptiveSpeedLimit>
    Und setz den Eintrag: <specialization name="adaptiveSpeedLimit" /> mal an die letzte stelle bei den vehicleTypes.

    Das Gesetz der Wirtschaft verbietet es, für wenig Geld viel Wert zu erhalten :!: (John Ruskin, englischer Sozialreformer 1819-1900)

  • Tut mir leid, aber das wars auch noch nicht. Das einzige was sich geändert hat, bei voller Schneidwerksbreite geht die Geschwindigkeit auf 11km/h bis 13km/h gegenüber halber Breite 19km/h bis 20km/h zurück.
    Getestet wie auch schon beim ersten mal mit Drescher und Häcksler.


    Das genau ist doch die Funktion?? Reduziere mal die Durchsatzwerte in der xml, dann fährt er noch etwas langsamer.

    Error: Not all prerequisites of specialization FS15_NewHollandTC590.adaptiveSpeedLimit are fulfilled


    Der Fehler kommt, wenn dein Drescher nicht die Specialisations "Combine" und "Overloading" hat oder das Skript in der modDesc vor diesen beiden Specs steht (Daran liegts bei Dir).

  • Reduziere mal die Durchsatzwerte in der xml, dann fährt er noch etwas langsamer.


    Ja aber da ist ein starker Leistungsknick,will heissen: bis zu einem gewissen Wert fährt der Drescher/Häcksler mit den genannten Geschwindigkeiten. Gehe ich dann noch eine Zahl runter ist er so langsam das die km/h anzeige zwischen 0 und 1 km/h hin und her flackert. Ja sicher ist das die Funktion aber ich dachte das sich das dann im Rahmen der normalen Druschgeschwindigkeit, sagen wir mal 6km/h bis 9km/h je nach Drescher, abspielt und nicht das die Maschinen plötzlich dreimal so schnell sind und dann erst gedrosselt werden.
    Ich hoffe ich nerve dich nicht zu sehr :)

    Das Gesetz der Wirtschaft verbietet es, für wenig Geld viel Wert zu erhalten :!: (John Ruskin, englischer Sozialreformer 1819-1900)

  • bei 0.5 komm ich auf 5-10 km/h das beim klein nh drescher ;) geh ich nun auf 0.6 dreht er wieder hoch auf 15 km/h xD


    ansich find ich das garnich mal so schlech alles nur was ja echt blöd ist mitm sound immer der gleich -.- nagut das liegt nun am ls schade eig :|

  • Hab die Einträge geändert, keine Wirkung :/


    moddesc
    [expander]<specializations>
    <specialization name="adaptiveSpeedLimit" className="AdaptiveSpeedLimit" filename="scripts/AdaptiveSpeedLimit.lua" />
    </specializations>


    <vehicleTypes>
    <type name="newHollandTC590" className="Vehicle" filename="$dataS/scripts/vehicles/Vehicle.lua">
    <specialization name="workArea" />
    <specialization name="animatedVehicle" />
    <specialization name="turnOnVehicle" />
    <specialization name="cylindered" />
    <specialization name="foldable" />
    <specialization name="motorized" />
    <specialization name="steerable" />
    <specialization name="drivable" />
    <specialization name="fillable" />
    <specialization name="overloading" />
    <specialization name="combine" />
    <specialization name="hirable" />
    <specialization name="aiCombine" />
    <specialization name="honk" />
    <specialization name="bunkerSiloCompacter" />
    <specialization name="mouseControlsVehicle" />
    <specialization name="indoorHud" />
    <specialization name="washable" />
    <specialization name="mountable" />
    <specialization name="adaptiveSpeedLimit" />
    </type>
    </vehicleTypes>[/expander]


    xml
    [expander]<adaptiveSpeedLimit>
    <fruit fruitType="wheat" literPerSecond="20" />
    <fruit fruitType="rape" literPerSecond="20" />
    <fruit fruitType="maize" literPerSecond="25" />
    <fruit fruitType="barley" literPerSecond="20" />
    </adaptiveSpeedLimit>[/expander]

  • Ja...ich sollte mal aufräumen...Jetzt tritt der Fehler nicht mehr in der Log auf, funktionieren tuts aber immer noch nicht... Das Spiel macht mich fertig :D
    [expander]GIANTS Engine Runtime 6.0.2 64bit (Build Date: Jan 14 2016)
    Copyright (c) 2008-2015, GIANTS Software GmbH (giants-software.com), All Rights Reserved.
    Copyright (c) 2003-2015, Christian Ammann and Stefan Geiger, All Rights Reserved.
    Application: FarmingSimulator2015
    Main System
    CPU: Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz
    Memory: 8130 MB
    OS: Windows NT 6.1 64-bit
    Physics System
    Version: 5.9.4
    Thread(s): 2
    Input System
    Keyboard enabled
    Mouse enabled
    Gamepad/Joystick enabled
    Force Feedback disabled
    Name: Logitech Dual Action USB
    Name: Logitech G27 Racing Wheel USB
    Sound System
    Driver: OpenAL
    Version: 1.1
    Device: Generic Software
    Max. sources: 256
    Render System
    Driver: Direct 3D 9.0c
    Card Vendor: NVIDIA Corporation
    Renderer: NVIDIA GeForce GTX 760
    Version: 10.18.13.6200
    Hardware Profile
    Level: Very High (auto)
    View Distance Factor: 1.300000
    Shadow Quality: 2.000000
    Skip Mipmaps: 0
    LOD Distance Factor: 1.300000
    Terrain LOD Distance Factor: 2.000000
    Foliage View Distance Factor: 1.600000
    Volume Mesh Tessellation Factor: 0.750000
    Tyre Tracks Segments Factor: 4.000000
    Farming Simulator 15
    Version: 1.4.2.0 1.4.2RC1
    Available Languages: de
    Language: de
    Game vehicle types loaded
    Mod directory: D:/Documents/My Games/FarmingSimulator2015/mods/
    Load dlc: pdlc_itRunnerPack
    Load dlc: pdlc_jcbPack
    Load dlc: pdlc_newHollandPack
    Load mod: aaa_IncreaseRPMWhileTipping
    Load mod: AAA_UniversalProcessKit
    Load mod: AnimationMapTrigger
    Load mod: Arcusin_ForStack_8_12
    Load mod: A_HardPointExtension
    Load mod: BGAShovel
    Load mod: CULTI_greatPlainsSimbaSL500
    Load mod: cutterVario
    Load mod: CZMOD_KAWECO_PullBox_8000H
    Load mod: CZMOD_KAWECO_PullBox_9700
    Load mod: CZMOD_KAWECO_PullBox_9700H
    Load mod: DeutzAgrostar471
    Load mod: DeutzAgrostar631
    Load mod: deutzAgroStar638
    Load mod: DeutzAgroSun140
    Load mod: deutzfahr7250Warrior_V6
    Load mod: Fendt924Vario
    Load mod: Fendt930
    Load mod: Fendt930Vario
    Load mod: FillTypeMassAdjustment
    Load mod: FlieglASW268
    Load mod: FlieglGreenLineTrailerV1
    Load mod: Fliegl_ASS
    Load mod: fliegl_lowbody
    Load mod: Fliegl_Overload_Station
    Load mod: Fliegl_Semitrailer
    Load mod: FoerderBand
    Load mod: FortunaFTM200_6_0
    Load mod: Fortuna_FTM_8
    Load mod: FS15_AGRAR_KotteGarantTSA
    Load mod: FS15_AGRAR_Krampe_SB_3063
    Load mod: FS15_AGRAR_MAN
    Load mod: FS15_AGRAR_MAN_HKL
    Load mod: FS15_AGRAR_MAN_TGS_BLS_SETKA
    Load mod: FS15_AGRAR_Tandem
    Load mod: FS15_amazoneD9_3000Super
    Load mod: FS15_amazoneUX5200
    Load mod: FS15_BaleCounter
    Load mod: FS15_CaseIHMagnum260
    Load mod: FS15_flieglTDK160
    Load mod: FS15_KnocheMAXISEM
    Load mod: FS15_kuhnMowerPack
    Load mod: FS15_kuhnVB2190
    Load mod: FS15_Massey_Ferguson_945
    Load mod: FS15_NewHollandTC590
    Load mod: FS15_newHollandW170C
    Load mod: FS15_NewHolland_FR_850
    Load mod: FS15_Optima_1036_v1_2_final_Soilmod
    Load mod: FS15_Pack_Pivot_Irrifrance_fixe
    Load mod: FS15_ThreshingCounter_v3_1
    Load mod: FS15_vaederstadPack
    Load mod: FS2015_RealNight_v2_3
    Load mod: FS_15_Fliegl_Transporter_Pack
    Load mod: FS_LTW_Farming_Map
    Load mod: GuelleMistMod
    Load mod: HeapTipTrigger
    Load mod: IT_Runner_DLC
    Load mod: JCB_WheelLoaderShovel
    Load mod: JohnDeere_8430T_EU_V2_Pack
    Load mod: Joskin_Trans_fs2015
    Load mod: KoegelDolly
    Load mod: Kotte_FRP_145
    Load mod: krampeSB3063
    Load mod: Krampe_Bandit_980_green_V1
    Load mod: krassortBaletrailer
    Load mod: lager
    Load mod: LandRoverDefender_SETKA
    Load mod: LandRover_Santana_SETKA
    Load mod: lemkenVarioPackFEP_300_90
    Load mod: Light_Addon
    Load mod: LS15DeutzAgroStarReihe_PumaFBM
    Load mod: LS15_CaseIH_newMagnum380_EU_black
    Load mod: LS15_CaseIH_newMagnum380_EU_v1_2
    Load mod: LS15_CasePuma165CVX_Black_v1_4
    Load mod: LS15_CasePuma165CVX_v1_4
    Load mod: LS15_CasePumacvx165_Twins
    Load mod: LS15_CasePumacvx240_Black_v1_2
    Load mod: LS15_CasePumacvx240_Twins
    Load mod: LS15_CasePumacvx240_v1_2
    Load mod: LS15_NewHolland_CR690Raupen
    Load mod: LS15_NewHolland_FR850Tunx
    Load mod: LS15_PonsseBuffalo_TTM
    Load mod: LS15_PonsseScorpion_v1_2
    Load mod: MANSpezialBeige
    Load mod: MapAmpeln
    Load mod: MapBuyableObject
    Load mod: Map_EmsprojektAlphaV0_6
    Load mod: Map_EmsprojektAlphaV0_7
    Load mod: Map_Knuston
    Load mod: masseyFerguson698
    Load mod: MB3D_Scheibengewicht
    Load mod: Minion_Gewicht_1200kg
    Load mod: MixFeeder
    Load mod: MoneyModLS15
    Load mod: MoneyTool
    Load mod: NH_Fleet_Spartan086
    Load mod: noCollisionCamera
    Load mod: NO_Collision_Vehicle_Camera_mp
    Load mod: Pack_Maitre_BMM
    Load mod: Pack_Robert_Bale_Fork_FraBel_Ls_Modding_FS15
    Load mod: Pack_sweeper_Rabaud_Kerfab_FS15
    Load mod: PlayerCameraV2
    Load mod: Playerwalkspeed
    Load mod: RabeToucan3000SL
    Load mod: ReckSilageSpreaderMagna
    Load mod: Removehaze
    Load mod: RenderVehicleFillStates
    Load mod: RoewerBackWeight
    Load mod: RoewerFrontweight
    Load mod: RoewerSilagePlate
    Load mod: Rollandv52
    Load mod: SauterEquipment
    Load mod: SelfmadeCultivator
    Load mod: SkidsteerFreakPack
    Load mod: Stas_BX_Mulde
    Load mod: StewartPS18_23H
    Load mod: SteyrProfi4130CVT
    Load mod: StimechFMP500
    Load mod: StrautmannTeraVitesse4601
    Load mod: StrautmannVS2004
    Load mod: SuedThueringen_Beta
    Load mod: supportpickup11pack
    Load mod: ThuringerAgrarCutterTrailer
    Load mod: Tunxdorfmodcontest2015
    Warning: Duplicate l10n entry 'manure' in mod 'Tunxdorfmodcontest2015'. Ignoring this defintion.
    Warning: Duplicate l10n entry 'liquidManure' in mod 'Tunxdorfmodcontest2015'. Ignoring this defintion.
    Warning: Duplicate l10n entry 'kalkSolid' in mod 'Tunxdorfmodcontest2015'. Ignoring this defintion.
    Warning: Duplicate l10n entry 'voll' in mod 'Tunxdorfmodcontest2015'. Ignoring this defintion.
    Load mod: UnimogU1200_U1600
    Load mod: Vaederstad_SoilMod_Pack
    Load mod: VogelNootTerraDisc600
    Load mod: zzzGuelleMistMod
    Load mod: zzzMrGearboxAddon
    Load mod: ZZZ_baleExtension
    Load mod: ZZZ_ChoppedStraw
    Load mod: ZZZ_CompassForSteerable
    Load mod: ZZZ_complexBGA
    Load mod: ZZZ_compostSoil
    Load mod: ZZZ_driveControl
    Load mod: zzz_ErtragV2
    Load mod: ZZZ_GPS
    Load mod: ZZZ_greenDirectCut
    Load mod: ZZZ_improvedSilageBunker
    Load mod: ZZZ_Inching
    Load mod: zzz_ManualAttaching
    Load mod: ZZZ_MPbalefix
    Load mod: ZZZ_multiFruit
    Load mod: ZZZ_multiFruitModule_Extended
    Load mod: ZZZ_multiFruitModule_Sudangras
    Load mod: ZZZ_multiFruitModule_Tunxdorf
    Load mod: ZZZ_multiMowing
    Load mod: ZZZ_RealDaylight_15
    Load mod: zzz_setBackLinkageUp
    Load mod: zzz_SpeedControl
    Load mod: ZZZ_TimeFastForward
    Load mod: ZZZ_trailersteeringMod
    Load mod: Z_enginebrakingeffect
    Register vehicle type: pdlc_itRunnerPack.hookLiftTrailer
    Register vehicle type: pdlc_itRunnerPack.hookLiftContainer
    Register vehicle type: pdlc_itRunnerPack.hookLiftContainerTrailer
    Register vehicle type: pdlc_itRunnerPack.hookLiftContainerDynamicMountAttacher
    Register vehicle type: pdlc_itRunnerPack.hookLiftContainerManureBarrel
    Register vehicle type: pdlc_itRunnerPack.hookLiftContainerManureSpreader
    Register vehicle type: Arcusin_ForStack_8_12.Arcusin_ForStack
    Register vehicle type: A_HardPointExtension.MaintenanceTrailer
    BGA Shovel v15.0.0
    Register vehicle type: cutterVario.heder
    Register vehicle type: DeutzAgrostar471.DeutzAgrostar471MrFox
    Register vehicle type: DeutzAgrostar631.DeutzAgrostar631MrFox
    Register vehicle type: deutzAgroStar638.AgroStar_HardPoint
    Register vehicle type: DeutzAgroSun140.SDFGroupEast
    increaseRPMWhileTipping is already exsit. Stop register from Mod: 'deutzfahr7250Warrior_V6' now!
    ......LOADING INTERNAL SOUND SCRIPT BY RIVALBOMB......
    Register vehicle type: deutzfahr7250Warrior_V6.Warrior
    Register vehicle type: deutzfahr7250Warrior_V6.BuyableTwinWheels
    Register vehicle type: deutzfahr7250Warrior_V6.AgriBumper
    Register vehicle type: Fendt924Vario.Fendt930Vario
    Register vehicle type: Fendt930.Fendt900er
    Register vehicle type: Fendt930.Fendt900erWheelWeights
    Register vehicle type: Fendt930Vario.Fendt930Vario
    Register vehicle type: FlieglASW268.Fliegl_tandem_Hardpoint
    Register vehicle type: FlieglGreenLineTrailerV1.FlieglAluMulde
    Register vehicle type: Fliegl_Overload_Station.flieglOverloadStation
    Register vehicle type: FoerderBand.FoerderBand
    Register vehicle type: FortunaFTM200_6_0.FortunaFTM200
    Register vehicle type: Fortuna_FTM_8.FortunaFTM300
    MAN TGS 26.440 is loaded
    Register vehicle type: FS15_AGRAR_KotteGarantTSA.garantTSA
    Register vehicle type: FS15_AGRAR_Krampe_SB_3063.Krampe
    Register vehicle type: FS15_AGRAR_MAN.MAN_BLS
    register joint type: hookLift
    Register vehicle type: FS15_AGRAR_MAN_HKL.MAN
    Register vehicle type: FS15_AGRAR_MAN_TGS_BLS_SETKA.MANTGS
    Register vehicle type: FS15_AGRAR_Tandem.brantnerTA10041
    Register vehicle type: FS15_CaseIHMagnum260.caseIH260
    Register vehicle type: FS15_CaseIHMagnum260.BuyableTwinWheels
    Register vehicle type: FS15_Massey_Ferguson_945.attachableFrontloader
    Register vehicle type: FS15_NewHollandTC590.newHollandTC590
    Register vehicle type: FS15_NewHolland_FR_850.NewHollandFR850
    Register vehicle type: FS15_Optima_1036_v1_2_final_Soilmod.optima1036
    Register vehicle type: FS15_Optima_1036_v1_2_final_Soilmod.attachecanon
    Register vehicle type: FS15_Pack_Pivot_Irrifrance_fixe.Pivot_fixe
    increaseRPMWhileTipping is already exsit. Stop register from Mod: 'FS_15_Fliegl_Transporter_Pack' now!
    Register vehicle type: FS_15_Fliegl_Transporter_Pack.Truck1
    Register vehicle type: FS_15_Fliegl_Transporter_Pack.Truck2
    Register vehicle type: FS_15_Fliegl_Transporter_Pack.FlieglTT1
    Register vehicle type: FS_15_Fliegl_Transporter_Pack.FlieglTT2
    *** ChoppedStraw fruittypes registered!
    HeapTipTrigger v15.0.0
    Register Variable: BaseMission.modHeapTipTriggerAddon
    Register Variable: BaseMission.modHeapTipTrigger = true
    Register vehicle type: HeapTipTrigger.HeapTipTrigger
    register joint type: HookJoint
    MAN TGS 26.440 is loaded
    Register vehicle type: IT_Runner_DLC.itRunner2633HD
    Register vehicle type: IT_Runner_DLC.containerSilage
    Register vehicle type: IT_Runner_DLC.containerChaff
    Register vehicle type: IT_Runner_DLC.containerBales
    Register vehicle type: IT_Runner_DLC.containerWood
    Register vehicle type: IT_Runner_DLC.containerSlurry
    Register vehicle type: IT_Runner_DLC.containerManureSpreader
    Script loaded: WheelLanes.lua (v3.0) - (Making wheels destroy crops!)
    ......LOADING INTERNAL SOUND SCRIPT BY RIVALBOMB......
    Register vehicle type: JohnDeere_8430T_EU_V2_Pack.JohnDeere8430T
    ......LOADING INTERNAL SOUND SCRIPT BY RIVALBOMB......
    Register vehicle type: JohnDeere_8430T_EU_V2_Pack.JohnDeere8430TFH
    Register vehicle type: Joskin_Trans_fs2015.joskin
    Warning: shop description type 'machineType' is deprecated. Please use 'category' instead! (modDesc.storeItems.storeItem(0))
    Register vehicle type: Kotte_FRP_145.fuqs_Kotte_FRP145
    Register vehicle type: Krampe_Bandit_980_green_V1.Krampe_Bandit_980
    Register vehicle type: krassortBaletrailer.krassortBaletrailer
    Warning: missing category value in store item modDesc.storeItems.storeItem(0)
    Register vehicle type: LandRoverDefender_SETKA.landRoverdefender
    hilfepic 0.9 von modall geladen
    Register vehicle type: LandRover_Santana_SETKA.landrover109
    Register vehicle type: lemkenVarioPackFEP_300_90.LemkenVarioPackFEP_300_90
    Register vehicle type: LS15DeutzAgroStarReihe_PumaFBM.deutzAgroStarGPuma
    Register vehicle type: LS15_CaseIH_newMagnum380_EU_black.caseIH380
    Register vehicle type: LS15_CaseIH_newMagnum380_EU_black.BuyableTwinWheels
    Register vehicle type: LS15_CaseIH_newMagnum380_EU_v1_2.caseIH380
    Register vehicle type: LS15_CaseIH_newMagnum380_EU_v1_2.BuyableTwinWheels
    Register vehicle type: LS15_CasePuma165CVX_Black_v1_4.Case_Puma165
    Register vehicle type: LS15_CasePuma165CVX_v1_4.Case_Puma165
    Register vehicle type: LS15_CasePumacvx165_Twins.BuyableTwinWheels
    Register vehicle type: LS15_CasePumacvx240_Black_v1_2.Case_Puma240
    Register vehicle type: LS15_CasePumacvx240_Twins.BuyableTwinWheels
    Register vehicle type: LS15_CasePumacvx240_v1_2.Case_Puma240
    Register vehicle type: LS15_NewHolland_FR850Tunx.NewHollandFR850
    Register vehicle type: LS15_PonsseScorpion_v1_2.ponsseScorpion
    Map: Ampel Trigger v1.0 by Bluebaby210 loaded!
    Map: TrafficLights 3er v1.0 by Bluebaby210 loaded!
    Map: TrafficLights 4er v1.0 by Bluebaby210 loaded!
    Register Variable: BaseMission.mboBuyListener
    Map: Buyable Objects(Buyable) v3.3 by Bluebaby210 loaded!
    Map: Buyable Objects(Icon) v3.3 by Bluebaby210 loaded!
    Map: Buyable Objects(Master) v3.3 by Bluebaby210 loaded!
    *** ChoppedStraw fruittypes registered!
    Register vehicle type: masseyFerguson698.masseyFerguson698
    Register vehicle type: MB3D_Scheibengewicht.Scheibengewicht
    Register vehicle type: MB3D_Scheibengewicht.Gewichtstraeger
    Map: Mix Feeder v1.0 by Bluebaby210 loaded!
    D:/Documents/My Games/FarmingSimulator2015/mods//MoneyModLS15/LS15Money.lua:49: attempt to index global 'LS15MoneyEvent' (a nil value)
    MoneyTool v15.0
    Register vehicle type: NH_Fleet_Spartan086.086tx
    Register vehicle type: NH_Fleet_Spartan086.086t4b
    Register vehicle type: NH_Fleet_Spartan086.086t8
    Register vehicle type: NH_Fleet_Spartan086.086t9
    noCollisionCamera v15.0
    Register vehicle type: Pack_Maitre_BMM.BMM
    Register vehicle type: Pack_Robert_Bale_Fork_FraBel_Ls_Modding_FS15.robert
    Register vehicle type: Pack_sweeper_Rabaud_Kerfab_FS15.rabaud
    Register vehicle type: Pack_sweeper_Rabaud_Kerfab_FS15.Sign
    Warning: shop description type 'machineType' is deprecated. Please use 'category' instead! (modDesc.storeItems.storeItem(2))
    Warning: shop description type 'machineType' is deprecated. Please use 'category' instead! (modDesc.storeItems.storeItem(3))
    Loaded: PlayerCamera
    mod loaded: Playercam
    Register vehicle type: RabeToucan3000SL.RabeToucan3000SL
    Register vehicle type: ReckSilageSpreaderMagna.ReckSilageSpreaderMagna
    RenderVehicleFillStates 1.0 by rafftnix loaded
    Register vehicle type: RoewerBackWeight.RoewerBackWeight
    Register vehicle type: RoewerFrontweight.RoewerFrontWeight
    Register vehicle type: RoewerSilagePlate.RoewerSilagePlate
    Register vehicle type: Rollandv52.RollandV52
    Register vehicle type: SauterEquipment.SauterFastCoupler
    Register vehicle type: SauterEquipment.SauterRailAttachment
    Register vehicle type: SauterEquipment.SauterBumper
    Register vehicle type: SelfmadeCultivator.SelfmadeCultivator
    Register vehicle type: SkidsteerFreakPack.jcb320T_HardPoint
    Register vehicle type: SkidsteerFreakPack.rockGrapple
    Register vehicle type: SkidsteerFreakPack.flexigrab_HardPoint
    Register vehicle type: Stas_BX_Mulde.SchmitzTP
    Register vehicle type: StewartPS18_23H.PS1823H
    Register vehicle type: SteyrProfi4130CVT.Steyr_Profi4130
    Register vehicle type: StimechFMP500.FMP500
    *** ChoppedStraw fruittypes registered!
    register fruit type: klee
    register fruit type: luzerne
    register fill type: kalk
    Script SchweineZucht v5.0.0-107 by Marhu loaded! Support on http://marhu.net
    Script WaterMod v3.1.5 by Marhu loaded! Support on http://marhu.net
    *** ChoppedStraw fruittypes registered!
    Script WaterMod v3.2.4 by Marhu loaded! Support on http://marhu.net
    Script SchweineZucht v3.2.7 by Marhu loaded! Support on http://marhu.net
    Script PalettenSammler v3.0.1-107a by Marhu loaded! Support on http://marhu.net
    --- Chopped Straw registered...
    Register vehicle type: UnimogU1200_U1600.bm_unimogU1600
    Register vehicle type: UnimogU1200_U1600.bm_unimogU1200
    Register vehicle type: UnimogU1200_U1600.concreteWeightUnimog
    Register vehicle type: Vaederstad_SoilMod_Pack.vaederstadCarrier1120
    Register vehicle type: Vaederstad_SoilMod_Pack.vaederstadCarrier820
    Register vehicle type: Vaederstad_SoilMod_Pack.vaederstadBioSpray1120
    Register vehicle type: Vaederstad_SoilMod_Pack.vaederstadBioSprayMINI
    Register vehicle type: Vaederstad_SoilMod_Pack.vaederstadBioDrill1120
    Register vehicle type: Vaederstad_SoilMod_Pack.vaederstadTopDown
    Register vehicle type: Vaederstad_SoilMod_Pack.RapidA
    Register vehicle type: Vaederstad_SoilMod_Pack.MontageGabel
    Register vehicle type: Vaederstad_SoilMod_Pack.vaederstadTempoF8
    Register vehicle type: Vaederstad_SoilMod_Pack.vaederstadRollex
    mogliBase.lua version 2.01 located in D:/Documents/My Games/FarmingSimulator2015/mods//zzzMrGearboxAddon/
    Creating new global class in D:/Documents/My Games/FarmingSimulator2015/mods//zzzMrGearboxAddon/ with name mrGearboxMogli. Prefix is: mrGbMS
    Creating new global class in D:/Documents/My Games/FarmingSimulator2015/mods//zzzMrGearboxAddon/ with name mrGearboxMogliLoader. Prefix is: nil
    Creating new global class in D:/Documents/My Games/FarmingSimulator2015/mods//zzzMrGearboxAddon/ with name tempomatMogli. Prefix is: tempomatMogli
    BaleExtension V2.2 (by upsidedown) registering D:/Documents/My Games/FarmingSimulator2015/mods//ZZZ_baleExtension/bales/roundbaleGrass_w112_d130.i3d
    Script loaded: Compass.LUA (v1.4)
    FruitType registered: compost_soil
    --- installing driveControl by upsidedown into Drivable and Steerable...
    --- loading greenDirectCut mod V2.0 --- (by upsidedown)
    dataS/cameraPath01.i3d (18.21 ms)
    dataS/cameraPath02.i3d (0.23 ms)
    dataS/cameraPath03.i3d (0.09 ms)
    data/sky/sky_day_night.i3d (150.33 ms)
    data/sky/rain.i3d (29.83 ms)
    data/sky/hail.i3d (24.22 ms)
    data/sky/dust.i3d (0.77 ms)
    data/maps/map01.i3d (10376.29 ms)


    ---------------Info from the IncreaseRPMWhileTipping_Register script start--------------------


    ---!!! ATTENTION !!!--- Installing now the 'IncreaseRPMWhileTipping' Script in Version 1.9 by Ifko[nator].
    Installing the Script from Mod: 'aaa_IncreaseRPMWhileTipping' to ANY vehicle witch is 'drivable' or 'attachable', this should happen only once!


    ---------------Info from the IncreaseRPMWhileTipping_Register script end----------------------


    FillType Mass Adjustment Mod by modelleicher loaded
    Fillable mass of Filltype kalk changed to 0.0002 tons per Liter
    Fillable mass of Filltype woodChips changed to 0.00035 tons per Liter
    Fillable mass of Filltype manureLiquid changed to 0.0002 tons per Liter
    Fillable mass of Filltype choppedRape changed to 0.0002 tons per Liter
    Fillable mass of Filltype milk changed to 0.001 tons per Liter
    Fillable mass of Filltype luzerne_windrow changed to 0.0002 tons per Liter
    Fillable mass of Filltype potato changed to 0.00073 tons per Liter
    Fillable mass of Filltype wheat changed to 0.00082 tons per Liter
    Fillable mass of Filltype seeds changed to 0.00035 tons per Liter
    Fillable mass of Filltype dryGrass_windrow changed to 7e-005 tons per Liter
    Fillable mass of Filltype klee_windrow changed to 0.0002 tons per Liter
    Fillable mass of Filltype silage changed to 0.00075 tons per Liter
    Fillable mass of Filltype manure changed to 0.001 tons per Liter
    Fillable mass of Filltype chaff changed to 0.00045 tons per Liter
    Fillable mass of Filltype kalkSolid_windrow changed to 0.0002 tons per Liter
    Fillable mass of Filltype rape changed to 0.0007 tons per Liter
    Fillable mass of Filltype fertilizer changed to 0.001 tons per Liter
    Fillable mass of Filltype choppedMaize changed to 0.0002 tons per Liter
    Fillable mass of Filltype treeSaplings changed to 0.0002 tons per Liter
    Fillable mass of Filltype water changed to 0.001 tons per Liter
    Fillable mass of Filltype manureSolid changed to 0.0002 tons per Liter
    Fillable mass of Filltype choppedStraw changed to 0.0002 tons per Liter
    Fillable mass of Filltype compost_soil changed to 0.0002 tons per Liter
    Fillable mass of Filltype luzerne changed to 0.0002 tons per Liter
    Fillable mass of Filltype klee changed to 0.0002 tons per Liter
    Fillable mass of Filltype grass_windrow changed to 0.00035 tons per Liter
    Fillable mass of Filltype kalkSolid changed to 0.0002 tons per Liter
    Fillable mass of Filltype manureLiquid_windrow changed to 0.0002 tons per Liter
    Fillable mass of Filltype forage_mixing changed to 0.0003 tons per Liter
    Fillable mass of Filltype sugarBeet changed to 0.0007 tons per Liter
    Fillable mass of Filltype egg changed to 0.0002 tons per Liter
    Fillable mass of Filltype dryGrass changed to 7e-005 tons per Liter
    Fillable mass of Filltype wool changed to 0.0002 tons per Liter
    Fillable mass of Filltype liquidManure changed to 0.0009 tons per Liter
    Fillable mass of Filltype manureSolid_windrow changed to 0.0002 tons per Liter
    Fillable mass of Filltype grass changed to 0.00035 tons per Liter
    Fillable mass of Filltype forage changed to 0.0003 tons per Liter
    -- registering bale counter specialization
    adding bale counter to baler
    -- registering threshing counter specialization by Manuel Leithner (SFM-Modding)
    adding ThreshingCounter to attachableCombine
    adding ThreshingCounter to combine_animated_crawler
    adding ThreshingCounter to attachableCombine_mouseControlled
    adding ThreshingCounter to FS15_NewHolland_FR_850.NewHollandFR850
    adding ThreshingCounter to selfPropelledPotatoHarvester
    adding ThreshingCounter to combine_animated
    adding ThreshingCounter to FS15_NewHollandTC590.newHollandTC590
    adding ThreshingCounter to combine
    adding ThreshingCounter to LS15_NewHolland_FR850Tunx.NewHollandFR850
    adding ThreshingCounter to combine_cylindered
    LightAddon: Failed inserting on FS15_AGRAR_MAN_TGS_BLS_SETKA.MANTGS as it has the specialization (beleuchtung31)
    LightAddon: Failed inserting on FS15_AGRAR_MAN_HKL.MAN as it has the specialization (beleuchtung)
    LightAddon: Failed inserting on JohnDeere_8430T_EU_V2_Pack.JohnDeere8430T as it has the specialization (beleuchtung31)
    LightAddon: Failed inserting on JohnDeere_8430T_EU_V2_Pack.JohnDeere8430TFH as it has the specialization (beleuchtung31)
    LightAddon: Failed inserting on LS15DeutzAgroStarReihe_PumaFBM.deutzAgroStarGPuma as it has the specialization (beleuchtung31)
    LightAddon: Failed inserting on masseyFerguson698.masseyFerguson698 as it has the specialization (beleuchtungV31)
    LightAddon: Failed inserting on LS15_PonsseScorpion_v1_2.ponsseScorpion as it has the specialization (beleuchtung)
    LightAddon: Failed inserting on FS15_AGRAR_MAN.MAN_BLS as it has the specialization (beleuchtung31)
    screenshots LS 15 Mod: Folder "screenshots/MixFeederCamera" in MyGames was createt
    --- loading ManualBarrier mod V5.15.4 (by Blacky_BPG)---
    --- loading Getriebe v1.21 von Mogli ---
    *** ChoppedStraw v15.0.05 specialization loading ***
    --- loading complexBGA mod V3.03 --- (by upsidedown)
    --- loading biogas residues tool as part of BGAextension mod V3.03 ---
    --- loading driveControl mod V3.91 (by upsidedown)---
    --- loading GPS mod V4.21 --- (by upsidedown and gotchTOM)
    --- loading siloExtension mod V2.0 --- (by upsidedown)
    --- loading Inching mod V1.0 (by upsidedown)---
    --- loading addMultiFruit mod V3.0 --- (by upsidedown)
    --- loading multiFruit Module: D:/Documents/My Games/FarmingSimulator2015/mods//ZZZ_multiFruitModule_Extended/multiFruit_config.xml --- (by upsidedown)
    --- loading multiFruit Module: D:/Documents/My Games/FarmingSimulator2015/mods//ZZZ_multiFruitModule_Sudangras/multiFruit_config.xml --- (by upsidedown)
    --- loading multiFruit Module: D:/Documents/My Games/FarmingSimulator2015/mods//ZZZ_multiFruitModule_Tunxdorf/multiFruit_config.xml --- (by upsidedown)
    --- loading multiMowing mod V3.0 --- (by upsidedown)
    register spec SpeedControl v15.0.0
    data/vehicles/steerable/sampoRosenlew/sampoRosenlewC6.i3d (452.15 ms)
    dataS2/character/player/player.i3d (401.91 ms)
    -- loading ThreshingCounter specialization
    D:/Documents/My Games/FarmingSimulator2015/mods//zzzMrGearboxAddon/zzzMrGearboxAddonConfig.xml
    D:/Documents/My Games/FarmingSimulator2015/mods//zzzMrGearboxAddonConfig.xml
    zzzMrGearboxAddon: found external configuration for sampleMod/buehrer6135A.xml
    zzzMrGearboxAddon: no configuration found for inserting gearboxMogli into data/vehicles/steerable/sampoRosenlew/sampoRosenlewC6.xml
    loading D:/Documents/My Games/FarmingSimulator2015//driveControl_config.xml for driveControl-Mod configuration
    driveControl module shuttle started
    driveControl module manMotorStart started
    driveControl module manMotorKeepTurnedOn started
    driveControl module gasAndGearLimiter started
    driveControl module hourCounter started
    driveControl module sensibleSteering started
    driveControl module handBrake started
    driveControl module fourWDandDifferentials started
    driveControl module inDoorSound started
    driveControl module dirtModule started
    driveControl module camera started
    driveControl module cruiseControl started
    driveControl module showNearestFillLevel started
    driveControl module pipeCam started
    driveControl module implementControl started
    driveControl module groundResponse started
    driveControl module freeSteering started
    driveControl module fruitDestruction started
    driveControl module softGas started
    driveControl sensibleSteering deadZone set to 0%
    driveControl inDoorSound set to 45%
    driveControl analog control for gas/gear limiter set to false
    driveControl dirtModule speed set to 0%
    driveControl groundResponse forceFactor speed set to 100%
    driveControl softGas maxGasOnModifier set to 30%
    driveControl freeSteering analog input ENABLED
    driveControl freeSteering analog deadzone set to 10%
    driveControl global camera speed set to 100%
    driveControl analog controller x-axis camera speed set to 100%
    driveControl analog controller y-axis camera speed set to 100%
    driveControl mouse x-axis camera speed set to 100%
    driveControl mouse y-axis camera speed set to 100%
    driveControl standard camera reset DISABLED
    driveControl keep last Camera ENABLED
    GPS mod inserted into Drivable Specialization (should happen only once!)
    GPS mod inserted into Vehicle Camera (should happen only once!)
    \______ Bale registered: BALETYPE_FORAGE_112_130 -> BALETYPE_SILAGE_112_130
    \______ Bale registered: BALETYPE_GRASS_112_130 -> BALETYPE_SILAGE_112_130
    \______ Bale registered: BALETYPE_DRYGRASS_112_130 -> BALETYPE_SILAGE_112_130
    \______ Bale registered: BALETYPE_LUZERNE_112_130 -> BALETYPE_GRASS_112_130
    \______ Bale registered: BALETYPE_LUZERNE_WINDROW_112_130 -> BALETYPE_GRASS_WINDROW_112_130
    \______ Bale registered: BALETYPE_KLEE_112_130 -> BALETYPE_GRASS_112_130
    \______ Bale registered: BALETYPE_KLEE_WINDROW_112_130 -> BALETYPE_GRASS_WINDROW_112_130
    data/vehicles/cutters/sampoRosenlew/sampoRosenlewC6.i3d (126.96 ms)
    data/vehicles/steerable/huerlimann/huerlimannH488.i3d (270.08 ms)
    zzzMrGearboxAddon: gearboxMogli inserted into data/vehicles/steerable/huerlimann/huerlimannH488.xml (i)
    data/vehicles/trailers/brantner/brantnerE8041.i3d (129.94 ms)
    D:/Documents/My Games/FarmingSimulator2015/mods//HeapTipTrigger/pivot.i3d (0.43 ms)
    data/vehicles/steerable/deutz/deutzAgroStar661.i3d (281.16 ms)
    zzzMrGearboxAddon: gearboxMogli inserted into data/vehicles/steerable/deutz/deutzAgroStar661.xml (i)
    data/vehicles/tools/koeckerling/koeckerlingTrio300M.i3d (118.46 ms)
    data/vehicles/particleAnimations/koeckerling/koeckerlingTrio300M.i3d (35.80 ms)
    data/vehicles/tools/suer/suerSB1000.i3d (37.49 ms)
    zzzMrGearboxAddon: gearboxMogli inserted into data/vehicles/steerable/deutz/deutzAgroStar661.xml (i)
    data/vehicles/tools/poettinger/poettingerVitasem302A.i3d (216.33 ms)
    data/vehicles/particleAnimations/poettinger/poettingerVitasem302A.i3d (1.33 ms)
    data/vehicles/tools/suer/suerSB700.i3d (1.47 ms)
    zzzMrGearboxAddon: gearboxMogli inserted into data/vehicles/steerable/huerlimann/huerlimannH488.xml (i)
    data/vehicles/tools/kuhn/kuhnVariMaster153.i3d (127.94 ms)
    data/vehicles/particleAnimations/kuhn/kuhnVariMaster153.i3d (1.95 ms)
    dataS/character/player/playerCCT.i3d (16.04 ms)
    money added
    money added
    D:/Documents/My Games/FarmingSimulator2015/mods//FS15_NewHollandTC590/CaseIH_CT5060.i3d (898.25 ms)
    -- loading ThreshingCounter specialization
    zzzMrGearboxAddon: no configuration found for inserting gearboxMogli into FS15_NewHollandTC590/CaseIH_CT5060.xml
    data/vehicles/cutters/newHolland/newHollandHeader18.i3d (195.82 ms)
    mod Delated: Playercam
    [/expander]

  • Ja...ich sollte mal aufräumen.


    Es macht vorallem überhaupt keinen Sinn mit so einem vollem Modordner was neues Testen zu wollen. Alles raus und nur den Mod den du Testen willst im Ordner, dann kannst du wenigstens bei einem Fehler gleich "Fremdverschulden" ausschließen.

    Das Gesetz der Wirtschaft verbietet es, für wenig Geld viel Wert zu erhalten :!: (John Ruskin, englischer Sozialreformer 1819-1900)

  • ?( Bei mit ist neues Skript == altes Skript und somit auch keine Änderung.
    Wo wurde denn was geändert? Berechnungen sind doch nach wie vor die gleichen.
    Der "expectedInput" ändert sich bei mir jedenfalls nicht...


    Kleine Änderung in der getSpeedLimit Methode. Eigentlich sollte es jetzt passen - ich kann hier keine weiteren Probleme reproduzieren.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!