Jump to content

Unloading Combine


Pfaelzerbauer

Recommended Posts

21 hours ago, Pfaelzerbauer said:

Hello

Can someone please tell me,where i can change the unloading capacity on a combine ?

 can not find the entry,seems different as it was in FS 17

Are you talking about unloading speed?  I would need to test however I think this is what you would want to play with.  

This is from the NH cr1090.  I looked at the Ideal9 and it only has the emptySpeed, so id look in whatever harvester you are messing with and see what lines they are using.


    <dischargeable>
        <dischargeNode node="dischargeNode" emptySpeed="425" fillUnitIndex="1" maxDistance="8">
            <info width="0.4" length="0.4" useRaycastHitPosition="true"/>

            <effects>
                <effectNode effectClass="PipeEffect" effectNode="effectPipeGrain" materialType="pipe" materialTypeId="1" maxBending="0.8" positionUpdateNodes="effectPipeSmoke" delay="0" extraDistance="0.15"/>
                <effectNode effectNode="effectPipeSmoke" materialType="smoke" materialTypeId="1" alignToWorldY="true" delay="0.1"/>
            </effects>
        </dischargeNode>
    </dischargeable>

    <pipe unloadInfoIndex="1"  foldMinState="1" foldMaxState="1" foldMinLimit="0" foldMaxLimit="0.1" litersPerSecond="610" >
        <dischargeNode index="1" />
        <states num="2" unloading="2" />
        <animation name="foldPipe" speedScale="1" />
        <unloadingTriggers>
            <unloadingTrigger node="trailerTrigger" />
        </unloadingTriggers>
    </pipe>
 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now