Miarmy Crowd Simulation Documentation (English)

Miarmy Configuration File

In some pipelines, we want some parameters can be setup automatically, such as "cache scale" or some physical parameter setup. We can use Miarmy Configuration File,
When we click "Miarmy Ready!" at any time, our system will find configuration file and parse it and setup it. The configuration file should be:

  • The name must be "McdConfig.txt"
  • Located at <Miarmy Install Place>/Basefount/Miarmy/maya/plug-ins


The Contents
<node type> <attribute name> < value>
Or you can add some comments at last
<node type> <attribute name> < value> // comment
Please notice there must be BLANK among each part
Example
McdGlobal hookCustomData 1
McdGlobal enableScale 1
McdGlobal boolMaster[1] 1 // setup abs mode

Auto setup parameter
Include Other Files
We also can include other configure file with "include" keywords, like the following example and the contents inside is the same as the "McdConfig.txt"
include /opt/miarmyConfig/local_McdGlobal.txt

Basefount Technology