Adding your first dream just requires a few things you will likely already have, so don't be frightnened and try it out!
Requirements
- A text editor, like notepad for example
- An idea for a dream text, usually not longer than 500 character
- 7zip, winrar or winzip
Folder Structure:
\DreamProjects/skse/plugins/FISS/idrinth_dream_framework/(YourModName)
- create a new folder named "DreamProjects"
- create a folder inside that folder called "skse"
- create a folder inside that folder called "plugins"
- create a folder inside that folder called "FISS"
- create a folder inside that folder called "idrinth_dream_framework"
- create a folder inside that folder with the name of your mod, here "IdrinthsExampleDreams"
- Open the text editor
- Write the following code
<fiss><Header><Version>1.2</Version><ModName></ModName></Header><Data><text></text></Data></fiss>
- Enter your mod name between <ModName> and </ModName> and make sure it has no linebreaks, greater than or smaller then characters
- Enter your dreams text between <text> and </text> and make sure it has no linebreaks, smaller than or greater than characters
- Save the file as "IdrinthsExampleDreams001.xml" in the folder you created above, here "DreamProjects/skse/plugins/FISS/idrinth_dream_framework/IdrinthsExampleDreams"
- right click the folder "skse" in "DreamProjects"
- choose add to archive
- pick 7z in archive format
- give the archive the Mod's name, so in our example "IdrinthsExampleDreams.7z"
- wait for it to process
- create a new mod on nexus and upload the 7z file you created
- Set the dream framework as a requirement
3 comments
FISSES sadly supports no linebreaks whatsoever