About this mod
Set a goal for your character! See it on your character sheet, generate a random goal, write a custom goal yourself. Requires MWSE.
- Requirements
- Permissions and credits
- Changelogs

For years my Sunday afternoons have been brightened up by Danae's Morrowind stream on Twitch (find her at Danaeplays!), especially her Permadeath runs which are always lots of fun to watch. It can be difficult to keep track of what each character wants to achieve, especially after a bit of a break in play, so I thought it would be useful to have a way to record those goals.
Presenting: Character Goals
Features
________________________________________
- Adds a Goals section to your character sheet
- Click on it: it will open up a popup menu.
- Write your custom goal.
- Or randomly generate a goal from a list of pre-made goals!
- There's a list of goals in the MCM page for inspiration.
- It's pretty handy for taking random notes as well, or recording things like roleplay rules for your character: "Scared of scribs, will steal every candle"
- Some of the random goals aren't possible in vanilla. Either generate a new one, or use them as inspiration to find new additions to your mod list ;)
New in v1.1
- Interop available
How to Interop
___________________
Add a file with a custom list of goals to Data Files/MWSE/mods/luce/goals/config - check luce-core-goals.lua for the required format.
Fields:
- name = the short name of the goal.
- description = more extensive description
- replacerOptions = a list of potential values that will replace a REPLACE string in either name or description.
eg:
local goaList = {
{ name = "Be friends with REPLACE",
description = "Find REPLACE and get their disposition to 100. Do any quests you can to help them.",
replacerOptions = "Fargoth, Mehra Milo, Orvas Dren" }
}
Requirements
________________________________________
- MWSE
Recommended Mods
________________________________________
- Character Goals Expanded by NewVegasRaider -- adds 46+ new goals
Credits
________________________________________
- Danae for inspiring the mod, and for all her support and kindness over the years
- Also Danae whose website-based Wheel of Goals provided the basis for the goals list included in this mod.
- Glittergear for organising this fantastic Secret Modder event
- Merlord whose Character Backgrounds code I relied on heavily while learning enough lua to write this mod.
- NullCascade for answering my noobish lua questions