0 of 0

File information

Last updated

Original upload

Created by

Meridiano

Uploaded by

MeridianoRus

Virus scan

Safe to use

205 comments

  1. MrSwatPL
    MrSwatPL
    • supporter
    • 0 kudos
    Is it compatible with the newest College of Winterhold - Quest Expansion and Val Serano? 
    They got different numbers now for their versions.
    1. MeridianoRus
      MeridianoRus
      • premium
      • 338 kudos
      I will check both updates and return to you soon. If OMEAR patches are compatible, I will tweak their infos.

      UPD: Both patches are still compatible because both original updates don't change what my patches change. OMEAR infos were tweaked, I hope Nexus will reflect my edits for other users soon. Thank you for notifying!
  2. ItsiRyan156
    ItsiRyan156
    • member
    • 29 kudos


    I'm not too sure what's causing this on my end, been bugging me for awhile, just asking is there patch for this?
    1. MeridianoRus
      MeridianoRus
      • premium
      • 338 kudos
      is there patch for this?
      Currently, no. But you can request it if you say what mod is that script from.
  3. JPJRampage
    JPJRampage
    • member
    • 0 kudos
    So from my understanding the latest version of Unofficial Skyrim Modder's Patch includes Ultimate Optimized Scripts Compilation which I assume includes only the main file of OnMagicEffectApply Replacer and none of the addons, is that correct? I am also wondering if I need the main file from this mod page in order to use the addons or if USMP will suffice, I'm particularly interested in the Ordinator addon but might also consider using the Immersive College of Winterhold addon as well. Additionally I am also curious if the Ordinator addon has any interaction with Optimised Scripts for Ordinator, are they compatible with each other? Thanks for any help.
    1. MeridianoRus
      MeridianoRus
      • premium
      • 338 kudos
      I can't provide any support for Unofficial Skyrim Modder's Patch, Ultimate Optimized Scripts Compilation and other compilations, sorry. If you want to know if they include OMEAR addons, ask sattyre and captainlei1993.

      About OMEAR addons and main file, you don't need main file to use addons.

      About Optimised Scripts for Ordinator by Borgut1337, it has some scripts overlapping with OMEAR but both mods use similar method and their conflict is "safe". You can override one mod with another and vice-versa. OMEAR just covers more Ordinator scripts with OnMagicEffectApply while Optimised Scripts for Ordinator covers more other scripts.
    2. JPJRampage
      JPJRampage
      • member
      • 0 kudos
      Alright, thanks for the help :)
  4. LordMala
    LordMala
    • member
    • 66 kudos
    The latest version has an edit to the Valdr script but there is nothing in the change log that says what happened on 1.8.2. I know that the script was changed in 1.8.1 and the change log mentions that change but not the change on 1.8.2. What happened in the 1.8.2 version of that script? Also, no changes are mentioned in the SKSEOMEARScript for 1.8.2 and that script was also changed.
    1. MeridianoRus
      MeridianoRus
      • premium
      • 338 kudos
      Valdr script was tweaked to catch more possible cases like using a scroll instead of a spell. This required changes in SKSEOMEARScript and it was changed too. I will add this to existing changelog, thank you for bringing this up.
  5. HeyY0uu
    HeyY0uu
    • member
    • 0 kudos
    I don't know if the problem comes from here, the glitch occurs when learning wilhrwind sprint, the gates of High Hrothgar open and close automatically so the command from greybeards to shout keeps repeating, is there a solution?
    1. MeridianoRus
      MeridianoRus
      • premium
      • 338 kudos
      I don't know sorry. Unlikely that OMEAR is the culprit.
    2. HeyY0uu
      HeyY0uu
      • member
      • 0 kudos
      I've never had this problem before, it's strange that I had to uninstall some mods to figure out what the problem was, btw thanks for answer
  6. demni
    demni
    • supporter
    • 19 kudos
    You mentioned Vokrii in the description. Does it need a patch?
    1. MeridianoRus
      MeridianoRus
      • premium
      • 338 kudos
      No. Mods like Vokrii or Adamant are not the source of the issue. Like when you shoot yourself in the foot, your gun is not the issue, you are.
  7. toosober
    toosober
    • premium
    • 2 kudos
    I'm experiencing severe frequent script lag with val serano scripts being mentioned in the papyrus log. I haven't come across him in the playthrough. The log file I am looking at is while standing outside of the bannered mare, so I can't fathom why any of his scripts would be firing.
    1. MeridianoRus
      MeridianoRus
      • premium
      • 338 kudos
      It's hard to say anything if you don't share your log file. Unfortunately, I can't hack your PC and view it myself.
  8. Constantanople7
    Constantanople7
    • premium
    • 0 kudos
    Was trying to install this mod due to using Val Serano with the Lost Legacy modlist, however, this mod conflicts with USSEP and vanilla scripting enhancements. Can you please advice me.
    1. MeridianoRus
      MeridianoRus
      • premium
      • 338 kudos
      "Compatibility" notes in the description answer you.
      These scripts are compatible with Vanilla Script Micro-Optimizations and USSEP.
      It's safe to overwrite this mod with Vanilla Scripting Enhancements and vice-versa.
  9. Orczerker
    Orczerker
    • premium
    • 6 kudos
    This mod might just be what I’m looking for! I constantly run into issues with “The Way of the Voice,” no matter the playthrough! Giving this a go! Thanks!

    UPDATE: It works! HIGHLY recommended!
  10. LummoxJR
    LummoxJR
    • premium
    • 48 kudos
    Val Serano 2.3 just dropped so that might impact the patch.

    There are script source files available now which should help you keep the patch up to date better. From a quick look it seems like the patches you made rely on decompiled files, so there's some switcheroo of properties and some changes to minor syntax stuff like capitalization.
    1. MeridianoRus
      MeridianoRus
      • premium
      • 338 kudos
      I will check it asap. However, capitalization is irrelevant in Papyrus. OnLoad and oNLoaD are equal and even strings "Hello" and "heLLo" are equal too. Also, relying on decompiled script allows me to perform some optimizations.
      SomeGlobal.GetValue() == 1          ; what author does
      SomeGlobal.GetValue() == 1 as Float ; what compiler implements
      SomeGlobal.GetValue() == 1.0        ; what I do after reading decompile
    2. MeridianoRus
      MeridianoRus
      • premium
      • 338 kudos
      Current OMEAR Addition is good for Val Serano 2.3, I will only change the description.
    3. LummoxJR
      LummoxJR
      • premium
      • 48 kudos
      Nice! Good to know.