PLACEABLE BARREL FACTORY

Your forum for all discussions around Modding.
fabriciosscorza
Posts: 4
Joined: Thu Nov 03, 2016 5:54 am

PLACEABLE BARREL FACTORY

Post by fabriciosscorza »


people are as follows. I'm playing on the maverik multifruit map. this map already has a tableware factory and a pallet factory that holds these boards.
I want to use the mod PLACEABLE BARREL FACTORY V1.0 https://farmingsimulator2017.com/farmin ... tory-v1-0/
on this map
my idea :
open the Fabrik.i3d file in notepad ++
search
<UserAttributes>
<UserAttribute nodeId="110">
<Attribute name="PlayerIndex" type="string" value="2"/>
<Attribute name="ProduktPerHour" type="integer" value="4000"/>
<Attribute name="WorkAniIndex" type="string" value="3"/>
<Attribute name="inputIndex" type="string" value="0"/>
<Attribute name="name" type="string" value="Fabrik"/>
<Attribute name="onCreate" type="scriptCallback" value="modOnCreate.FabrikScript"/>
<Attribute name="outputIndex" type="string" value="1"/>
</UserAttribute>
<UserAttribute nodeId="112">
<Attribute name="capacity" type="integer" value="20000"/>
<Attribute name="factor" type="float" value="0.1"/>
<Attribute name="fillTypes" type="string" value="woodChips"/>
<Attribute name="name" type="string" value="boardwood"/>


replace the last line
<Attribute name="name" type="string" value="boards"/>
on sale it works . but it's complicated here
thanks for listening