Oblivion
0 of 0

File information

Last updated

Original upload

Created by

Cliffworms

Uploaded by

Cliffworms

Virus scan

Safe to use

67 comments

  1. rastadreadlion2
    rastadreadlion2
    • supporter
    • 0 kudos
    Seems like it could be a good mod, can anyone say if it's functional and if it has AI voice?
    1. RobinWoods
      RobinWoods
      • member
      • 9 kudos
      The mod is functional, I've been using it for years. No AI voice. The mod adds more articles for you to read, its mostly about your own exploits/quest you did. It integrates well into the game.
  2. aragonit
    aragonit
    • premium
    • 53 kudos
    This needs cleaning with xEdit:
    - name: 'BHC_Expanded.esp'
        dirty:
          - <<: *quickClean
            crc: 0xC73A3567
            util: '[TES4Edit v4.0.4](https://www.nexusmods.com/oblivion/mods/11536)'
            itm: 2
            udr: 12
        clean:
          - crc: 0x59CE1FF4
            util: 'TES4Edit v4.0.4'
    1. starlessmao81ac
      starlessmao81ac
      • member
      • 25 kudos
      ....yep, like probably every single mod that came out before xEdit (last update 2009..)
    2. aragonit
      aragonit
      • premium
      • 53 kudos
      :) Of course. Still people download it, and some read the comments before / after downloading.
    3. starlessmao81ac
      starlessmao81ac
      • member
      • 25 kudos
      ...and to those I'd say: people, clean your mods with Tes4Edit, always (unless mod author specifies against it, and even then taking their words about "intentionl ITM" with a pinch (a shovel, really...) of salt....
    4. aragonit
      aragonit
      • premium
      • 53 kudos
      All my findings are added to the LOOT database, so some intelligent users who can appreciate modern tools will know anyway.
    5. kallekukhuve
      kallekukhuve
      • member
      • 7 kudos
      You should add it to BOSS as well. As BOSS is better for Oblivion.
  3. LuxDivinity
    LuxDivinity
    • member
    • 12 kudos
    Hello, I get the following errors in MessageLog:
    2018/09/19 18:24:38 [00516FA5] [WARNING]Script 'BHCExpandedStartScript', line 206: failed to evaluate expression.
    2018/09/19 18:24:39 [00516FA5] [WARNING]Script 'BHCExpandedConditionCheckUpScript', line 205: failed to evaluate expression.
    Anyone knows what the issue with the scripts may be?
    1. snargel
      snargel
      • member
      • 3 kudos
      In response to post #63713386.


      Spoiler:  
      Show

      LuxDivinity wrote: Hello, I get the following errors in MessageLog:
      2018/09/19 18:24:38 [00516FA5] [WARNING] Script 'BHCExpandedStartScript', line 206: failed to evaluate expression.
      2018/09/19 18:24:39 [00516FA5] [WARNING] Script 'BHCExpandedConditionCheckUpScript', line 205: failed to evaluate expression.
      Anyone knows what the issue with the scripts may be?


      I have the same error. You didn't copy-paste the line above those, which is our clue: "syntax error". That means there is a problem with how the code is formatted, like a typo. "line xxx" helpfully tells us where the problem is in the script.

      Those are BHC's only two scripts. So looking at them in TESCS we see this:
       for 'BHCExpandedStartScript', line 206: failed to evaluate expression."
      ;---------MAGES GUILD ARTICLES

      if GetStage MG15Helm >= 10
          MGBrumaMagesGuild.enable
      endif

      if GetStage MG12Gate >= 10
          MGNecromancersontheRise.enable
      endif

      if GetStage MG17Ambush >= 10
          MGNecromancersConfirmed.enable
          DeactivateTragicMagesGuildAccident1.disable
          DeactivateTragicMagesGuildAccident2.disable
          DeactivateNecrosOnTheRise1.disable
          DeactivateNecrosOnTheRise2.disable
          DeactivateNecrosOnTheRise3.disable
          DeactivateNecrosOnTheRise4disable.disable
          DeactivateNecrosOnTheRise5.disable
      endif

      if GetStage MG19Alchemy >= 10
          MGNecromancerWarEnds.enable
          DeactivateNecroThreatConfirmed1.disable
          DeactivateNecroThreatConfirmed2.disable
          DeactivateNecroThreatConfirmed3.disable
          DeactivateNecroThreatConfirmed4.disable
          DeactivateNecroThreatConfirmed5.disable
          DeactivateNecroThreatConfirmed6.disable
          DeactivateNecroThreatConfirmed7.disable
          DeactivateNecroThreatConfirmed8.disable
          DeactivateNecroThreatConfirmed9.disable
          DeactivateNecroThreatConfirmed10.disable
          DeactivateNecroThreatConfirmed11.disable
      endif
      Woops! "
      DeactivateNecrosOnTheRise4disable.disable
      should probably read
      DeactivateNecrosOnTheRise4.disable

      The other script has a similar error:
      DeactivateNecrosOnTheRise4disable.disable

      Fixing this should only be a matter of correcting those mistakes in TESCS. Load the black horse esp, don't set it as an active file, correct the mistakes and save as a new esp. It should be set right after black horse courier in the load order. (We are making a new esp just in case this breaks something else, so we can disable it easily. You never know with code)
       
      Edit:Tried the above, didn't work. It's odd, I can't see anything else there that could be a syntax problem.

      As for what these scripts do, I think they stop certain news articles from appearing after the player has progressed questlines past a specific stage. So the errors are actually totally harmless in terms of gameplay. To test this... well we have to do those quests and figure out where and when those specific articles appear :tongue:
  4. marob307
    marob307
    • member
    • 101 kudos
    old mod , but good.Hope it will be updated to be compatible with bc and uncut.
    1. AllisterHenderson
      AllisterHenderson
      • member
      • 25 kudos
      There is no mention on the description page about Black Horse Courier Expanded being incompatible with Better Cities.
    2. Pushkatu
      Pushkatu
      • premium
      • 455 kudos
      On a side note, this mod wasn’t updated in more than 12 years, BC is still in active developement and has since been modified contless times. Uncut is rather new compared to them so stuff might go wrong. Your best bet (or anyone’s) is to test the mods together and see if they play nice with each other. There’s rarely, if ever a setup ( of mods, settings etc) that’s even remotely similar to another. One mod/setting can change everything. 
    3. starlessmao81ac
      starlessmao81ac
      • member
      • 25 kudos
      ...or check in xedit for conflicts
  5. deleted2027229
    deleted2027229
    • account closed
    • 34 kudos
    Would you be willing to make a version that -only- adds new articles to recieve from couriers, one without custom assets / quest or dialogue entries, and just adds more variety to articles you get when talking to couriers?
  6. Aspjerger
    Aspjerger
    • member
    • 1 kudos
    I like the aggressive pro-imperial tone and the DB one were they said The Nines have no contact with Sithis or smt like that was pretty hilarious.
  7. ritiyu
    ritiyu
    • premium
    • 1 kudos
    If there is no topic available with Umbacano, first make sure you don't have an Ayleid statue in a chest somewhere. Deliver the statue, then the topic will appear.
  8. anonimousone
    anonimousone
    • member
    • 3 kudos
    ++++++++++++++++++++++++++
    BUGGED MOD
    +++++++++++++++++++

    Don't use this: if you truly wish to use it use the version inside BC (but you can use that one only if you use BC)
    1. CarlosS4444
      CarlosS4444
      • premium
      • 126 kudos
      Well, when you post a claim that a mod is bugged, it would be advisable to provide a description of potential bugs.
    2. cccow
      cccow
      • premium
      • 0 kudos
      Hi,
      Not sure it is inside BC. There is a gold horse courier in BC (delivery jobs) but I can't see a replacer for this mod...unless I am missing something. Vorians in the BC thread in 2015 after getting a request to include it stated

      "Based on the description, this would not be suitable for integration, it primarily makes edits to vanilla content which BC does not touch and has no need to touch. The only potential conflicts I can predict would be the notice boards which the mod description states have been added to the cities. I have no idea whether there would be a conflict with these or not."

      Whether this mod is buggy or not I cannot say...
    3. CarlosS4444
      CarlosS4444
      • premium
      • 126 kudos
      Ah, I think I remember now. I tried to use them both a long time ago. The only problem I saw was that some npcs got stuck on their way when they met the notice boards on their path... However chances are that it solves itself while the player is away - not sure though.
  9. bexie1989
    bexie1989
    • member
    • 1 kudos
    It's a nice idea, but I was being given articles about stuff I hadn't even done yet - for example, I found an article about the massacre at Summitmist Manor long before I got to that quest. Also, the grammar and spelling mistakes in several articles turned me off, I'm afraid.
  10. Kirya
    Kirya
    • member
    • 6 kudos
    Decided not to install it due to reported incompatibilities with Better Cities.
    1. CarlosS4444
      CarlosS4444
      • premium
      • 126 kudos
      deleted