github loki79uk/FS25_UniversalAutoload v0.4.7.1

latest releases: v1.0.0.1, v1.0.0.0+MPTensionBeltFix, v1.0.0.0...
3 months ago

v0.4.7.1 - ADDED TRAIN

  • Added base game train carriages from EU and US maps (requeted in #376)
  • Updated lanugage files from various pull requests #320, #325, #317, #319, #351, #375

NOTE:
You will need to add the new TRAIN configurations to your mod settings file.
(because trains cannot be configured in the shop)

Either:

  • Delete your old mod settings before launching the game (new one will be created)

OR

  • Copy train configurations from the default to your own mod settings file
    <vehicle configFileName="data/vehicles/train/wagonFlatBedUS/wagonFlatBedUS.xml">
    <configuration selectedConfigs="ALL">
    <options isBaleTrailer="false" disableHeightLimit="true"/>
    <loadingArea offset="0 1.220 -7.476" width="2.55" height="3.35" length="19.6" baleHeight="4.00"/>
    </configuration>
    </vehicle>
    <vehicle configFileName="data/vehicles/train/wagonTimberUS/wagonTimberUS.xml">
    <configuration selectedConfigs="ALL">
    <options isLogTrailer="true" disableHeightLimit="true"/>
    <loadingArea offset="0 1.493 -5.474" width="3.00" height="3.40" length="15.5"/>
    </configuration>
    </vehicle>
    <vehicle configFileName="data/vehicles/train/wagonPlanksUS/wagonPlanksUS.xml">
    <configuration selectedConfigs="ALL">
    <options isLogTrailer="false" disableHeightLimit="true"/>
    <loadingArea offset="0.8 1.379 -9.665" width="1.30" height="3.10" length="24.3"/>
    <loadingArea offset="-0.8 1.379 -9.665" width="1.30" height="3.10" length="24.3"/>
    </configuration>
    </vehicle>
    <vehicle configFileName="data/vehicles/train/wagonVehiclesEU/wagonVehiclesEU.xml">
    <configuration selectedConfigs="ALL">
    <options isBaleTrailer="false" disableHeightLimit="true"/>
    <loadingArea offset="0 1.323 -10.841" width="2.60" height="3.35" length="24.85" baleHeight="4.00"/>
    </configuration>
    </vehicle>
    <vehicle configFileName="data/vehicles/train/wagonTimberEU/wagonTimberEU.xml">
    <configuration selectedConfigs="ALL">
    <options isLogTrailer="true" disableHeightLimit="true"/>
    <loadingArea offset="0 1.400 -10.615" width="3.10" height="3.55" length="23.5"/>
    </configuration>
    </vehicle>

Don't miss a new FS25_UniversalAutoload release

NewReleases is sending notifications on new releases.