Mod articles
-
It's a little clunky, but this mod can be used as a framework to add text messages. If another mod were to do this, then text messages should appear if this mod is installed and be harmlessly ignored if it is not.
The tutorial assumes you are able to make an empty DLC mod with a Startup and conditionals file, that you know how to decompile and recompile your mod's coalesced file, that you know how to clone assets from one file to another, and that you have a basic understanding of plot management (though a tutorial on this is linked below).
1. Prepare your text messages
Add your text messages to your TLK file as a text string.
Add your text message "titles" to your TLK as a text string. For the purposes of this mod, this would usual...