Oblivion

File information

Last updated

Original upload

Created by

DragoonWraith

Uploaded by

DragoonWraith

Virus scan

Some manually verified files

166 comments

  1. Creepypastor
    Creepypastor
    • member
    • 0 kudos
    Downloaded only for DR v6, and since it works, I guess NIFSE did it's job
    1. jrrydha98
      jrrydha98
      • premium
      • 0 kudos
      Could you PLEASE explain how you made it to work? I use mod organizer 2 and i am confused on how i merge the nifse with the combatility patch esp 
    2. Creepypastor
      Creepypastor
      • member
      • 0 kudos
      Daamn, I honestly can't remember now exactly, but it didn't require any tinkering at all. I've switched back to Deadly Reflex v5 quite early, so I can't tell you much more than that. I even bought a completely new computer since then
  2. Ulfric1
    Ulfric1
    • supporter
    • 2 kudos
    So could this be used to create an extended character creator(to edit body proportions, add on models like beards, etc) in the way that modders can for Skyrim?
    1. Nexak
      Nexak
      • premium
      • 15 kudos
      Looks like it, yes.
    2. kallekukhuve
      kallekukhuve
      • member
      • 7 kudos
      Use this until that happens:

      https://www.nexusmods.com/oblivion/mods/45868
  3. Vedamir
    Vedamir
    • member
    • 4 kudos
    !! TO ANY FELLOW MOD CREATOR !!

    There is some [very basic for this plugin] command, that is completely mind-blowing to get it actually working in your regular scripts:
    NiAVObjectSetLocalTranslation

    Which, as it reads, is used to set position of objects in Nif from code.
    So, in order to use it, you need to embed it in custom function of this kind:
    scn DONiAVObjectSetLocalTranslation
    short nifId
    short child
    array_var rot
    begin _Function{nifId,child,rot}
    setfunctionvalue NiAVObjectSetLocalTranslation rot nifid child
    end
    ! Note that little underscore:_Function
    If you remove it, this entire script will fail to compile and w/o any visual reason or error messages. It just won't "save" at all *clown.png*
    (the same applies to any of your attempts to use it in your regular code).

    So after you have this little function-of-function, you should call for it in your scripts instead of original one.
    1. kallekukhuve
      kallekukhuve
      • member
      • 7 kudos
      Nice
  4. accemblep
    accemblep
    • member
    • 0 kudos
    Hello there!
    I was trying to use NifSE 1.1 or 1.0 with latest TES4 gog version and obse 21, game just doesnt start, obse started to load plugins and exits... and i cannt even get menu.
    Clean installed game without any mods, or obse plugins. Any tips how to fix this?
    1. megatroll2590
      megatroll2590
      • member
      • 0 kudos
      check C:\Users\Dustin\OneDrive\Documents\My Games and delete the oblivion folder might fix the game not loading fully. At least it did for me.
  5. Sasspiria
    Sasspiria
    • premium
    • 47 kudos
    I think this needs an update, game doesn't start with it.
  6. Narcidius
    Narcidius
    • member
    • 0 kudos
    Can someone tell me where to extract this... so confusing wtf.
    1. monkeyangie
      monkeyangie
      • premium
      • 488 kudos
      data/obse/plugins ... it is not that confusing
    2. betoelbicho
      betoelbicho
      • member
      • 0 kudos
      its IS confusing when the creator doesn't specify it, thanks!
    3. forli
      forli
      • premium
      • 86 kudos
      Uh, oh! Someone didn't read the readme!!
      Catastrophic consequences are waiting for you!!
    4. maczopikczo
      maczopikczo
      • member
      • 206 kudos


      Edit: But yeah, very true.
    5. jimko425
      jimko425
      • member
      • 0 kudos
      YEah it is conufsing
  7. Buttm0nkey
    Buttm0nkey
    • member
    • 0 kudos
    ok... am i retarded or what... it says that it needs a patch for DR6, but where´s the patch?
    1. PoisonBullet9
      PoisonBullet9
      • member
      • 1 kudos
      Late and irrelevant reply, but just so other people figure it out, it's here: https://www.nexusmods.com/oblivion/mods/40336

      PSA: with any old mods that the link doesn't seem to work, it's because Nexus has changed the link addresses, but the 5 digit number at the end of the link stays the same. For example, the link https://www.nexusmods.com/?id=40336 will take you to the main page. Take the "40336"" and slap it onto a current address, so "nexusmods.com/oblivion/mods/<right here>".
  8. FireFallout
    FireFallout
    • member
    • 1 kudos
    Will this allow me to change my character bodyscale in armor with nifskope?
  9. Kajot
    Kajot
    • member
    • 4 kudos
    Could u make this for skyrim too?
  10. Baron Of Hell
    Baron Of Hell
    • premium
    • 25 kudos
    So what kind of things can modders do with this? Could they change the texture path of a model in game? I know a few mods uses this but I'm not sure how they are using it.