Mod articles
-
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
Setup the Environment
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 th... -
This article assumes you have setup your development environment like described in Creating your first Dream and are familiar with the way you can create a dream for everyone.
Using a simple condition - Vampirism
Vampirism is one of the shortcut conditions available in the complete list on the mod's page. It is a boolean, meaning it can either be true or false. We represent true with a 1 in the xml.
Create a dream XML following the Tutorial Creating your first dream
add a tag to <Data>, that is named vampire_only<Data><text>My dream</text><vampire_only></vampire_only></Data>
write the value "1" between <vampire_only> and </vampire_only><Data><text>My dream&l...