You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
A simple command-line utility allowing EVE players to quickly overwrite settings on alternate accounts and characters with those of a single source. Provided with the IDs of the account and character with the desired settings, Homogenizer will copy over all other users and characters in the same Profile. Homogenizer does not currently support multiple core users or characters - It is recommended to partition your Profiles based on these needs.
4
+
5
+
## Installation
6
+
7
+
Check out the releases, and copy `homogenizer.ps1` to your EVE settings folder. This folder is typically located at `C:\users\USER\AppData\local\CCP\EVE\c_program_files_(x86)_eve_sharedcache_tq_tranquility\PROFILE`.
8
+
9
+
## Usage
10
+
11
+
`.\homogenizer.ps1 -core_user USER -core_char CHAR`
12
+
13
+
`USER` and `CHAR` correspond to the ID for each. You can find your character IDs using ESI authentication - EVEMon has a great view for this. User IDs are trickier, and the fastest way I've found is:
14
+
15
+
1. Login on your core account
16
+
2. Make a change to your settings
17
+
3. Log out
18
+
4. Inspect settings files for the most recently changed
0 commit comments