new chopped straw

Your forum for all discussions around Modding.
Bonger76
Posts: 60
Joined: Thu Dec 15, 2016 7:27 am

new chopped straw

Post by Bonger76 »

I whant to add A new chopped straw for my new fruitType,I have it in my map like the chopped maize and chopped straw and it works you can paint it.I know that it is add at the end of the harvest line in your fruitTypes.xml chopperTypeName="CHOPPER_STRAW"/> I change this to
chopperTypeName="CHOPPER_RICE"/> and get this error

Warning: Invalid chopperTypeName name 'CHOPPER_RICE' for 'map.fruitTypes.fruitType(18).harvest'.

and in game no chopped straw, change it back to CHOPPER_STRAW and then get the standerd choppStraw on the ground in game.
I did add it to my fieldGround.xml in the
<sprayTypes useDefaultTerrainDetail="true" firstChannel="7" numChannels="3">
<fertilizer value="1" tireTrackColor="0.123 0.074 0.044 1"/>
<manure value="2" tireTrackColor="0.123 0.074 0.044 1"/>
<liquidManure value="3" tireTrackColor="0.123 0.074 0.044 1"/>
<lime value="4" tireTrackColor="0.123 0.074 0.044 1"/>
<straw value="5" tireTrackColor="0.123 0.074 0.044 1"/>
<maize value="6" tireTrackColor="0.123 0.074 0.044 1"/>
<rice value="7" tireTrackColor="0.123 0.074 0.044 1"/>
</sprayTypes>
Stumped as to what to do I would think thier should be A way to add your own new chopped straw.

Edit don_apple: topic moved from "Technical Support" to "Modding".