
Titanfall 2: Northstar
You are viewing a potentially older version of this package. View Latest Version

You should not install this until you are told.
Based on Release v2.2.1 · Glacir/ModSettings (github.com). It included a modified ModSettings 2.2.1 and ModSettingsPlus 1.0.0.
This is for those who doesn't install Northstar.Client, or only install ModSettings. It will overwrites some scripts in ModSettings 2.2.1(which ported from Northstar.Client's modSetting feature). It is not necessary to install until you are told.
If you have Northstar.Client, and you want this works with that, you need to overwrites the scripts manually.
// Add a ConVar stores color like "255 255 255 255". Yes it needs alpha.
void function ModSettings_AddColorSetting(string conVar, string buttonLabel, void functionref() onPress = null, int stackPos = 2)
// Based on SliderSetting. With a ImagePanel detects the alpha value.
void function ModSettings_AddAlphaSetting(string conVar, string displayName, int stackPos = 2)
// Only needs the ConVar and displayName.
ModSettings_AddColorSetting("EntityStatus.health_party_fgcolor","#HUD_PARTY_COLORS_OPTION")
ModSettings_AddAlphaSetting("EntityStatus.core_label_alpha","#SETTING_ALPHA" )

ColorPicker menu.