Oblivion

File information

Last updated

Original upload

Created by

Maskar

Uploaded by

Maskar

Virus scan

Safe to use

640 comments

  1. Maskar
    Maskar
    • premium
    • 575 kudos
    Locked
    Sticky
    Latest info

    28/5/2020
    For whoever interested I plan on updating this mod in the near future. It will include LINK support and various other improvements.
  2. Bronnergus
    Bronnergus
    • supporter
    • 1 kudos
    .
  3. HVXRPNTC
    HVXRPNTC
    • member
    • 0 kudos
    Hi, can someone tell me how I could change the 'bathe' hotkey from Z? I need it to kick enemies with the deadly reflex mod... And I don't want my character to suddenly start washing if I were to ever fight in a body of water.
  4. Challenger4676
    Challenger4676
    • member
    • 2 kudos
    Tail slot doesn't unequip when I'm doing hygiene business. I have a backpack set on this slot. That ruins my immersion. Is there any workaround for this? Thank you. (Ini values are in proper order.)
  5. ir4n
    ir4n
    • member
    • 25 kudos
    There is a minor issue with ini file: ini_toiletpaper_free option actually means maximum random amount of toilet paper you will receive upon starting a new game + 1. So regardless of that option's value, you will always receive at least one toilet paper (if BPH.ini_toilet_realistic is true that is). The code that gives you toilet paper is the following:

    if BPH.freetoiletpaper == 0
        set BPH.freetoiletpaper to ( GetRandomPercent * BPH.ini_toiletpaper_free / 100 ) + 1
        player.AddItemNS BPHToiletPaper BPH.freetoiletpaper
    endif
            

    So if you want to receive no toilet paper at all upon game start, you should add this to ini:

    Set BPH.freetoiletpaper To 1

    Another option would be to set BPH.ini_toiletpaper_free to -1
  6. Nateoid
    Nateoid
    • member
    • 0 kudos
    how do you add hotkeys?
  7. UneteroKenora
    UneteroKenora
    • member
    • 0 kudos
    Hello again!

    I'm having an ""Issue"" trying to get my CM Partner followers to enter the Bath, the extra seats option is enabled, but they always wander off to seat on a chair instead/sleep on a bed, anything But enter the bath. 
     I'm not sure if I understood what the extra seats are for, and what could I do to get the CM followers to enter the bath and ignore the chairs? (If there are no chairs they disappear, thanos snap)

    I had this issue with the CM Orc partners and xivilai partners, idk about the original CM Partners from the official mod, I don't use them. 
    Although, One time only I got a xivilai partner to enter the Wooden Bathtub I remember, no idea how he decided to stop ignoring the bath.

    This isn't a big issue, but it's annoying somewhat :V
  8. BlueChel5
    BlueChel5
    • member
    • 3 kudos
    I reported a mod conflict with People Live Here - Bravil Enhancement Mod on its Posts page, if you are interested in solving it or not.
  9. BrianHavoc
    BrianHavoc
    • member
    • 1 kudos
    Plss add a bathroom area in at least one in every major inns for public use and also in count private quarters, guilds, and noble houses in the cities for the sake of immersion hehe
  10. desertmouse723
    desertmouse723
    • member
    • 0 kudos
    Are poophouses compatible with the New City series?
  11. mb11492
    mb11492
    • premium
    • 0 kudos
    Hello to oblivion players in 2021!

    My character needs to use the bathroom and wash like every minute. What's up with that?
    1. Kalderus
      Kalderus
      • member
      • 0 kudos
      Change your timescale from the default 30 (30x IRL speed) to 6, and this should solve your problems.  Maskar's needs mods are wonderful, but don't play well with the default Oblivion timescale setting.  Go into console and type:

      set timescale to 6