Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit ced58ef

Browse files
committed
README
1 parent 8f946bf commit ced58ef

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Homogenizer
2+
3+
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

Comments
 (0)