Consolidated Artifice
Modifies various trap-preparation and tool-preparation tools from the Cunning/Traps and Cunning/Artifice trees to simplify preparation of tools and traps. Trap Priming, Cunning Tools, Intricate Tools and Master Artificer are changed to passive talents that modify the behavior of the expanded trap/tool selection dialogs under Trap Mastery resp. Rogue's Tools, from which all desired trap or tool preparation can be done at once.
Frequently Asked Questions:
Prepare Stealthily
Modifies various trap-preparation and tool-preparation tools from the Cunning/Traps and Cunning/Artifice trees so that they do not break stealth. Affected talents are:
- Trap Mastery
- Trap Priming
- Rogue's Tools
- Cunning Tools
- Intricate Tools
- Master Artificer
Kruk Pride Tool Shop
Adds a store to Kruk Pride in the Embers of Rage DLC selling pickaxes and lanterns, similar to the Survival Supplies shop in Derth..
Marson's Developer Tools
Adds a few tools for addon developers.
• "Reload Addons" action is keybound (CTRL-R by default) and also added to the top of the Debug menu. CTRL-ALT-SHIFT-R was already in the engine and will reboot without saving. (I didn't know about this until I stumbled across it in the code, but now there's a choice between save and no-save reboots.)
• LUA console font scales based on game settings, including the larger fonts in Marson's UI Modifications. If installed, the style is based on the tooltip option, and size is based on dialog font size.
• Added Enrique Garcia's "inspect.lua" function to the LUA console for expanded table inspection (default depth of 2). Example: ==game.player.combat
https://github.com/kikito/inspect.lua (MIT license)
• Keypad Enter key has same functionality as the Return key.
• The LUA console can be called even when a dialog is already on-screen. (Except the Inventory screen. Install my UI Mod as well in order to enable it there.
• The PrtScn button will take screenshots of the console screen.
• Debug info outputs to on-screen log while registering and uploading addons.
• CTRL-F will flush waiting output to the logfile.
• Added "Lua inspect grid" option to the right-click menu (Map.TERRAIN).
• Compatible w/ 1.1.5 - 1.2.x
+ Added a Minimalist UI element for tracking variables. Edit the list via CTRL-V.