Oblivion
0 of 0

File information

Last updated

Original upload

Created by

tim110011

Uploaded by

tim110011

Virus scan

Safe to use

5 comments

  1. Darkangel13
    Darkangel13
    • premium
    • 198 kudos
    Hey guys, awesome mod. works like a charm. The message is a little annoying. How to fix it.

    1. Dowload and install TES 4 Construction Set
    2. Make sure you have OBSE installed.
    3, Install the Delete Spell OBSE mod.
    4, Go to your Oblivion installation folder and create a shortcut for the obse_loader.exe
    5, Right click on it -> Properties -> Under the shortcut tab in the Target field after obse_loader.exe add -editor
       So your target should look something like this Steam\steamapps\common\Oblivion\obse_loader.exe -editor
    6, run the shortcut. The TES Construction Set should start.
    7, File -> Data -> find DeleteSpellKeyboardDEL.esp click on it -> Set as active -> OK
    8, Gameplay tab -> Edit scripts -> Under Script tab -> Open-> find DeleteSpellKeyboardDEL script. Double click to open
    9, All you have to do is add a ; before the Message so your final script is going to look like this.
    Spoiler:  
    Show

    ScriptName DeleteSpellKeyboardDEL
    short b_keypress_directx ;bool
    ref r_spellid
    begin MenuMode 1022
       ;Message "1.Make a backup save   2.Press and hold DELETE Key 2-5 seconds to delete the HIGHLIGHTENED spell   3.Release DELETE key   4.Left click on that spell to see if it is deleted   5.Do NOT delete Heal Minor Wounds", 4
       set b_keypress_directx to IsKeyPressed2 211 ;directxcode: DELETE 211
       if ( b_keypress_directx == 1 )
          set r_spellid to GetActiveMenuSelection
          Player.RemoveSpell r_spellid
          return
       endif
    end MenuMode 1022


    10, save changes -> close Script Edit window
    11, Save DeleteSpellKeyboardDEL.esp
    Done. Good luck.

    P.S. Hiding the message is all fine and dandy just don't forget you have that mod active :D You may delete stuff you don't want to.
    P.S.2 @tim110011 My friend very nice job I must say. In relation to the message you can use a global to hide it after the fist time or first 5 times the message is visible cause it really gets annoying really fast. Once again, awesome job and keep up the good work.
  2. Joehtosis
    Joehtosis
    • supporter
    • 22 kudos
    Tried it for a bit. It does indeed work, but as another user pointed out, the message spam ruins it.
    It should really only display on a new game, or at the most, every time you open the menu. Instead it just flashes on and off whenever I select a new spell. Really, I don't understand why this doesn't just follow the trend of most other mods that require instruction and add a scroll quest item that could be read that would give directions on mod use. There's no reason for it to be like this and it's a pretty unfortunate oversight.
    I don't see any way to turn it off either, as there's no .ini file. I'm rather sad about this, as I otherwise like the simplicity of the implementation.
  3. DoctorFluffs
    DoctorFluffs
    • member
    • 0 kudos
    Hi, why does it keep flashing the instructions at the top? Kind of annoying. Would be nice to have it set so that you only see it once at the beginning.
  4. oxyk
    oxyk
    • member
    • 2 kudos
    thank you, it works as expected! I tried other mod and it failed. I'm Linux user as well :) endorsed :)

    actually you don't have to "4. Left click on that spell to see if it is deleted", you can just click anywhere in your spells and it will hide removed spell if done right.
  5. muiedragnea69
    muiedragnea69
    • member
    • 0 kudos
    -i was wrong-