About this mod
Adds icons for faction quests and location specific icons for the misc quests.
- Requirements
- Permissions and credits
- Changelogs
- Donations
By MwGek
About the patch
This patch adds an interop and icons for the Skyrim Style Quest Notification mods, for MWSE and OpenMW, for the quests added by Project Cyrodiil.
Required mods
Project Cyrodiil
SSQN OpenMW (1.28) or SSQN MWSE
Known bugs
The Project Cyrodiil team sometimes used extra Journal ID's (One quest spread over more ID's with the same quest name.) to track the progress on some of the quests. This will fire multiple quest started pop-ups. I've reached out to the original developers of SSQN to ask for an option to blacklist these ID's in a future update.
For OpenMW players: taitechnic updated the main SSQN mod to work with an interop and the capability of blocking journalID's. The last version of this mod adds all the background quest tracker ID's to the blocklist. Update your SSQN mod before installing this patch. Thanks taitechnic!
Compatibility:
For MWSE players: If you use Quest Log Menu from Herbert you need to manually copy lines into your iconlist.lua. You won't need the mwse folder with the interop anymore if you added the lines manually. Do the following:
1) Install the icons
2) Edit the mwse iconlist, located at
...\Data Files\MWSE\mods\SSQN\Iconlist.lua
3) Paste in the following lines:
--Start of Province Cyrodiil SSQN icons
icons.PC_m1_AFP01 = "\\Icons\\pc\\q\\PC_m1_AFP.dds"
icons.PC_m1_AFP02 = "\\Icons\\pc\\q\\PC_m1_AFP.dds"
icons.PC_m1_AFP03 = "\\Icons\\pc\\q\\PC_m1_AFP.dds"
icons.PC_m1_AFP04 = "\\Icons\\pc\\q\\PC_m1_AFP.dds"
icons.PC_m1_AFP05 = "\\Icons\\pc\\q\\PC_m1_AFP.dds"
icons.PC_m1_AFP06 = "\\Icons\\pc\\q\\PC_m1_AFP.dds"
icons.PC_m1_AFP07 = "\\Icons\\pc\\q\\PC_m1_AFP.dds"
icons.PC_m1_AFP08 = "\\Icons\\pc\\q\\PC_m1_AFP.dds"
icons.PC_m1_AFP09 = "\\Icons\\pc\\q\\PC_m1_AFP.dds"
icons.PC_m1_AFP10 = "\\Icons\\pc\\q\\PC_m1_AFP.dds"
icons.PC_m1_AFP11 = "\\Icons\\pc\\q\\PC_m1_AFP.dds"
icons.PC_m1_AFP12 = "\\Icons\\pc\\q\\PC_m1_AFP.dds"
icons.PC_m1_Anv_Bounty = "\\Icons\\pc\\q\\PC_m1_Bounty.dds"
icons.PC_m1_Anv_Goldenrod = "\\Icons\\pc\\q\\PC_m1_K1.dds"
icons.PC_m1_Anv_GoldenrodBR = "\\Icons\\pc\\q\\PC_m1_K1.dds"
icons.PC_m1_Anv_GoldenrodDR = "\\Icons\\pc\\q\\PC_m1_K1.dds"
icons.PC_m1_Anv_GoldenrodEH = "\\Icons\\pc\\q\\PC_m1_K1.dds"
icons.PC_m1_Anv_GoldenrodLI = "\\Icons\\pc\\q\\PC_m1_K1.dds"
icons.PC_m1_Anv_GoldenrodPA = "\\Icons\\pc\\q\\PC_m1_K1.dds"
icons.PC_m1_Anv_GoldenrodSM = "\\Icons\\pc\\q\\PC_m1_K1.dds"
icons.PC_m1_Anv_GoldenrodST = "\\Icons\\pc\\q\\PC_m1_K1.dds"
icons.PC_m1_Anv = "\\Icons\\pc\\q\\PC_m1_Anv.dds"
icons.PC_m1_Arc = "\\Icons\\pc\\q\\PC_m1_Arc.dds"
icons.PC_m1_BC = "\\Icons\\pc\\q\\PC_m1_BC.dds"
icons.PC_m1_Cha = "\\Icons\\pc\\q\\PC_m1_Cha.dds"
icons.PC_m1_DM = "\\Icons\\pc\\q\\PC_m1_DM.dds"
icons.PC_m1_FG = "\\Icons\\pc\\q\\PC_m1_FG.dds"
icons.PC_m1_Gld = "\\Icons\\pc\\q\\PC_m1_Gld.dds"
icons.PC_m1_IP = "\\Icons\\pc\\q\\PC_m1_IP.dds"
icons.PC_m1_K1 = "\\Icons\\pc\\q\\PC_m1_K1.dds"
icons.PC_m1_MG = "\\Icons\\pc\\q\\PC_m1_MG.dds"
icons.PC_m1_Mrv = "\\Icons\\pc\\q\\PC_m1_Mrv.dds"
icons.PC_m1_SC_Bounty = "\\Icons\\pc\\q\\PC_m1_Bounty.dds"
icons.PC_m1_SC = "\\Icons\\pc\\q\\PC_m1_SC.dds"
icons.PC_m1_Sdk = "\\Icons\\pc\\q\\PC_m1_Sdk.dds"
icons.PC_m1_TG = "\\Icons\\pc\\q\\PC_m1_TG.dds"
icons.PC_m1_Tvy = "\\Icons\\pc\\q\\PC_m1_Tvy.dds"
--End of Province Cyrodiil SSQN icons
Credits
Project Cyrodiil team for the fantastic mod
Nazz for SSQN MWSE
taitechnic for SSQN OpenMW