Skip to content

Commit

Permalink
Added Pickup from Premium Expansion
Browse files Browse the repository at this point in the history
- Added Pickup from Premium Expansion
- Slightly increased height of soup pallets
  • Loading branch information
loki79uk committed Nov 20, 2023
1 parent b0d330f commit cc40d5b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/ContainerTypes.xml
Expand Up @@ -90,7 +90,7 @@
<containerConfiguration containerType="SHIPPING_CONTAINER" name="pdlc_forestryPack:shippingContainer" sizeX="2.44" sizeY="2.59" sizeZ="?" neverStack="true"/>

<!-- Premium DLC -->
<containerConfiguration containerType="EURO_PALLET" name="pdlc_premiumExpansion:soupCansPallet" sizeX="1.225" sizeY="0.75" sizeZ="0.825"/>
<containerConfiguration containerType="EURO_PALLET" name="pdlc_premiumExpansion:soupCansPallet" sizeX="1.225" sizeY="0.755" sizeZ="0.825"/>
<containerConfiguration containerType="EURO_PALLET" name="pdlc_premiumExpansion:vegetablesPallet" sizeX="1.65" sizeY="1.165" sizeZ="1.15"/>
<containerConfiguration containerType="EURO_PALLET" name="pdlc_premiumExpansion:potatoChipsPallet" sizeX="1.225" sizeY="0.820" sizeZ="0.825"/>
<containerConfiguration containerType="EURO_PALLET" name="pdlc_premiumExpansion:preservedFoodCarrotsPallet" sizeX="1.225" sizeY="0.68" sizeZ="0.825"/>
Expand Down
7 changes: 7 additions & 0 deletions config/SupportedVehicles.xml
Expand Up @@ -208,6 +208,13 @@
<loadingArea offset="0 1.505 -0.25" width="2.42" height="2.20" length="7.3" baleHeight="2.8"/>
<options isBaleTrailer="true"/>
</vehicleConfiguration>
<vehicleConfiguration configFileName="premiumExpansion/vehicles/lizard/pickup1984/pickup1984.xml">
<options isBaleTrailer="false" zonesOverlap="true" />
<loadingArea offset="0 0.920 -0.85" width="1.30" height="1.60" length="2.575" baleHeight="1.85"/>
<loadingArea offset="0 0.920 -0.175" width="1.42" height="1.60" length="1.225" baleHeight="1.85"/>
<loadingArea offset="0 0.920 -1.465" width="1.50" height="1.60" length="1.350" baleHeight="1.85"/>
</vehicleConfiguration>


<!-- SUPPORTED MODS -->
<!-- <vehicleConfiguration configFileName="FS22_lizardCarTrailer/lizardCarTrailer.xml"> -->
Expand Down
4 changes: 2 additions & 2 deletions modDesc.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="75">
<modDesc descVersion="79">

<author>loki_79</author>
<version>1.4.3.0</version>
<version>1.4.4.0</version>

<title>
<en>Universal Autoload</en>
Expand Down

0 comments on commit cc40d5b

Please sign in to comment.