diff --git a/manifest.json b/manifest.json index 498958c..add0a4f 100644 --- a/manifest.json +++ b/manifest.json @@ -763,7 +763,7 @@ }, { "projectID": 932060, - "fileID": 5217682, + "fileID": 5224350, "required": true }, { diff --git a/overrides/config/nomilabs.cfg b/overrides/config/nomilabs.cfg index 15d47d8..9026b34 100644 --- a/overrides/config/nomilabs.cfg +++ b/overrides/config/nomilabs.cfg @@ -96,6 +96,137 @@ advanced { B:logConflictingFluids=false } + ########################################################################################################## + # tier settings + #--------------------------------------------------------------------------------------------------------# + # Tier Detectors, which get the Tier a Player is On based on Quest Completion. + # Currently only used in Nomi-CEu for Rich Presence. + ########################################################################################################## + + "tier settings" { + # Formatted Name for Default Tier (Before Any Quests are Completed). + # [default: Before LV ] + S:defaultFormatted=Before LV + + # Which Lists to default to if the mode is not Normal or Expert. + # [default: NORMAL] + # Valid values: + # NORMAL + # EXPERT + S:defaultMode=EXPERT + + # Non-Formatted Name for Default Tier (Before Any Quests are Completed). + # [default: pre-lv ] + S:defaultSlug=pre-lv + + # Formatted Names for Expert Mode Tiers. + # Each Tier must have the same index as the corresponding Quest ID! + # [default: ] + S:expertModeFormatted < + LV + MV + HV + EV + IV + LuV + ZPM + UV + UHV + Stabilized Miner + Creative Source + Completed the Game! + > + + # Better Questing QB IDs for Expert Mode Tiers. + # [default: ] + I:expertModeQuestIds < + 764 + 766 + 767 + 768 + 769 + 770 + 771 + 772 + 392 + 367 + 397 + 366 + > + + # Non-Formatted Names for Expert Mode Tiers. + # Each Tier must have the same index as the corresponding Quest ID! + # [default: ] + S:expertModeSlugs < + lv + mv + hv + ev + iv + luv + zpm + uv + uhv + stab + source + chest + > + + # Formatted Names for Normal Mode Tiers. + # Each Tier must have the same index as the corresponding Quest ID! + # [default: ] + S:normalModeFormatted < + LV + MV + HV + EV + IV + LuV + ZPM + UV + UHV + Creative Tank + Creative Source + Completed the Game! + > + + # Better Questing QB IDs for Normal Mode Tiers. + # These are checked in reverse, so later quests in the list, and in progression, have higher priority + # [default: ] + I:normalModeQuestIds < + 764 + 766 + 767 + 768 + 769 + 770 + 771 + 772 + 392 + 367 + 397 + 366 + > + + # Non-Formatted Names for Normal Mode Tiers. + # Each Tier must have the same index as the corresponding Quest ID! + # [default: ] + S:normalModeSlugs < + lv + mv + hv + ev + iv + luv + zpm + uv + uhv + tank + source + chest + > + } + }