SKYGEN
Would you like to react to this message? Create an account in a few clicks or log in to continue.

SKYGEN

Private Forum of the Skygenetics modders. Welcome
 
HomeLatest imagesRegisterLog in
ChatBox
Please make sure to read the new rules https://skygen.editboard.com/t1-read-before-posting and follow them, it is important for modders to receive some feedback and for members to give some feedback. Modders should always include the option of a poll so we have the option to vote on whether the article was helpful or not. _____________________________________________________________________________________________ Look on the bottom, there is a chatbox, look also on the right lower corner, there is a chatbox, if you would like more information on this forum, be sure to ask. Many members have no idea why they cannot access certain tutorials and certain files, this link should explain why. -- https://skygen.editboard.com/f8-introduction -- _____________________________________________________________________________________________ Reply to this topic in order to bring the team up. -- http://forums.nexusmods.com/index.php?/topic/562016-want-to-become-a-modder/page__pid__4612292__st__40#entry4612292 -- users replying to that topic will get points towards their promotion, which means higher access to tutorials and files. thanks _____________________________________________________________________________________________ Look on the top tabs of your browser, they should be now scrolling also.... =) _____________________________________________________________________________________________

 

 How To Make a Book (Beginner)

Go down 
4 posters
AuthorMessage
peeta
Admin
Admin
peeta


Posts : 21
Points : 10658
Join date : 2012-02-14

How To Make a Book (Beginner)  Empty
PostSubject: How To Make a Book (Beginner)    How To Make a Book (Beginner)  EmptyTue Feb 14, 2012 4:42 pm

In this tutorial we will be making a new book. You might want to create a
book for Roleplaying purposes, or to put in your new quests and
dungeons.

Follow the simple steps below to make your new book:

1) Open the Creation Kit and Load your plugin file.

2) Go to Items -> Books

3)
As with creating any new item, a good method to do it is to start with
an existing item close to what you want, then duplicate it and edit its
data. Sort the items by name and scroll down to the book named
"Biography of Barenziah, V1". Right click on it, and choose "Duplicate".
Then find your new object copy in the object list, and right click on
it and choose "Edit".

4) This brings up the Skyrim Book Editing Interface. It contains the following field:
ID: This is the internal ID of the object. The player does not see the ID. Choose something descriptive, such as "doomsdayHouse".
Name: This is the name of the book, and what the player sees in his inventory. Name your new book, for example "The Doomsday House".
Weight: This is the weight of the book. Will affect how much a player can carry in his inventory. You can change or leave it as is.
Value: This is the gold worth of the book. Since it is your first book, how about increasing it's value? Change the value to 50.
Teaches: You
can make the book teach a skill or spell when read. Let's choose Skill,
then from the next drop down we will choose "Illusion"
Inventory Image: Ignore
Message Icon: Ignore
Inventory Art: This
field determines how the book will look in your inventory. Make sure to
choose a filename with "Book" in it, as those images have data
associated with them non how the book looks like when you are reading
it. If you choose some random non-book image, the game will not have
information on what to display when opening the book, and you will not
be able to read it.Change this to HighPolyBasicBook07.
Edit Destruction Data: Ignore
Can't be taken: Checking this option to makes it so that a book cannot be picked up - only read at a bookshelf. Leave this unchecked.
Pickupsound: The sound that the book makes when picked up. Ignore for now.
Putdownsound: The sound that the book makes when dropped. Ignore for now.
Scripts - Paypus Scripts: You can attach a script here. This is a more advanced option, and will be covered in the expert tutorials. For now, ignore this.

How To Make a Book (Beginner)  Skyrimcreationkitbookinterf

How To Make a Book (Beginner)  Captur10
EDIT: There are no quotations for the "this text will be center aligned" line.
Also for a look at http://www.creationkit.com/Book for a deeper understanding.
Write your book.

5) Click "OK". If a dialog comes up whether to create a new form, click no (for overwrite), then click yes to confirm.

6) Save the Mod and launch Skyrim

7)
Open the console and type "HELP example. "Help Doomsday". Use PgUp to scroll through the output if
necessary, and locate the code for your new book

Cool Type
"player.addItem 002033BC 1". Replace "002033BC" with your own code. The
number "1" is the quantity, in this case you are giving yourself a
single copy of the book.

