Skip to content

Commit

Permalink
Support for FS22_AmericanFlatbedPack
Browse files Browse the repository at this point in the history
Ticket ddewar#79 implementation. Tested with pallets, bales, wood.
  • Loading branch information
KingArthurLV committed May 2, 2023
1 parent f23a5d4 commit f65d491
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
16 changes: 16 additions & 0 deletions config/SupportedVehicles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,22 @@
<vehicleConfiguration configFileName="FS22_Farm_Trailer/Farm_Trailer.xml" modHubId="254525" selectedConfigs="1">
<loadingArea offset="0.000 1.11 -1.65" width="2.0" height="1.75" length="3.0" baleHeight="2.75"/>
<options enableRearLoading="true" enableSideLoading="true"/>
</vehicleConfiguration>
<vehicleConfiguration configFileName="FS22_AmericanFlatbedPack/flatbed.xml" useConfigName="design" selectedConfigs="1" modHubId="264240">
<loadingArea offset="-0.1 1.49 0.03" width="2.6" height="2.8" length="12.6" baleHeight="2.8"/>
<options enableSideLoading="true"/>
</vehicleConfiguration>
<vehicleConfiguration configFileName="FS22_AmericanFlatbedPack/flatbed.xml" useConfigName="design" selectedConfigs="2" modHubId="264240">
<loadingArea offset="-0.1 1.49 0.03" width="2.6" height="2.7" length="12.6"/>
<options isLogTrailer="true"/>
</vehicleConfiguration>
<vehicleConfiguration configFileName="FS22_AmericanFlatbedPack/shorty.xml" useConfigName="design" selectedConfigs="1" modHubId="264240">
<loadingArea offset="-0.1 1.73 -1.46" width="2.6" height="2.8" length="9" baleHeight="2.8"/>
<options enableSideLoading="true"/>
</vehicleConfiguration>
<vehicleConfiguration configFileName="FS22_AmericanFlatbedPack/shorty.xml" useConfigName="design" selectedConfigs="2" modHubId="264240">
<loadingArea offset="-0.1 1.73 -1.46" width="2.6" height="2.5" length="9"/>
<options isLogTrailer="true"/>
</vehicleConfiguration>
</vehicleConfigurations>
</universalAutoLoad>
6 changes: 5 additions & 1 deletion supportedMods.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#116 Supported Modhub Mods and 219 Configutations
#116 Supported Modhub Mods and 223 Configutations

## Potato Technology

Expand Down Expand Up @@ -136,6 +136,10 @@ Title | Author | Loading Areas | Options Set
[Small Flatbed Autoload Trailer](https://www.farming-simulator.com/mod.php?mod_id=247924&title=fs2022) | macktrucker921 | 1 | Log Trailer
[Lizard GVW J4027](https://www.farming-simulator.com/mod.php?mod_id=260582&title=fs2022) | Hydraulik | 1 | Rear Loading, Side Loading
[Metaltech DBL Pack](https://www.farming-simulator.com/mod.php?mod_id=258412&title=fs2022) | Matt26 | 1 | Side Loading
[American Flatbed Pack](https://www.farming-simulator.com/mod.php?mod_id=264240&title=fs2022) | GamerDesigns | 1 | Side Loading
[American Flatbed Pack](https://www.farming-simulator.com/mod.php?mod_id=264240&title=fs2022) | GamerDesigns | 1 | Log Trailer
[American Flatbed Pack](https://www.farming-simulator.com/mod.php?mod_id=264240&title=fs2022) | GamerDesigns | 1 | Side Loading
[American Flatbed Pack](https://www.farming-simulator.com/mod.php?mod_id=264240&title=fs2022) | GamerDesigns | 1 | Log Trailer
## Low Loaders

Title | Author | Loading Areas | Options Set
Expand Down

0 comments on commit f65d491

Please sign in to comment.