A ripple map (raindrop movement direction) descriptor editor for creating and editing raindrop_desc.json
file for used in rF2
vehicle mod.
This tool simplifies raindrop_desc.json
file creation process without the need for manual editing JSON file or memorizing complex direction code. Up to 16
customizable ripple control sets are supported by default. Raindrop movement can be quickly adjusted by selecting direction symbols from direction drop-down lists.
For additional info regarding Ripple Map
creation and specification, see rF2 developers guide.
- Click
Open
to select and loadraindrop_desc.json
file fromrF2
vehicle mod. - Click
Export as JSON
to generate and save all changes toraindrop_desc.json
file. - Click
Copy to Clipboard
to generate and copy all code to Clipboard, which then can be manually pasted into existing file.
- Set toggle:
- Allow
enable
ordisable
ripple control sets. Disabled sets will not be exported to file. Note, up to16
control sets are tested and supported by default. Additional sets may be enabled by increasingMAX_RIPPLE_SET
value in source code of this tool.
- Allow
- Color spinbox:
- Adjustable color spinboxes in
Red
,Green
,Blue
order. Each color value range in0
to255
. Changes are immediately updated in color preview box.
- Adjustable color spinboxes in
- Still direction (first drop-down list):
- Set raindrop movement direction while vehicle is stationary. Note, the drop-down list supports
8
movement directions plus1
still (no movement). Directions should be set relative to vehicle's body UV map (skin livery paint). Seedirection reference
section for details.
- Set raindrop movement direction while vehicle is stationary. Note, the drop-down list supports
- Movement direction (second drop-down list):
- Set raindrop movement direction while vehicle is moving.
- Description:
- Add description info to each set in JSON file.
X | Y | Description |
---|---|---|
-1.0 | -1.0 | ↖ Left Up |
+0.0 | -1.0 | ↑ Up |
+1.0 | -1.0 | ↗ Right Up |
-1.0 | +0.0 | ← Left |
+0.0 | +0.0 | ● Still |
+1.0 | +0.0 | → Right |
-1.0 | +1.0 | ↙ Left Down |
+0.0 | +1.0 | ↓ Down |
+1.0 | +1.0 | ↘ Right Down |
Note, values from X
and Y
columns represent raindrop movement direction code defined in raindrop_desc.json
file.
This tool is written in Autohotkey scripting language, source script requires Autohotkey v2
to run.
rF2RippleMapDescriptorEditor is licensed under the MIT License.