This page was last updated on 23 December 2024, 2:54PM
Changelogs
Version 2.2.0
new LeveledActor injection script, this is based on my latest LeveledItem script ("Dank_LeveledItemInject") and should be considered untested
Version 2.1.0
script "Dank_LeveledItemInject" got an update, the entire injector code is now in its own function so you can properly access it externally (e.g. MCM, other scripts, etc.)
added new script "Dank_LeveledItemReset" that does the opposite of the aforementioned one, it resets LVLI forms to their original state by removing all instances of scripted injections
Version 2.0.0
removed old gun injector script "Dank_GunLLInject", use "Dank_GunLLInject2" instead
added new script "Dank_LeveledItemInject" that allows to inject anything (no matter the form type) into any leveled item list
updated the demo plugin with new quests for the new universal leveled item list and form list injector scripts
Version 1.8
new Form List injector script "Dank_FormListInjector" got added
this script is also part of my recently released mod "Loot Detector Expansion", you could use that mod as reference if you want to try the script
the special feature of this script is that you won't have to add the plugins that contain the forms you want to inject as master dependencies to your plugin, instead you just specify the plugin name and parts of the form's FormID in the script properties, the script then checks if the specified plugin is present in a given load order and when that case applies retrieves the form from the partial FormID you provided
Version 1.7
reworked the gun injector script and made it a separate version called "Dank_GunLLInject2"
the original script "Dank_GunLLInject" will remain in the download in case you want to keep using that one
there are several new pre-defined LLs available, including DLC ones
the LLs got reorganized in additional/new groups: vendor, quest rewards, weapon-specific, Far Harbor, Nuka World and Automatron
the following LLs got removed due to them using the "UseAll" flag that causes problems in the long run: LLI_DiamondCitySecurityEquipment, LLI_Vault81SecurityEquipment and LLI_Weapons_Citizen
changed several documentation strings and made them have more relevant information about certain LLs and their function
Version 1.6
two of my other scripts got added: legendary injection and INNR injection
they previously were on their own mod page, that page was removed
these two scripts got a minor change, their ingame notification is now optional just like in case of the LL injection scripts
Version 1.5
added Scrounger leveled lists to the ammo script
the compiled version of the gun script was broken and didn't display the notification, this should be fixed now (there's definitely something wrong with the compiler)
Version 1.4
new armor/clothing injection script
Version 1.3
the compiled version of the previous ammo script was broken and didn't display the notification, this should be fixed now
Version 1.2
made the notification in the gun LL injector script optional, it'll only show when you have the WeaponName property/variable filled
added another script for ammo injection
I'm currently in the process of creating a script with pre-definied armor LLs, I could use some suggestions for commonly used armor LLs, if you got any put them in the Posts section. Thanks.
Version 1.1
New option: adding an existing leveled list to other leveled lists