0 of 0

File information

Last updated

Original upload

Created by

Shrimpy

Uploaded by

Shrimpy223

Virus scan

Safe to use

Tags for this mod

About this mod

Skill books no longer mysteriously vanish upon being read, instead becoming read versions.

Requirements
Permissions and credits
This simple mod just adds a read version of skill books to the players inventory when they're used.  Should be compatible with pretty much everything.  Can support new books added by mods (See below).

Requires xNVSE, JohnnyGuitarNVSE and ShowOffNVSE

Thanks to The Booher and especially StealthDick on the xNVSE Discord for helping me with the scripts.

Form IDs if you're adding this to a game in progress and want to manually add copies for books you've already read.
Barter  xx000ADD
Energy Weaponsxx000ADE
Explosives   xx000ADF
Guns    xx000AE0
Lockpickingxx000AE1
Medicine     xx000AE2
Melee  xx000AE3
Repair xx000AE4
Science       xx000AE5
Sneak  xx000AE6
Speech        xx000AE7
Survival       xx000AE8
Unarmed     xx000AE9


To add support for books added by other mods, simply create a new object in the GECK with the same EditorID, but with 'Read' appended to the front (ie for a book with the EditorID of 'MyModdedBook', just create a new object with EditorID of 'ReadMyModdedBook')