The 3ds Max system path for plug-in configuration files contains an initialization (INI) file named ParticleFlowToolsBox2.ini. To find it, use a search tool such as the one on the Start menu in Windows 7.
This is a simple XML file that defines default parameter values. After installation this file looks like this:
<DefaultSettings> <PhysXWorld Safe_Mode_Simulation="on" Calculation_Limit="10" /> <PhysX_Shape Collide_Type="0" /> </DefaultSettings>
In this default state, the file overrides two parameters in the mParticles World helper and one parameter in the mParticles Shape operator.
To override additional parameters, follow this procedure:
For example, to make the mParticles Drag operator > Damping Factor > Linear setting on by default, add this line anywhere between the first and last lines:
<PhysX_Drag Apply_Linear_Damping="on" />
The content of the INI file is read only when 3ds Max starts; this information is then used as a possible default override.