# Dagor 2 Simple CMP Editor
```{caution}
This tool is currently under development.
```
## Installation
[Install the script](installation.md) following the provided instructions.
```{important}
- This script requires 3ds Max 2021 or newer version to run.
- Make sure that the plugin version is at least `1.8`.
- This Simple CMP Editor requires the
[Dagor 2 Fast Editor User Properties](fast_editor_user_properties.md), which
is part of the toolbox.
```
## Accessing the Simple CMP Editor
To get started, ensure that your toolbox is up to date. Then, drag and drop
`dagor2_CMP_GeneratorSimple.ms` into the **Viewport**.
- Press `Ctrl`+`Shift` to open the floating panel:
- Closing the panel by pressing **X** disables this editor completely. To return
the toggle behavior, reopen the editor from the **Gaijin Tools > Dagor 2 Fast
Properties...**
- To open the main window of the Dagor2 CMP Exporter, navigate to **Gaijin
Tools > Dagor CMP Exporter...** {bdg-dark-line}`1`.
- To verify the version {bdg-dark-line}`2` of the script, go to **Gaijin Tools >
About**. The **About** window will display the current version. It's
important to check this regularly to ensure your script is up to date.
## Using the Simple CMP Editor
All node properties are stored in **Object Properties**. The script
automatically updates these properties when the position, rotation, or scale of
an object changes. Below is an example:
Always use the CMP Exporter to edit properties. The following is a list of
currently supported properties:
### Supported Properties
Property | Example | Description |
---|---|---|
place_type:i |
place_type:i = 1 |
"No Collision Type"=0, "Place Pivot"=1, "Place Pivot and use Normal"=2, "Place 3-point (bbox)"=3, "Place Foundation (bbox)"=4, "Place on Water (flootable)"=5, "Place Pivot with Rendinst Collision"=6 |
rot_x:p2 |
rot_x:p2=90, 2 |
Rotates the node 90° on the chosen axis, then applies a random angle between -2° and 2° |
rot_y:p2 |
rot_y:p2=0, 30 |
Rotates the node randomly on the chosen axis between -30° and 30° |
rot_z:p2 |
rot_z:p2=90, 2 |
Rotates the node 90° on the chosen axis, then applies a random angle between -2° and 2° |
offset_x:p2 |
offset_x:p2=1, 2 |
Moves the node 1 unit along the x-axis, then randomly between +/-2 units |
offset_y:p2 |
offset_y:p2=1, 2 |
Moves the node 1 unit along the y-axis, then randomly between +/-2 units |
offset_z:p2 |
offset_z:p2=1, 2 |
Moves the node 1 unit along the z-axis, then randomly between +/-2 units |
scale:p2 |
scale:p2=1.5, 0.1 |
Uniformly scales the node to 1.5, with variation in the range [-0.1 .. 0.1] |
yScale:p2 |
yScale:p2=1, 0.1 |
Alters the node height by a value in the range [-0.1 .. 0.1] |
tm:m |
tm:m=[[1.0, 0.0, 0.0] [0.0, 1.0, 0.0] [0.0, 0.0, 1.0] [0.0, 0.0, 0.0]] |
Non-randomized location, rotation, and scale |
aboveHt:r |
aboveHt:r=0.0 |
Specifies a fixed height above the surface |