1 items

File information

Last updated

Original upload

Created by

Aephiex

Uploaded by

Aephiex

Virus scan

Safe to use

Tags for this mod

19 comments

  1. Sterh52
    Sterh52
    • member
    • 0 kudos
    The mod does not work on version 4.04!!!
  2. MinionDad
    MinionDad
    • member
    • 0 kudos
    Work well with next-gen update, thank you so much. Further playing might be required just to make sure that it works to the last minutes of the game.
  3. PhoenixWry
    PhoenixWry
    • member
    • 0 kudos
    Another quest book: The Spirit from the Steppe (q604_worn_book)

    The Spirit from the Steppe is a quest item in the Hearts of Stone expansion.
    After entering The Painted World, this is found at the gazebo scene and is needed to watch the memory.
  4. RatboyW
    RatboyW
    • premium
    • 2 kudos
    What was the update? Just adding the stuff from the previous comment, or were there more fixes?
    1. Aephiex
      Aephiex
      • member
      • 21 kudos
      Just the commented stuff, plus preventing a marrage contract from becoming invisible which you need to insert into somewhere during a quest.
  5. Arkwulf
    Arkwulf
    • supporter
    • 70 kudos
    Thanks for the great mod!

    But in secondary quest Free Spirit on Snidhall Isle it is impossible to give quest books to a character to complete the quest.

    List of quest books:
    1. The Cult of Freya
    2. The Curious Cases of Virtuous Vegga
    3. Change your life! A Handbook
    4. Tristianna and Isador
    5. Religion and Life

    Thanks post clickNINE!
    Easy fix, open "guiBaseInventoryComponent.ws", the only file in this mod, find string "194" and change
    //-- modHideReadBook
    if (_inv.IsItemReadable( item ) && _inv.IsBookRead( item ) && GetItemName( item ) != 'Gwent Almanac')
    if (_inv.IsItemReadable( item ) && _inv.IsBookRead( item ) && GetItemName( item ) != 'mq2049_book_1')
    if (_inv.IsItemReadable( item ) && _inv.IsBookRead( item ) && GetItemName( item ) != 'mq2049_book_2')
    if (_inv.IsItemReadable( item ) && _inv.IsBookRead( item ) && GetItemName( item ) != 'mq2049_book_3')
    if (_inv.IsItemReadable( item ) && _inv.IsBookRead( item ) && GetItemName( item ) != 'mq2049_book_4')
    if (_inv.IsItemReadable( item ) && _inv.IsBookRead( item ) && GetItemName( item ) != 'mq2049_book_5')
    return false;
    1. RatboyW
      RatboyW
      • premium
      • 2 kudos
      Thanks for the fix!
    2. Aephiex
      Aephiex
      • member
      • 21 kudos
      Integrated. Thanks.
    3. Aephiex
      Aephiex
      • member
      • 21 kudos
      I've also fixed a quest item related to Iris's world.
  6. Veanes
    Veanes
    • supporter
    • 5 kudos
    Quel est le contenu de la dernière mise à jour?
  7. alexbol
    alexbol
    • member
    • 0 kudos
    Great mod! But it does not work with the W3EE 5.0 mod. How do I make them compatible?
    1. Aephiex
      Aephiex
      • member
      • 21 kudos
      script merger
  8. deleted96333323
    deleted96333323
    • account closed
    • 0 kudos
    Do hidden books or notes have any weight in your inventory?
    1. Aephiex
      Aephiex
      • member
      • 21 kudos
      All readables have zero weight.
    2. deleted96333323
      deleted96333323
      • account closed
      • 0 kudos
      My mistake. Thanks for the answer, however
  9. raderith
    raderith
    • supporter
    • 19 kudos
    God idea but this mod also hides gwent book
    1. clickNINE
      clickNINE
      • member
      • 5 kudos
      Easy fix, with gwent book.
      Open "guiBaseInventoryComponent.ws", the only file in this mod, find string "194" and change this -
      "if (_inv.IsItemReadable( item ) && _inv.IsBookRead( item ))" on - 
      "if (_inv.IsItemReadable( item ) && _inv.IsBookRead( item ) && GetItemName( item ) != 'Gwent Almanac')"
    2. Aephiex
      Aephiex
      • member
      • 21 kudos
      You can check gwent book in books view.
  10. Moahofer30
    Moahofer30
    • premium
    • 28 kudos
    Great idea for a mod, will try this one out for sure.