samfundev / KtaneTwitchPlays

A mod that allows Twitch chat to solve bombs in KTANE.
MIT License
46 stars 38 forks source link

Add Automatically Updated Profiles #586

Closed marksam32 closed 2 years ago

marksam32 commented 2 years ago

This update adds a function that automatically adds, deletes, and modifies existing profiles. This function supports the following 2 types of modules:

  1. Modules using the Boss Module Manager will be automatically added to the NoBossModules profile.
  2. Needy Modules will be sorted into profiles based on their score. The possible profiles are: No0: Needy modules with a score of 0 No0+: Needy modules with a score between 0 and 1. (Exclusive, Exclusive). No1: Needy modules with a score between 1 and 2. (Inclusive, Exclusive). No2: Needy modules with a score between 2 and 3. (Inclusive, Exclusive). No3 etc...

Additional profiles include: NoStaticNeedies: For needies that have a static score that isn't 0. NoTimeNeedies: For needies that are based on time. NoOtherNeedies: For needies that don't fit any category,

This feature can be enabled/disabled using the EnableAutoProfiles boolean in the settings file.