0 of 0

File information

Last updated

Original upload

Created by

LowPriorityCitizen

Uploaded by

LowPriorityCitizen

Virus scan

Safe to use

About this mod

Detect if the augment granted by an equipment is already obtained by default, unlocked from the license board, or granted by other equipments.

Requirements
Permissions and credits
Changelogs
Duplicate Augment Detector


This mod runs a lua script that will detect if the augment granted by an equipment is already obtained by default, unlocked from the license board, or granted by other equipments. If duplicates are found, the equipment will be given a unique color which can be configured. By default they are green, orange and red for each detection method respectively.

Configuration
Config file is located at {game}/x64/scripts/config/DuplicateAugmentDetectorConfig.json which contain 3 different color types for each detection method. The colors are represented by RGBA values ranging from 0-255*. It can be modified while the game is running and the colors will be updated in real time.
*Please note that the game will double the colors value, so 128,128,128,128 is opaque white instead of half-transparent grey.

Compatibility
This mod gets the data directly from the battlepack, so in theory any overhaul mod that changes equipment's augment, party member's default augment and/or the license node is fully compatible.


Special thanks to Xeavin for allowing me to use his lua script template.