Export to the in-game Build Planner
export_buildWrite a finished Path of Exile 2 build as a .build file into the game's BuildPlanner folder so the game loads it. If missing, returns the file for manual saving; asks before writing.
Instructions
Write the finished build as a .build file into Path of Exile 2's BuildPlanner folder, where the game picks it up (passives with the level to take them, skills and supports with level ranges, and gear stat priorities per slot). Ask the player before writing. If the game folder isn't found, the file contents are returned to save manually. Gear slots: Main Hand, Off Hand, Weapon Swap Main Hand, Weapon Swap Off Hand, Helmet, Body Armour, Gloves, Boots, Amulet, Left Ring, Right Ring, Belt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gear | No | ||
| name | Yes | ||
| class | Yes | Class or ascendancy name | |
| write | No | Write the file (default true). false = just return it | |
| skills | Yes | ||
| passives | Yes | ||
| overwrite | No | Replace an existing file with the same name that this tool didn't write | |
| ascendancy | No | ||
| description | No | ||
| ascendancyPassives | No |