Original creator : pjal3urb
I've been playing with this mod for quite some time but I see that for some reason it's nowhere to be found so I'm re-uploading it here.
If you find bugs or crashes let me know , I will try to fix them .
psdt: sorry for the lack of images , im gonna upload them when i got some time .
psdt2: if the original author wants me to remove the mod, send me a message.
**Original description:**
A set of scripts for managing list-structures for the HUD, along with an implementation for showing various information about the game state. Any information shown can be enabled/disabled at will to reduce the amount of screen space occupied, and the HUD elements can also be rescaled.
If you wish to use the core script for use in your own HUD, the HUDListCore script contains all code neccessary for adding, removing and managing the lists and items. Specific behavior of lists and items is recommended to be implemented as subclasses.
Remaining files are dedicated to the information display implementation (HUDList for short, lacking a fancier name). HUDList and HUDListClasses contain the majority of the code, with HUDListSettings containing the default display settings, and HUDListMenu containing a BLT menu implementation for changing the pre-defined settings. If the menu is used, a JSON settings file will be created and override those in HUDListSettings.
The current implementation can show a variety of information, including:
* Spawned units (enemies, civilians, hostages etc.)
* Spawned loot (separated by types or aggregated)
* Deployed equipment (bags, sentries etc.)
* Status of converted enemies
* Timers for ECM jammers, pagers, drills, hackings etc.
* Various buffs and active player effects
For a more comprehensive list, see the HUDListSettings file or the in-game menu.
- added secret image of a monkey scratching its back.
Dependencies
-
-
Instructions
**Make sure to first have SuperBLT, and BeardLib installed. Click the links in the dependency list.**
Optional video tutorial for installing SuperBLT, BeardLib, and mod_overrides mods: https://youtu.be/rin_sjSJIkg
1. After downloading the mod, use a program such as [7zip](https://www.7-zip.org/download.html) or [WinRAR](https://www.rarlab.com/download.htm) to extract the main folder of the mod.
2. Drop that folder into the `mods` folder which is supposed to be in the game's installation folder (don't know where that is? click [here](https://wiki.modworkshop.net/books/payday-2/page/finding-payday-2s-install-folder))
Comments