[FS22] Vicon Fastbale - turn off wrapper.

Your forum for all discussions around Modding.
szczur3k
Posts: 2
Joined: Tue Jul 21, 2020 12:47 pm

[FS22] Vicon Fastbale - turn off wrapper.

Post by szczur3k »

Hi.

Is it possible to turn off wrapper (permanently or not, not matter) in this baler?

Regards.
User avatar
Dogface
Posts: 1062
Joined: Mon Nov 28, 2016 3:02 pm
Location: PC ⛽ USA

Re: [FS22] Vicon Fastbale - turn off wrapper.

Post by Dogface »

Yes, change the vehicle type to...

Code: Select all

<vehicle type="baler" 
then delete the <baleWrapper> section.
then reverse the numbers in the folding animation...

Code: Select all

        <animation name="folding">
            <part node="wrapperMainArm" startTime="0" endTime="2" startRot="-12 0 0" endRot="-106 0 0" />
There are prettier ways to do it, but that is the fastest. :coolnew:
Post Reply