Morrowind
0 of 0

File information

Last updated

Original upload

Created by

RingComics

Uploaded by

RingComics

Virus scan

Safe to use

Tags for this mod

About this mod

Ever feel like you don't have any direction on what to do with your character before you're ready to tackle the main quest? With this mod, Caius will recommend you factions to join based on your skills the first time you ask about orders.

Requirements
Permissions and credits
Changelogs
Donations
Caius Gives You a Cover Story
A small immersion/roleplaying mod by RingComics

  Ever feel like you don't have any direction on what to do with your character before you're ready to tackle the main quest? With this mod, Caius will recommend you factions to join based on your skills the first time you ask about orders. Faction recommendations are based on how many of your character's Major skills are also a faction's preferred skills.

Installation
Extract to Data Files, or install using a mod manager. Uninstall by deleting the MWSE\mods\ring\CGYCS folder or removing from your mod manager.

Compatibility
Compatible with everything (or should be). To add a new faction or to make a usually unjoinable faction part of the recommendations, use the interop. Example:
local CoverStoryInterop = require("ring.cgycs.interop")

-- Make a faction joinable
CoverStoryInterop.joinable[FactionName] = true

-- Make a faction approachable (Caius will recommend these factions first, and are generally seen as easy to join in lore)
CoverStoryInterop.approachable[FactionName] = true
-- Set it to false if the faction is not easy to join or shouldn't be joined by a level 1 character.

-- Make a faction racist. Caius won't recommend racist factions to non-Dunmer
CoverStoryInterop.racist[FactionName] = true

Configuration
Coming soon!tm