Skyrim
0 of 0

File information

Last updated

Original upload

Created by

Epic Crab

Uploaded by

EpicCrab

Virus scan

Safe to use

38 comments

  1. EpicCrab
    EpicCrab
    • premium
    • 520 kudos
    Locked
    Sticky
    Mod's been ported to SSE.
    Most recent update was to add support for zEdit patching. if you're on LE, this is strictly superior to xEdit patching. it's more complicated on the SE version.
    This mod was updated for an update to my scrollwriting mod, which should be updated Soon (TM).
  2. Zanyt
    Zanyt
    • member
    • 0 kudos
    Tried to do the dynamic patching, but keep getting this message :MXPF Error: You need to assign mxPatchFile using PatchFileByAuthor or PatchFileByName before calling AddMastersToPatch.

    Can anyone tell me what the hell that actually means and what I need to do? The description made it sound easier then it actually is.

    EDIT:Ok, I think I found how to actually run the script, but now I just keep getting an error saying "Exception in unit mteFunctions line 1623: Found a NULL reference, expected: GLOB" As someone who's barely starting to figure out how to use TES5Edit, can anyone explain to me what the hell I might be doing wrong?
    1. EpicCrab
      EpicCrab
      • premium
      • 520 kudos
      Did you load the esp file that comes with the download when you ran the script?
    2. Zanyt
      Zanyt
      • member
      • 0 kudos
      Yes the esp is loaded and checked, and I can actually destroy vanilla books ingame using the spell, although I had to give myself the ability through console since it didn't show up in the Powers list otherwise. It's just trying to get it to work for mod books that's giving me a headache. Might just have to give up on that front though, at least until I figure out TES5Edit a little better.
    3. ugur9807
      ugur9807
      • member
      • 0 kudos
      Getting the same error. Were you be able to solve it?
    4. barame3526
      barame3526
      • member
      • 5 kudos
      Same error here.

      EDIT: I asked my experienced friend, here's his reply:
      Obviously that the problem is in line 26 for xEdit script, in particular
      > PatchFileByAuthor('Project Illiteracy');
      When in vanilla plugin the author is specified
      > Merge Plugins v2.1.3.0
      And in plugin Campfire
      > Epic Crab

      Well what should I say. Indeed an epic crab. The solutions are, as usual, numerous:
      1) Change plugin's author in xEdit so it would be 'Project Illiteracy'.
      2) Change plugin author in script so it would be 'Merge Plugins v2.1.3.0' or 'Epic Crab' depenging on the plugin.
      3) Both solutions are s***, imo, so I'll propose one more. Change line 26 in script from
      > PatchFileByAuthor('Project Illiteracy');
      to
      > PatchFileByName('ProjectIlliteracy.esp');

      I tried #3 and it worked for me.
  3. PinkKacey
    PinkKacey
    • member
    • 0 kudos
    When I first downloaded I didn't start with the power in my powers list but I found it in the console fairly easy. Here's how you can too if you have a similar bug!

    Hit the "~" key and enter:
    Player.addspell xx005e8b
    Into the console replacing the "xx" with your load order for the mod.
    If you're unsure about it you can also enter:
    Help "Destroy Book"
    to find the exact code, you're looking for the spell not effect.

    Hopefully, this helps if the power isn't there. I am unsure if this is a glitch to the load order or if some lines weren't added correctly, but this is a very easy solution.
    The mod is really useful and simple.
    1. Bigrussian8
      Bigrussian8
      • premium
      • 3 kudos
      Thank you so much, this was very helpful!
  4. ajwild19
    ajwild19
    • supporter
    • 5 kudos
    Actually, loled. Thanks, OP.
  5. faelheavymetal
    faelheavymetal
    • member
    • 1 kudos
    So... I managed to add the power with console commands, but the TES5Edit patch isn't working yet. Don't know what to do.

    EDIT: zEdit patch worked for me.
  6. majuko
    majuko
    • premium
    • 0 kudos
    Is it just me but am I the only one that can't seem to find the power? I don't have it in my power list. I have the patch and the regular esp loaded as well. Could anybody tell me what could be the problem??

    EDIT: I've pushed them lower on the load order and it still doesn't seem to work. Ive even removed the patch I made and just have it where I can destroy regular vanilla books but still don't have the power even though the popup comes up. I have no idea. Any help, please??
    1. jh0nnyrosa
      jh0nnyrosa
      • supporter
      • 0 kudos
      Me too, i have everything up and running but no power at all...
      Looking at TES5Edit there's no conflicts, maybe the plugin is not "starting" in-game.
    2. majuko
      majuko
      • premium
      • 0 kudos
      I never figured it out sadly, I used another mod that adds a merchant that sells inkwells and rolls of paper.

      The link if you want it: http://www.nexusmods.com/skyrim/mods/68680/?

      Nothing special but gets the job done.
    3. jh0nnyrosa
      jh0nnyrosa
      • supporter
      • 0 kudos
      I will try to force start the quest in-game and see if it works, in my case the popup didnt even showed up. Is that merchant good/lore-friendly? there's not even a image in the mod page.

      Edit: Reinstalled the mod, rebuilded the patch, and nothing. It's sad cause i really wanted to use this mods.
    4. EpicCrab
      EpicCrab
      • premium
      • 520 kudos
      You should also be able to add the power through the console. That's weird and I have no idea why it's happening. I'll look into it.
    5. CrEaToXx
      CrEaToXx
      • premium
      • 327 kudos
      I, unfortunately, have to confirm this. There is no such power added. Started a new game, with Campfire, applied the xEdit script, pulled the book import plugin as last loaded. See no power at all? I'll add it via console. You could apply a hotkey for doing this maybe?

      Edit: Ahh, I see why this is happening. You use a simple instance of OnInit(). Which has the potential to get completely ignored on a new game start, with a heavily modded game. You should add a OnPlayerLoadGame() event as well, so it does get loaded after the game loads first time.

      Also, you could just add a simple wait(10), so that the script process gets delayed and makes sure to evade all the script rumble going on with a new started heavy mod game.

      Edit2: You also want to make sure your init quest isn't set to "run once". This will effectively prevent the power getting added in a heavily modded game.

      Btw. great mod, downloaded, installed, endorsed...
    6. spiderisk
      spiderisk
      • member
      • 0 kudos
      Same to me too. I install it in a new game and dont have the power.

      So, I temporary fix it by install it mid game - -"
    7. Arbidon
      Arbidon
      • member
      • 2 kudos
      .
    8. Icespike
      Icespike
      • supporter
      • 1 kudos
      Thank you for posting this, I thought I had done something wrong. Hopefully more people see this.

      Great mod, very helpful!
  7. Kolagon
    Kolagon
    • member
    • 16 kudos
    I don't know why you didn't try making the SkyProc method of patching, it would allow users to patch their mods quicker.
  8. Avastgard
    Avastgard
    • supporter
    • 30 kudos
    Why not allow scrolls to be destroyed for rolls of paper as well?
  9. 13coins
    13coins
    • supporter
    • 53 kudos
    I don't use Frostfall and I don't know how i got here, but reading your mod's description was so damn.... descriptive.

    Loved it.

    Peace xD
  10. fallenangemon0
    fallenangemon0
    • supporter
    • 2 kudos
    I'm shocked this isn't just integrated with Chesko's mods...wow...
  11. padawanjedi
    padawanjedi
    • premium
    • 40 kudos
    So it turns out that yes, I do value the sanctity of books over my own life. I ripped up some clothes and spent time making a fire with linen wraps instead of paper because I completely forgot I could Destroy Books. I probably wouldn't have done it anyway. But at least now I will remember for next time! I think.