Skip to content

Simple Electron based Application to help Sims 4 players handle their thousands of mods

License

Notifications You must be signed in to change notification settings

EgorBlagov/sims-mod-assistant

Repository files navigation

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

About

Simple Electron based Application to help Sims 4 players handle their thousands of mods

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages