Community Forum

Testing in game

Forum Overview >> Farming Simulator 19

CategoryFarming Simulator 19
Created05.07.2021 10:23


Holy Boly (ItsHOLYBOly) 05.07.2021 10:23
I've added new crops to my map. Everything is working except the particle effects of unloading and loading into hoppers.
The color of crop in the hopper is correct, but when loading it's white, and unload into trailer I have no effect, but loads correctly after its in the trailer.
When I try to import the particle effects to the I3D that the map has, GE crashes, so I have added the particle_materialHolder to the map xml, and it's still not working. I'm lost at this point now.

Bilbo Beutlin (BBeutlin) 06.07.2021 03:21
The unloading animation is an effect, so you need the "effect_materialHolder". For additional particle emitters the "particle_materialHolder" is used.

If you add fillTypes, you must add
- fillPlanes/fillPlane_materialHolder
- particleSystems/effect_materialHolder
- particleSystems/particle_materialHolder
- particleSystems/cutterEffect_materialHolder (for cutters only)

Basically you can take a default materialHolder where you change the user attributes for 'fillType' and (if present) the fillType name/label.
Assign the right material which you can setup in i3d section <Materials> (by xml edits). In most cases it's enough to change the texture file(name).

Pay attention to place the files in the right folders according defaults.

Holy Boly (ItsHOLYBOly) 09.07.2021 20:52
Thanks. Got that squared away. Now am running into the issue where on my Carrots,Onions and Tomatoes, when loading off the belt they look just fine, when they land in trailers they look fine, the issue now is leaving the belt they turn white until they stack in the trailer. I’ve checked and rechecked and can’t seem to find that issue. Thanks in advance

Bilbo Beutlin (BBeutlin) 10.07.2021 01:17
effect_materialHolder -> pipe


Note: Log in to post. Create a new account here.