9) Open the book and read it. See that
it increased your skill (if that's what you chose) and check the
formatting and pagination.

How To Make a Book (Beginner)  Skcnewbook

Credit: Chronodev(Ron)
Back to top Go down
0xlordx0
Fifth Generation
Fifth Generation



Posts : 12
Points : 4629
Join date : 2012-02-14

How To Make a Book (Beginner)  Empty
PostSubject: Re: How To Make a Book (Beginner)    How To Make a Book (Beginner)  EmptyTue Feb 14, 2012 8:03 pm

Does this work with letters? If so how would i get it so it would be delivered by a courier? Anyway thanks for this it'll help me out in the future
Back to top Go down
peeta
Admin
Admin
peeta


Posts : 21
Points : 10658
Join date : 2012-02-14

How To Make a Book (Beginner)  Empty
PostSubject: Re: How To Make a Book (Beginner)    How To Make a Book (Beginner)  EmptyTue Feb 14, 2012 10:44 pm

The text formatting should work for all written items; also if you want your letter to be delivered by a courier, you need to script that event into the game. Meaning: you need to know some papyrus.
Back to top Go down
Admin
Admin
Admin
Admin


Posts : 45
Points : 12327
Join date : 2012-02-13
Age : 34

How To Make a Book (Beginner)  Empty
PostSubject: Re: How To Make a Book (Beginner)    How To Make a Book (Beginner)  EmptyTue Feb 14, 2012 11:21 pm

0xlordx0 wrote:
Does this work with letters? If so how would i get it so it would be delivered by a courier? Anyway thanks for this it'll help me out in the future

this should get you started https://skygen.editboard.com/t24-papyrus-class-1-doing-something

I edited the link to work now


Last edited by Admin on Wed Feb 15, 2012 6:41 pm; edited 1 time in total
Back to top Go down
https://skygen.editboard.com
0xlordx0
Fifth Generation
Fifth Generation



Posts : 12
Points : 4629
Join date : 2012-02-14

How To Make a Book (Beginner)  Empty
PostSubject: Re: How To Make a Book (Beginner)    How To Make a Book (Beginner)  EmptyWed Feb 15, 2012 7:47 am

Thanks i've bookmarked the link, should be using that a lot
Back to top Go down
6Domino6
Moderator
Moderator
6Domino6


Posts : 14
Points : 4711
Join date : 2012-02-15
Age : 35
Location : Houston, TX

How To Make a Book (Beginner)  Empty
PostSubject: Re: How To Make a Book (Beginner)    How To Make a Book (Beginner)  EmptyWed Feb 15, 2012 2:09 pm

Tried to look at the link the Admin posted about the papyrus class and I wasn't able to look at it.
Back to top Go down
peeta
Admin
Admin
peeta


Posts : 21
Points : 10658
Join date : 2012-02-14

How To Make a Book (Beginner)  Empty
PostSubject: Re: How To Make a Book (Beginner)    How To Make a Book (Beginner)  EmptyWed Feb 15, 2012 3:22 pm

If you cannot enter the tutorial through the link, then you should go to tutorials-> creation kit tutorials-> scripts/papyrus and you should find it there. Good luck on your scripting if you choose to learn. :]
Back to top Go down
0xlordx0
Fifth Generation
Fifth Generation



Posts : 12
Points : 4629
Join date : 2012-02-14

How To Make a Book (Beginner)  Empty
PostSubject: Re: How To Make a Book (Beginner)    How To Make a Book (Beginner)  EmptyWed Feb 15, 2012 4:32 pm

6Domino6 wrote:
Tried to look at the link the Admin posted about the papyrus class and I wasn't able to look at it.

you need 10 posts to see it
Back to top Go down
Sponsored content





How To Make a Book (Beginner)  Empty
PostSubject: Re: How To Make a Book (Beginner)    How To Make a Book (Beginner)  Empty

Back to top Go down
 
How To Make a Book (Beginner)
Back to top 
Page 1 of 1
 Similar topics
-
» How To Make a Piece of Armor (Beginner)
» How to Create a New Weapon (Beginner)
» Making A New Weapon w/ Enchantment (Beginner)
» Changing a Weapon's Damage or Stats (Beginner)

Permissions in this forum:You cannot reply to topics in this forum
SKYGEN :: Basic Tutorials-
Jump to: