0 of 0

File information

Last updated

Original upload

Created by

LarannKiar

Uploaded by

LarannKiar

Virus scan

Safe to use

Tags for this mod

About this mod

Adds new native commands for the console (PridEx, PridInc, PridSel, DelHistory, PridGrabbed).

Requirements
Permissions and credits
About this mod:

F4SE plugin that adds new native commands to the console.


PridEx: find anything by matching name

"Prid" (select) references by their name. 'Ex' stands for both 'extended' (as in an extended version of vanilla Prid) and 'exclusive' (i.e. the command performs an exact name search, like PridEx "Piper" wouldn't return "Piper's Terminal".

Use it like: PridEx "Piper"




PridInc: find anything by inclusive name

Certain references may have longer names like "Legendary Annihil..." PridInc finds references by performing an "inclusive name search".

Use it like: PridInc "Workbench" ( would return all kinds of Workbenches)




PridSel:

If PridEx or PridInc has returned more references, you can use PridSel to select one from the list.

Use it like: PridSel 5 ( would select the 5th reference in the list )




DelHistory:

Simply clears the command history.

Notes: even though the previously typed commands are no longer visible, they're still accessible by scrolling up with the arrow keys just like in vanilla so you don't have to retype everything if you need to get back to them.




PridGrab/PridGrabbed:

Selects the grabbed reference. (v1.2).




Compatibility:

Should be compatible with any other mods. (It doesn't touch the console interface or any vanilla form).


Requirements:

F4SE

Garden of Eden Script Papyrus Extender


Turn off/on and Reset:

The mod can be turned off/on anytime. The commands:

StopQuest ConsoleEx: turns off the mod
StartQuest ConsoleEx: turns the mod back on (while resetting it)



Credits:

registrator2000 (his RenameAnything mod gave me the idea to add new commands to the console and his code helped me figure out how the they commands are implemented).