I am analysing the codes, is in't the falloff suppose to let them fall back on the plate, like snow? I don't know. you probably work alot to fix it? It look nice.
Here is what I found so far. If we find out more about it we maybe can build a Tutorial on force field.
Force field are made in 5 steps, and here is all commands related to them, and all their commands.
1. PHY CREATE FORCE FIELD
2. Set force field
PHY SET FORCE FIELD COORDINATES id, type - 0 for cartesian, 1 for spherical, 2 for cylindrical and 3 for toroidal
PHY SET FORCE FIELD CONSTANT ID, X#, Y#, Z# Location-invariant part of the force field function.
PHY SET FORCE FIELD RIGID BODY ID, object. This command will attach a rigid body to the specified force field.
PHY SET FORCE FIELD LINEAR FALLOFF ID, X#, Y#, Z# Linear term in magnitude falloff factor.
PHY SET FORCE FIELD NOISE ID, X#, Y#, Z# Random component of the force field function.
PHY SET FORCE FIELD POSITION ID, X#, Y#, Z# Position of the force field.
PHY SET FORCE FIELD QUADRATIC FALLOFF ID, X#, Y#, Z# Quadratic term in magnitude falloff factor.
PHY SET FORCE FIELD RIGID BODY SCALE ID, Scale Change the force scale factor for RIGID bodies
PHY SET FORCE FIELD SOFT BODY SCALE ID, Scale Change the force scale factor for SOFT bodies
PHY SET FORCE FIELD TORUS RADIUS ID, Radius#
PHY SET FORCE FIELD CLOTH SCALE ID, Scale Change the force scale factor for cloth.
4. Put shape to FF:
PHY ADD FORCE FIELD BOX ID, mode, X#, Y#, Z#, SizeX#, SizeY#, SizeZ# mode= use a value of 1 to create an exclude volume, 0 for a regular volume
PHY ADD FORCE FIELD CAPSULE ID, mode, X#, Y#, Z#, SizeX#, SizeY#, SizeZ# mode= use a value of 1 to create an exclude volume, 0 for a regular volume
PHY ADD FORCE FIELD SPHERE ID, mode, X#, Y#, Z#, SizeX#, SizeY#, SizeZ# mode= use a value of 1 to create an exclude volume, 0 for a regular volume
5. Build FF:
PHY BUILD FORCE FIELD
Other FF related
PHY DELETE FORCE FIELD
PHY GET FORCE FIELD EXIST
When it is too complicated it is because you are trying at the wrong door.