Small electron app intended to help Sims players and content makers to find and move duplicates and possible conflicts among mods.
- Finds exact duplicates (copy-paste files with different names)
- Parses mod contents and looks for probable conflicts for:
- Catalog/Definition
- Skintone
- CAS
- Sliders
- Groups conflicting files into lists
- Shows visual relationship between conflicting files
- Supports quick open of specific mod in Sims4Studio
- Supports filtering, batch selection and moving selected mods to other directory
Download application from Releases page and start.
# build
npm run build
# start
npm run start
# dev
npm run dev
# unit tests
npm run test
# lint
npm run lint
I was not able to make Electron and Parcel best friends, so on npm run dev
there are several reloads of electron app
If you want to contribute, you should do:
- check available localizations at
/common/l10n/
- make a new one using an existing one as sample
- add enum entry to
/common/l10n/index.ts
Or you can just translate and submit an issue, I'll add new one.
ISC © Egor Blagov