File information

Last updated

Original upload

Created by

Dillonn241

Uploaded by

Dillonn241

Virus scan

Safe to use

47 comments

  1. Dillonn241
    Dillonn241
    • premium
    • 91 kudos
    Locked
    Sticky
    As of Tamriel Rebuilt's 24.12 Firemoth Rekindled release, the TR add-on is no longer necessary. The minigame has been merged into Tamriel_Data and Tamriel Rebuilt itself, with my permission and a few edits thanks to trav at TR.

    I will be porting this mod to use the Tamriel_Data version with its improvements fairly soon, I hope, although in the meantime, the two implementations are compatible with each other, and you likely won't notice the difference.
  2. EmpyreanHyojason
    EmpyreanHyojason
    • member
    • 1 kudos
    Hi, I would like to make a suggestion if you do not mind. When paired with the dice game mod Thirty Six, the nine holes device and the die for that mod overlap in The Rat In The Pot at Ald'ruhn due to them being on the same table. Perhaps the device could be moved to another table nearby? It isn't necessarily a big deal however, as you can still interact with both. Have a nice day.
    1. Dillonn241
      Dillonn241
      • premium
      • 91 kudos
      The author of that mod should move their dice since it's easier to fit the dice anywhere, not to mention they released their mod after mine.
  3. ArgonianAssassin97
    ArgonianAssassin97
    • member
    • 0 kudos
    How do you turn an NPC into a challenger? I'd like to add another NPC to play this game with in Balmora's Thieves Guild
  4. Maarsz
    Maarsz
    • premium
    • 40 kudos
    Apparently the TR addon isn't necessary anymore since it's been merged in TR itself, shouldn't it be taken down/moved to the old files?
    1. Dillonn241
      Dillonn241
      • premium
      • 91 kudos
      Thanks. I moved it and updated the mod description.
  5. ASSMANLOLZ
    ASSMANLOLZ
    • member
    • 0 kudos
    the minigame stops working and i cant place any more pins after my 3rd turn
  6. HandsomeOre
    HandsomeOre
    • supporter
    • 8 kudos
    It brings new fun to morrowind! Can I translate it?
    1. Dillonn241
      Dillonn241
      • premium
      • 91 kudos
      Yes, go ahead.
  7. FilthyPeasant15
    FilthyPeasant15
    • supporter
    • 1 kudos
    This mod is so fun. Funny to say it's nice having a break from adventuring in a game like this, but it really is. Thank you for making this.

    I wanted to report two tiny issues I found. One's in the TR addon, in Firewatch. There's a seventh peg in the Legion Garrison there, stuck upright in the board. I think maybe left over from the non-functional board that exists there in TR? The second may just be my game being weird because I have too many mods, but figured I'd mention it; the lighting in Dirty Muriel's Cornerclub seems much darker with this mod and BCOM enabled.

    Also, would there be any chance of a compatibility patch for Nordic Dagon Fel sometime in the future? No worries if not of course, easy enough to just skip the Dagon Fel esp in the modular version.
    1. Dillonn241
      Dillonn241
      • premium
      • 91 kudos
      Thanks, I think I accidentally cleaned out that deletion in Firewatch in the last update. I uploaded a new version, 1.07b.

      The lighting change is not this mod. BCOM is most likely responsible, since Dirty Muriel's was very bright before.

      Nordic Dagon Fel already has a compatibility patch on its end, so I didn't see the need to merge it.
    2. FilthyPeasant15
      FilthyPeasant15
      • supporter
      • 1 kudos
      Whoops, my bad. Didn't notice the patch that came with Nordic Dagon Fel. Thanks very much for the update. :)
  8. cmiq589346
    cmiq589346
    • premium
    • 65 kudos
    Love it. I've really enjoyed playing it. Especially in my hatchet job little personal mod to add Nine Holes and Thirteen Telvanni to Arvud.

    I am actually just making my first ever proper mod. I'd love it if I could include a game of this in it, properly credited of course.
    1. Dillonn241
      Dillonn241
      • premium
      • 91 kudos
      Please go ahead.
    2. Dillonn241
      Dillonn241
      • premium
      • 91 kudos
      As of version 1.07, I added Nine-holes to Arvud! Thirteen Telvanni is next...
    3. cmiq589346
      cmiq589346
      • premium
      • 65 kudos
      Awesome.

      By the way:

      https://postimg.cc/qt8SP7FH

      It doesn't quite work as a physical game as the randomisation of the deck each turn is a bit of a faff! Still fun though.
    4. Dillonn241
      Dillonn241
      • premium
      • 91 kudos
      Neat, what is that? Did you do a 3D print or is it a render?
    5. cmiq589346
      cmiq589346
      • premium
      • 65 kudos
      Acrylic print onto acrylic board. I'd be happy to send you a set as thanks for the enjoyment I've had with the mod!
  9. horix0
    horix0
    • member
    • 0 kudos
    Hi, Thanks for the incredible minigame!

    I've noticed a bug for me on OpenMW: when I win a game, after "You won the game as Red!" is displayed, AI is able to play another move and show "Your opponent, as White, beat you."

    I managed to fix this bug by putting the "timer > 0" check inside "Game_NH_glb_PlayerTurn > 0" check in Game_NH_NineholesBoard_Sc, i.e. at line 97,if ( Game_NH_glb_PlayerTurn > 0 )
    if ( lastPlayer != Game_NH_glb_PlayerTurn )
    set lastPlayer to Game_NH_glb_PlayerTurn
    if ( lastPlayer != Game_NH_glb_PlayerColor )
    set timer to 3
    endif
    endif
    if ( timer > 0 )
    set timer to ( timer - GetSecondsPassed )
    if ( timer <= 1 )
    StartScript "Game_NH_AIMove_Sc"
    set timer to 0
    endif
    endif
    endif

    For your inference to fix it in your future releases. Thank you!
    1. EmpyreanHyojason
      EmpyreanHyojason
      • member
      • 1 kudos
      Can you upload the fixed version or PM me the file? Mine seems to be bugged as well.
    2. horix0
      horix0
      • member
      • 0 kudos
      Sure, here you go:
      https://drive.google.com/file/d/1dpAa4JkLqJW9uF03yvSyNzGg6puM0hf2/view?usp=sharing
      Replace the original Nine_holes.esp with this one. I haven't played Morrowind
      for a long time though, so I'm not sure how effective the fix is. Hope
      that can help!
    3. Dillonn241
      Dillonn241
      • premium
      • 91 kudos
      Fixed this in version 1.07, thank you!
  10. IndigoGollum
    IndigoGollum
    • member
    • 1 kudos
    Ðis is a great mod. It works pretty well, but I þink I once received 90 gold for winning instead of 30. Do you have plans to make it playable between multiple real people in TES3MP?
  11. Jcarter56
    Jcarter56
    • supporter
    • 0 kudos
    Huh, this was my nickname in college.  Weird.