Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 1.87 KB

README.md

File metadata and controls

69 lines (45 loc) · 1.87 KB

Sims 4 Mod Assistant Build Status code style: prettier

Small electron app intended to help Sims players and content makers to find and move duplicates and possible conflicts among mods.

Features

  • 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

Main view Graph viewer

Usage

Download application from Releases page and start.

Video tutorial

Sims Mod Assistant Tutorial

CLI

# build
npm run build

# start
npm run start

# dev
npm run dev

# unit tests
npm run test

# lint
npm run lint

Note on Dev

I was not able to make Electron and Parcel best friends, so on npm run dev there are several reloads of electron app

Localization

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.

Support

License

ISC © Egor Blagov