Recently, I’ve had a lot of power outages in my city, and many times my characters had their “char” and “user” files deleted, resetting the layout back to zero. That meant I had to go through all the work of copying, renaming, and moving files again — which is simple, but repetitive. Since this started happening so often, I decided to create an automated copier that takes one “char” file and one “user” file that I keep as backups in a separate folder, and with those two files, I can instantly configure all my alts at once with just one click and zero hassle.
Even though it’s something really simple, I think I’ve completely changed the way I’ll play from now on, because adjusting all my windows has become quick and easy. I can now set up different window layouts much more conveniently without having to copy and paste files between folders. The program itself is very lightweight and includes a few safety features, such as automatically saving backups before making any changes and a test mode (which I mostly used during development) that helps identify issues.
You can see in the code that, for security reasons, the only files the program searches for are EVE-related and specifically limited to the Tranquility folder. The program has no access to anything else beyond that.
It’s super lightweight and doesn’t require installation. If the EVE folder isn’t found automatically, you’ll need to navigate to:
C:\Users(YOUR USER NAME)\AppData\Local\CCP\EVE\c_eve_sharedcache_tq_tranquility\settings_Default
I strongly recommend saving a backup of your best layout in a separate folder in case any file gets corrupted — it makes recovery much easier!
I accept ISK donations to the character Plunder Skol, and I’d love for the devs to share what they think. My GitHub link is below, where you can find the full program. Anyone is free to modify it and upload their own version there! I’ll keep it updated based on feedback.
I used ChatGPT to do about 90% of the work — even the icon was generated that way. I spent an entire afternoon on this, and I hope you like it and find it useful.
UPDATES NOTES:
Version 3.6 updated, new interface with portraits, minor problems solved folder selection now goes to dafault at start.
If the program crashes while loading the portraits, check your antivirus.
if you use the .py instead .exe for debug dont forget to install libs like pillow for python, so you can see the portraits while coding.
Version 3.8 Update Summary
- Added support for multiple source character selections for profile saving.
- Kept single-source restriction for direct layout cloning (Execute Copy).
- Added multilingual tooltips for all major buttons (EN, PT, ZH, RU, FR, ES, DE).
- Updated Help window with detailed step-by-step instructions for all actions.
- Added automatic UI refresh after save/copy operations.
- Improved profile management (create, delete, switch between profiles).
- Fixed window icon behavior in compiled .exe version.
- Optimized API handling for EVE portrait and character name loading.
- Maintained lightweight, fully portable .exe build structure.
Thank you all for feedback, I will keep improving it !!! 7o