Super added a new file:
QuoteDisplay MoreFirst of all, credits to Toha3673 for the original mod idea .
HOW IT WORKS:
- Gives keys & cards unlimited uses alongside removing their weight.
- Adds custom "Master keys" for every map (Keys that can open any door for that map).
You can enable/disable the custom keys and unlimited uses / no weight using the config file:
Code: config.jsoncDisplay More{ "custom_keys": true, <- enables/disables the Master Keys "weightless_keys": true, <- removes the weight from keys "unbreakable_keys": true, <- enables/disables unlimited uses "weightless_keycards": true, <- removes the weight from keycards "unbreakable_keycards": true, <- enables/disables unlimited uses "enable_blacklist": false, <- enables/disables the blacklist "blacklisted_keys": [] <- the mod ignores keys/cards inside this list (must be ids) }
EXISTING KEYS:
Currently the only way to get them is from the flea market (The base price for all the keys is 14M).
- Factory Master Key
- Reserve Master Key
- Shoreline Master Key
- Customs Master Key
- Woods Master Key
- Interchange Master Key
- Lighthouse Master Key
- Streets Master Key
- Ground-zero Master Key
- Labs Master Key
Thanks Dirtbikercj for the help getting the keys working .
FUTURE ADDITIONS:
- Add possibility to edit keys/cards attributes individually (From background color and number of uses.. to weight and value).
- Add possibility to open shturmans stash with the woods master key.
Big thanks to everyone, hope you guys enjoy and remember to report any bug/suggestion in the comments!