Length of pressure washer hose..?

Your forum for all discussions around Modding.
User avatar
Azfoor
Posts: 635
Joined: Mon Jul 31, 2017 1:05 am
Location: Sweden

Length of pressure washer hose..?

Post by Azfoor »

Where can I find the length of the hose for pressure washers? I mean 5m??? Our big hot water washer probably have like 15-20 m
Ziuta Modding
Moderator
Posts: 912
Joined: Sun Jul 17, 2016 9:40 am

Re: Length of pressure washer hose..?

Post by Ziuta Modding »

Code: Select all

Farming Simulator 22\data\placeables\kaercher\hds9184M\firstPerson\hds9184MLance.xml
line 28:

Code: Select all

<lance raycastNode="raycast" washDistance="10" washMultiplier="3" pricePerMinute="10" />
attribute:

Code: Select all

washDistance
User avatar
Azfoor
Posts: 635
Joined: Mon Jul 31, 2017 1:05 am
Location: Sweden

Re: Length of pressure washer hose..?

Post by Azfoor »

Ziuta Modding wrote: Sat May 21, 2022 7:51 pm

Code: Select all

Farming Simulator 22\data\placeables\kaercher\hds9184M\firstPerson\hds9184MLance.xml
line 28:

Code: Select all

<lance raycastNode="raycast" washDistance="10" washMultiplier="3" pricePerMinute="10" />
attribute:

Code: Select all

washDistance
But I have tried changing the washDistance but the length of the hose was still the same 🤔
Ziuta Modding
Moderator
Posts: 912
Joined: Sun Jul 17, 2016 9:40 am

Re: Length of pressure washer hose..?

Post by Ziuta Modding »

Ah, ok so in

Code: Select all

Farming Simulator 22\data\placeables\kaercher\hds9184M\hds9184M.xml
you have a section

Code: Select all

<highPressureWasher>
and you need to add this line:

Code: Select all

<actionRadius distance="15" />
it should look like this:

Code: Select all

<highPressureWasher>
		<actionRadius distance="15" />
        <handtool filename="$data/placeables/kaercher/hds9184M/firstPerson/hds9184MLance.xml" />
        <lance node="lance" />
        <sounds>
            <compressor template="PRESSURE_WASHER_RUN_01" linkNode="0>" />
            <switch template="PRESSURE_WASHER_SWITCH_01" linkNode="lanceMountedSoundNode" />
        </sounds>
    </highPressureWasher>
User avatar
Azfoor
Posts: 635
Joined: Mon Jul 31, 2017 1:05 am
Location: Sweden

Re: Length of pressure washer hose..?

Post by Azfoor »

That worked perfectly 👌 so annoying when you have a long vehicle and it shuts of 😅
Post Reply