loki79uk/FS22_UniversalAutoload

Customised Vehicle Won't Unload

Closed this issue · 5 comments

I've tried customising a vehicle by inserting the code from the readme into the tag and adjusted the loading unloading offests correctly.

The vehicle loads perferctly, howver only unloads part of the payload using the shift-i command.

I'm not a coder so have no idea how to fix this
FS22_Iveco190Custom - Universal Overload.zip
FS22_Iveco190Custom - Original.zip

Maybe the same issue as these:
#57
#141

Did you manage to solve this?

It looks like you had just set the area too high:
image

There is also no need to change the original mod, just add the settings to the file: %userprofile%\Documents\My Games\FarmingSimulator2022\modSettings\UniversalAutoload.xml

try using:

	<vehicleConfiguration configFileName="FS22_Iveco190Custom/iveco190.xml">
			<loadingArea offset="0.000 1.389 -2.000" width="2.75" height="2.50" length="4.65"/>
	</vehicleConfiguration>

image
image