Posts by maxloo2
-
-
maxloo2 added a new version:
QuoteFixed: Extracts not showing in item description due to a typo.
-
maxloo2 added a new version:
QuoteFOR THE LOVE OF GOD PLEASE MAKE SURE YOU READ THE MOD PAGE CAREFULLY BEFORE ASKING WHY THE MOD IS NOT WORKING.
Fixed an issue in which "Underground parking utility room key" shows "undefined" loot due to a typo (thanks keeboz!). You don't need to redownload the mod if you use auto-update.
-
-
-
maxloo2 added a new version:
FileBetter Keys Updated 1.1.0NEW FEATURE: added configs for ALL features, check updated mod description for more information.
FIXED: Woods keys are not correctly labelled.
- feat: update _versions.json
- fix: missing newlines in added key info, extra newlines before item description
- fix: background colors not applying to keys
- feat: allow users to toggle enable for backgroundColor and descriptionInfo, some minor refactors
- fix: add missing entry for Woods in _constants.jsonQuoteNEW FEATURE: added configs for ALL features, check updated mod description for more information.
FIXED: Woods keys are not correctly labelled.
- feat: update _versions.json
- fix: missing newlines in added key info, extra newlines before item description
- fix: background colors not applying to keys
- feat: allow users to toggle enable for backgroundColor and descriptionInfo, some minor refactors
- fix: add missing entry for Woods in _constants.json -
maxloo2 added a new version:
Quote- feat: add "rusted bloody key" to list of marked keys
- fix: fix marked keys not having yellow background due to mistake in if-logic
-
maxloo2 added a new file:
QuotePLEASE REINSTALL THE MOD WHEN UPDATING TO 3.9.0, THERE HAS BEEN SOME FILE CHANGES THAT IS NON-COMPATIBLE WITH OLDER VERSIONS.
There will be NO support from me in the SPT HUB (#general-support), I have removed myself from the discord server for the time being due to "circumstances", and probably will not return any time soon. Please report your bugs and problems here in the comment section, or ping me on discord in some other SPT modding communities.
Features & Changes
- Colored background for keys and keycards according to which map they belongs to.
- Maps, Extracts, Quests and Loot information in the item descriptions.
-
**[New]** Add description for junk keys (previously keys that are not used anywhere are not indicated as such by the mod)
-
**[New]** All features can be toggled on/ off in `config.json` (see below).
- **[Updated]** Auto-update from GitHub: key information and locales can be updated without redownloading the whole mod.
-
**[Removed]** Key Tier List (I don't think it was actually enabled anyway).
Please refer to the original mod for more/ legacy descriptions: Better Keys [Most of the code have since be rewritten, but the idea of the mod is the same]
config.json
JSON{ "enableAutoUpdate": false, // enable auto update from GitHub (disabled by default) "backgroundColor": true, // toggle background colors "descriptionInfo": true, // toggle item descriptions "yellowMarkedKeys": false, // when true, marked keys are always yellow (vanilla behavior) "requiredInQuests": true, // Toggle Quests Info "requiredForExtracts": true, // toggle Extracts Info "behindTheLoock": true, // toggle Loot Info "backgroundColors": {...} // Please refer to config/README.md }
- Colored background for keys and keycards according to which map they belongs to.