diff --git a/docs/community/eve-wrench/formation-editor.jpg b/docs/community/eve-wrench/formation-editor.jpg new file mode 100644 index 0000000..e667173 Binary files /dev/null and b/docs/community/eve-wrench/formation-editor.jpg differ diff --git a/docs/community/eve-wrench/icon.png b/docs/community/eve-wrench/icon.png new file mode 100644 index 0000000..bced02e Binary files /dev/null and b/docs/community/eve-wrench/icon.png differ diff --git a/docs/community/eve-wrench/index.md b/docs/community/eve-wrench/index.md new file mode 100644 index 0000000..b89469d --- /dev/null +++ b/docs/community/eve-wrench/index.md @@ -0,0 +1,60 @@ +--- +search: + exclude: true + +title: EVE Wrench +type: service +description: A settings manager for EVE Online. Back up, restore, sync, and edit your account and character settings, safely. +maintainer: + name: Tim Kunze + github: TimKunze96 +--- + +# EVE Wrench + +![](icon.png){ width="128" } + +EVE stores account and character settings (overview, window layout, probe formations, keybinds) in binary files on disk, so copying a setup to a new alt usually means shuffling `.dat` files by hand. EVE Wrench makes this a safe, visual workflow. It runs on Windows, macOS, and Linux and supports all servers: Tranquility, Singularity, Thunderdome, and Serenity. + +[![Latest release](https://img.shields.io/github/v/release/eve-wrench/eve-wrench-app?include_prereleases&sort=semver)](https://github.com/eve-wrench/eve-wrench-app/releases) +[![Platforms](https://img.shields.io/badge/platforms-macOS%20%7C%20Windows%20%7C%20Linux-informational)](https://github.com/eve-wrench/eve-wrench-app/releases) +[![License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/eve-wrench/eve-wrench-app) + +
+ +- [:simple-github: **GitHub**](https://github.com/eve-wrench/eve-wrench-app){ .esi-card-link } +- [:octicons-download-16: **Downloads**](https://github.com/eve-wrench/eve-wrench-app/releases){ .esi-card-link } + +
+ +## Settings sync + +Pick a source account or character, pick one or more targets, and copy in one click. Each settings group has a checkbox, so you can push your overview, window layout, and suppressed dialogs everywhere while leaving a character's module slots or search history untouched. Account settings only copy to accounts and character settings only to characters, and every target is backed up before changes. + +![](main-window.jpg) + +*Accounts and characters on Tranquility, with the sync panel on the right.* + +## Backups + +Create named, timestamped backups of any account or character. Restore a backup to its origin, or apply it to any compatible target. Backups are stored inside EVE's own settings folders, so they are easy to find and survive a reinstall of the app. + +## Probe formation editor + +A 3D editor for custom probe scanner formations, with presets (Pinpoint, Drifter, directional stacks), per-probe coordinates in km, and the valid scan ranges from 0.25 to 32 AU. Formations can be scaled, rotated, duplicated, and balanced with a counterweight probe so they launch centered on your ship. Saves are lossless, backed up first, and need no client restart. + +![](formation-editor.jpg) + +*Editing a formation in the 3D preview.* + +## Import and export + +Export all settings, backups, and aliases as a single archive. On import, each file is classified as new, unchanged, or conflicting, and only the conflicts you confirm are overwritten, with a backup made first. + +## Identification + +Characters are shown with their portrait and corporation from ESI. Accounts, which EVE identifies only by number, can be given custom aliases. + +## Extras + +EVE Wrench can edit settings the client does not expose, such as *Always Show Bracket Text*, supports custom settings folder locations, and ships with light and dark themes in English and Chinese. diff --git a/docs/community/eve-wrench/main-window.jpg b/docs/community/eve-wrench/main-window.jpg new file mode 100644 index 0000000..19a665f Binary files /dev/null and b/docs/community/eve-wrench/main-window.jpg differ