If this happens it means the script failed to create the event listener object. The most likely cause of this is that Dylbill's Papyrus Functions isn't installed or is out of date. It could also be that script overloading happened (too many script functions running at once). Try to saving your game and loading that save, the script will attempt to create the event listener object again.
Hmmm I can't get the mod to display base id and any other extra information besides the reference. Although it omits the term ref id and any other terms. Is there a setting or another extra command I have to set up in order to see the extra information? I used the player. aps consoletweaks to apply the mod but it still doesn't display extra information.
Note that this mod will work on LE. If installing this on LE, install the LE versions of the above mods, except for my mod Dylbill's Papyrus Functions. The only version of that is on SE and it's fine to install on LE.
The description page also lists the Address Library mod as one of its requirements, which, AFAIK, remains to be SE-only. Will this mod work on LE without that particular mod? Thanks in advance!
Hey, yes this mod will work on LE but some features won't work. Namely copy and paste from clipboard, and the new console commands: AddAndUnlockAllShouts SetBookRead SetAllBooksRead
Everything else will work though. If installing on LE, after installing my mod Dylbill's Papyrus Functions, delete the DbSkseFunctions.dll found in Data/SKSE/Plugins.
This mod doesn't let you paste from an external source. The way it was worded, I'm pretty sure it just allows you to copy and paste existing console commands (like in your command history).
However, I did find a comment on a different mod that had a solution. This is what they posted:
"I have used AutoHotkey for years, download and install AHK. This script can insert clipboard text into Skyrim console. No copy only paste.
;------------------------------------------------------------ ;----- Skyrim Special Edition ;------------------------------------------------------------
#IfWinActive ahk_class Skyrim Special Edition ;#IfWinActive ahk_exe SkyrimSE.exe
Basically, install AutoHotkey, Right click on your desktop > New > AutoHotkey Script, paste that text into it, save, then run it. You'll have to re-run the script if you restart your computer, but it works like a charm for pasting text into the console. It doesn't require this mod, but I still use this for the other features.
This mod has a key feature which More Informative Console is missing, and that is to save console data to Json file. It helps me as a mod author, because a lot of times when making a mod, I'll have to quit the game, change something in a script, then load the game again, and testing a feature will often times require a console command. With this mod, console data is saved to Json file when you close the console menu, and loaded from the file when you load your game. So, I can quit the game, change something, then load it again and press the up arrow to get my command history, and the same object will be set as the console reference.
Hey, yes. This mod doesn't display all the extra info that More Informative Console does (like actor values.) It just displays Name, RefID, BaseId, Type and the mod it's from.
Hey, sorry no can do, MIC permissions aren't open, which would mean I would have to basically re-create it from scratch, which I'm not motivated to do as this mod does what I need it to. I personally don't need all the extra info MIC provides. Permissions for this mod are open though so if someone else wants to use these assets they are welcome to.
47 comments
Console Tweaks Error: Couldn't create Event Listener Object. Make sure Dylbill's Papyrus Functions is installed.
Dylbill's Papyrus Functions 7.4 is installed.
I am using no.Esp.
I would use this mod, but I keep getting random crashes.
Will this mod work on LE without that particular mod? Thanks in advance!
AddAndUnlockAllShouts
SetBookRead
SetAllBooksRead
Everything else will work though. If installing on LE, after installing my mod Dylbill's Papyrus Functions, delete the DbSkseFunctions.dll found in Data/SKSE/Plugins.
Great concept, I will check back later
Any help?
After a line is highlighted, press Ctrl F to paste the form ID (if one is found) or Ctrl V to paste the entire line.
However, I did find a comment on a different mod that had a solution. This is what they posted:
"I have used AutoHotkey for years, download and install AHK.
This script can insert clipboard text into Skyrim console. No copy only paste.
;------------------------------------------------------------
;----- Skyrim Special Edition
;------------------------------------------------------------
#IfWinActive ahk_class Skyrim Special Edition
;#IfWinActive ahk_exe SkyrimSE.exe
^v:: ; CTRL+V insert clipboard text
SetKeyDelay, 0, 25 ; Default 25
Loop, parse, clipboard, `n, `r
{
Send, %A_LoopField%
Sleep 200
}
RETURN
#IfWinActive
AHK is useful in other games and programs too."
Basically, install AutoHotkey, Right click on your desktop > New > AutoHotkey Script, paste that text into it, save, then run it. You'll have to re-run the script if you restart your computer, but it works like a charm for pasting text into the console. It doesn't require this mod, but I still use this for the other features.
Got so used to MIC but I also love all your work xD
all good man!