0 of 0

File information

Last updated

Original upload

Created by

makihaze

Uploaded by

makihaze

Virus scan

Safe to use

Tags for this mod

12 comments

  1. 758613729
    758613729
    • member
    • 0 kudos
    This module is very practical
  2. mrnexu
    mrnexu
    • premium
    • 13 kudos
    This mod came in handy, was trying to create a screen shot of a filled bookshelf, and realized I did not have enough books!

    Thanks!
  3. manturtle12
    manturtle12
    • supporter
    • 0 kudos
    Nice idea in principle but execution is bit lacking I am sorry to say. The list contains notes, quest books including Black Books. Yet somehow misses some DLC books.

    Right now it is easier to type "coc QASmoke" and get what you want
    1. mjbabyface
      mjbabyface
      • premium
      • 65 kudos
      I just did an extensive search through sseedit and my game and there are none of the notes/letters and it does contain all of the dlc added books. It is only the Hardback books. As far as the Black Books go there's an option for them and an option not to have them.
  4. mjbabyface
    mjbabyface
    • premium
    • 65 kudos
    Thank you so much. I have a save that's nearly completed everywhere and I just run around or collect things. I started gathering books months ago, but felt like I was never going to know if I had them all because I could easily miss one. So I used the Unread Books Glow Mod and search everywhere. Still had a hunch there could be more. You had 4 that I didn't. And now I feel complete. I compared this to my own game and several hours of searching through sseedit as well, you only found 3 missing that I had. Though I can see why they might have been. This was the perfect way to quickly fill my library in a new save.

    Atronach Forge Manuel    6CE1C
    Lusty Argonian Folio        402BAC7 (Doesn't affect the quest with Cindiri to have or read this)
    Tamerielic Lore: Revised 10030D2 (From the Update.esm)
  5. SurDiablo
    SurDiablo
    • member
    • 0 kudos
    Hey there! This list is missing 7 books like Chimarvamidium, Red Kitchen reader, History of Raven Rock, etc. So to get them, just add what's below this comment to the 'allbook' file that you copy paste to Skyrim folder before you use the console command in game, so you will get all books at once and no duplicates!

    player.additem  0001AFF8        1
    player.additem  0001AFD5        1
    player.additem  0001AD13        1
    player.additem  0403AF1B        1
    player.additem  0403AF1C        1
    player.additem  0403AF1D        1
    player.additem  0001B007        1
    1. makihaze
      makihaze
      • premium
      • 24 kudos
      Thank you. I have add it in new version.
  6. Katarsi
    Katarsi
    • premium
    • 125 kudos
    If I put 0 next to the book ID in .txt, does that mean this book won't be added to the inventory? I'd like to skip some quest books and Black Books.
    1. makihaze
      makihaze
      • premium
      • 24 kudos
      yes. number is quantity to get that book. you can modify 1 to 0 or other number you want.
      you also can delete that line if you don't want the book.
    2. Katarsi
      Katarsi
      • premium
      • 125 kudos
      Thank you!
      It's easier to put 0 because I might decide later to include that book, and I don't want to search for its ID again
    3. DrDelirium
      DrDelirium
      • premium
      • 8 kudos
      As added info, everything after a semicolon is ignored, so if you start the line with a semicolon, ie:
      ;player.additem 0000000a 1
      that line will be bypassed entirely.
    4. Katarsi
      Katarsi
      • premium
      • 125 kudos
      Even better, thanks!