File information

Last updated

Original upload

Created by

Aceanimations---Sswaye---VersuchDrei

Uploaded by

VersuchDrei

Virus scan

Safe to use

231 comments

  1. VersuchDrei
    VersuchDrei
    • premium
    • 839 kudos
    Locked
    Sticky
    Join the OStim community on Discord
    https://discord.gg/BnT5JQXynT
    
    
    Join the Discord for installation support, contributing to the development or taking part in the active community.
  2. Jofire101
    Jofire101
    • supporter
    • 2 kudos
    Thought I'd bring this up. Ostim SA has an 'Unrestricted Navigation' toggle in it's MCM that allows the player to feed on a partner while not a vampire. Doing this turns the player into a vampire. Secondly, When feeding on a partner while being a vampire causes the red screen flash and sound to trigger multiple times during the animation and once more after backing out of the animation. Each time the screen flash and sound trigger, it triggers the status notifications saying that you fed. It gets kinda annoying after a while..
  3. afshin76
    afshin76
    • supporter
    • 25 kudos
    So I'm using Devour mod with Ostim Standalone along with "Scion - A Vampire Overhaul" mod. After I let a Alva bite me during ostim scene I get a red flash. All normal.
    The problem is my PC becomes a vampire after this without even contracting Sanguinare disease. I can't even cure myself. 
    As soon as Alva feeds on me during sex, I get all vampire side effects.
    Not sure if this is by design but how can I fix it?
    1. VersuchDrei
      VersuchDrei
      • premium
      • 839 kudos
      The red flash it not normal for NPC feeding, only for when the PC feeds. Which then also explains the side effects, since the script to reset the vampire stage for the PC gets invoked. Which animation in particular are you using for the feeding?
    2. afshin76
      afshin76
      • supporter
      • 25 kudos
      It doesn't matter which animation, I have animations from Anub's mod and even they trigger it.
      Building on what you mentioned, when npc feeds on me I get a message that my thirst has been satiated or something like that. So the game thinks I'm the one who is feeding.
      I also start getting all the effects of vampire without being a vampire, like I can't go to Falion and get cured that way. I have to go and contract Sanguinare disease from fighting vampire and then go to Falion and chose the appropriate dialogue option.
      Thanks for responding, I'm not even sure where to start on fixing this issue.
    3. VersuchDrei
      VersuchDrei
      • premium
      • 839 kudos
      Try it with the animations that come with OStim. If those work fine it's poor tagging in the other animations.
    4. afshin76
      afshin76
      • supporter
      • 25 kudos
      You were absolutely right, the other animations are not causing any problem, it is just the ones from Anub. Any idea what I could change to fix the issue here?
    5. TangyTweaks
      TangyTweaks
      • premium
      • 218 kudos
      hm, I used ostim action vampirebite and didn't change/overwrite that action.

      I checked Ostim scenes with vampirebite, and couldn't find what I'm doing wrong :(

      Can there be any MCM settings which allow non-vampire player/npc to be an actor of vampirebite?

      Here are example of my scenes configs(there are 2 sets of animations with vampirebite with female and male vampires):

      Anubs  Male Vampire Feeding (remake) 2
      Spoiler:  
      Show

      {
          "name": "Anubs  Male Vampire Feeding (remake)",
          "modpack": "AnubsAnimations",
          "length": 2,
          "navigations": [
              {
                  "destination": "AnubsVamp1-3",
                  "description": "Next",
                  "icon": "OStim/symbols/arrow_right"
              },
              {
                  "destination": "AnubsVamp1-1",
                  "description": "Back",
                  "icon": "OStim/symbols/arrow_left"
              },
              {
                  "destination": "AnubsHumanPage4",
                  "description": "Return",
                  "icon": "OStim/symbols/return"
              }
          ],
          "speeds": [
              {
                  "animation": "AnubsVamp1_2"
              }
          ],
          "actors": [
              {
                  "intendedSex": "male",
                  "sosBend": -1,
                  "scale": 1,
                  "feetOnGround": true,
                  "tags": [
                      "standing"
                  ]
              },
              {
                  "intendedSex": "female",
                  "scale": 1,
                  "feetOnGround": true,
                  "tags": [
                      "facingaway",
                      "standing"
                  ]
              }
          ],
          "actions": [
              {
                  "type": "vampirebite",
                  "actor": 0,
                  "target": 1
              },
              {
                  "type": "grindingpenis",
                  "actor": 1,
                  "target": 0,
                  "performer": 0
              },
              {
                  "type": "holdinghand",
                  "actor": 0,
                  "target": 1
              }
          ],
          "tags": [
              "anubs"
          ]
      }


      Anubs  Male Vampire Feeding (remake) 3
      Spoiler:  
      Show

      {
          "name": "Anubs  Male Vampire Feeding (remake)",
          "modpack": "AnubsAnimations",
          "length": 2,
          "navigations": [
              {
                  "destination": "AnubsVamp1-4",
                  "description": "Next",
                  "icon": "OStim/symbols/arrow_right"
              },
              {
                  "destination": "AnubsVamp1-2",
                  "description": "Back",
                  "icon": "OStim/symbols/arrow_left"
              },
              {
                  "destination": "AnubsHumanPage4",
                  "description": "Return",
                  "icon": "OStim/symbols/return"
              }
          ],
          "speeds": [
              {
                  "animation": "AnubsVamp1_3"
              }
          ],
          "actors": [
              {
                  "intendedSex": "male",
                  "sosBend": 0,
                  "scale": 1,
                  "feetOnGround": true,
                  "tags": [
                      "standing"
                  ]
              },
              {
                  "intendedSex": "female",
                  "scale": 1,
                  "feetOnGround": true,
                  "tags": [
                      "facingaway",
                      "standing"
                  ]
              }
          ],
          "actions": [
              {
                  "type": "vampirebite",
                  "actor": 0,
                  "target": 1
              },
              {
                  "type": "vaginalsex",
                  "actor": 0,
                  "target": 1
              },
              {
                  "type": "holdingneck",
                  "actor": 0,
                  "target": 1
              }
          ],
          "tags": [
              "anubs"
          ]
      }


      Anubs  Male Vampire Feeding (remake) 6
      Spoiler:  
      Show

      {
          "name": "Anubs  Male Vampire Feeding (remake)",
          "modpack": "AnubsAnimations",
          "length": 9.333333,
          "destination": "AnubsVamp1-5",
          "speeds": [
              {
                  "animation": "AnubsVamp1_6"
              }
          ],
          "actors": [
              {
                  "intendedSex": "male",
                  "sosBend": 4,
                  "scale": 1,
                  "feetOnGround": true,
                  "tags": [
                      "standing"
                  ]
              },
              {
                  "intendedSex": "female",
                  "scale": 1,
                  "feetOnGround": true,
                  "tags": [
                      "climaxing",
                      "facingaway",
                      "standing"
                  ]
              }
          ],
          "actions": [
              {
                  "type": "vaginalsex",
                  "actor": 0,
                  "target": 1
              },
              {
                  "type": "vampirebite",
                  "actor": 0,
                  "target": 1
              },
              {
                  "type": "holdinghead",
                  "actor": 0,
                  "target": 1
              }
          ],
          "tags": [
              "anubs",
              "transition"
          ]
      }


      Anubs Female Vampire Feeding
      Spoiler:  
      Show

      {
          "name": "Anubs Female Vampire Feeding",
          "modpack": "AnubsAnimations",
          "length": 2,
          "navigations": [
              {
                  "destination": "AnubsVampfemale-3",
                  "description": "Next",
                  "icon": "OStim/symbols/arrow_right"
              },
              {
                  "destination": "AnubsVampfemale-1",
                  "description": "Back",
                  "icon": "OStim/symbols/arrow_left"
              },
              {
                  "destination": "AnubsHumanPage4",
                  "description": "Return",
                  "icon": "OStim/symbols/return"
              }
          ],
          "speeds": [
              {
                  "animation": "AnubsVampfemale_2"
              }
          ],
          "actors": [
              {
                  "intendedSex": "male",
                  "sosBend": -3,
                  "scale": 1,
                  "feetOnGround": true,
                  "tags": [
                      "standing"
                  ]
              },
              {
                  "intendedSex": "female",
                  "scale": 1,
                  "feetOnGround": true,
                  "tags": [
                      "standing"
                  ]
              }
          ],
          "actions": [
              {
                  "type": "vampirebite",
                  "actor": 1,
                  "target": 0
              },
              {
                  "type": "thighjob",
                  "actor": 1,
                  "target": 0
              }
          ],
          "tags": [
              "anubs"
          ]
      }


      Anubs Female Vampire Feeding 4
      Spoiler:  
      Show

      {
          "name": "Anubs Female Vampire Feeding",
          "modpack": "AnubsAnimations",
          "length": 2,
          "navigations": [
              {
                  "destination": "AnubsVampfemale-5",
                  "description": "Next",
                  "icon": "OStim/symbols/arrow_right"
              },
              {
                  "destination": "AnubsVampfemale-3",
                  "description": "Back",
                  "icon": "OStim/symbols/arrow_left"
              },
              {
                  "destination": "AnubsHumanPage4",
                  "description": "Return",
                  "icon": "OStim/symbols/return"
              }
          ],
          "speeds": [
              {
                  "animation": "AnubsVampfemale_4"
              }
          ],
          "actors": [
              {
                  "intendedSex": "male",
                  "sosBend": 4,
                  "scale": 1,
                  "feetOnGround": true,
                  "tags": [
                      "standing"
                  ]
              },
              {
                  "intendedSex": "female",
                  "scale": 1,
                  "feetOnGround": false,
                  "tags": [
                      "suspended"
                  ]
              }
          ],
          "actions": [
              {
                  "type": "vaginalsex",
                  "actor": 0,
                  "target": 1,
                  "performer": 1
              },
              {
                  "type": "vampirebite",
                  "actor": 1,
                  "target": 0
              }
          ],
          "tags": [
              "anubs"
          ]
      }


      Anubs Female Vampire Feeding 5
      Spoiler:  
      Show

      {
          "name": "Anubs Female Vampire Feeding",
          "modpack": "AnubsAnimations",
          "length": 2,
          "navigations": [
              {
                  "destination": "AnubsVampfemale-6",
                  "description": "Next(climax)",
                  "icon": "OStim/symbols/arrow_right"
              },
              {
                  "destination": "AnubsVampfemale-4",
                  "description": "Back",
                  "icon": "OStim/symbols/arrow_left"
              },
              {
                  "destination": "AnubsHumanPage4",
                  "description": "Return",
                  "icon": "OStim/symbols/return"
              }
          ],
          "speeds": [
              {
                  "animation": "AnubsVampfemale_5"
              }
          ],
          "actors": [
              {
                  "intendedSex": "male",
                  "sosBend": 7,
                  "scale": 1,
                  "feetOnGround": true,
                  "tags": [
                      "lyingback"
                  ],
                  "autoTransitions": {
                      "climax": "AnubsVampfemale-6"
                  }
              },
              {
                  "intendedSex": "female",
                  "scale": 1,
                  "feetOnGround": false,
                  "tags": [
                      "kneeling"
                  ],
                  "autoTransitions": {
                      "climax": "AnubsVampfemale-6"
                  }
              }
          ],
          "actions": [
              {
                  "type": "vaginalsex",
                  "actor": 0,
                  "target": 1,
                  "performer": 1
              },
              {
                  "type": "vampirebite",
                  "actor": 1,
                  "target": 0
              }
          ],
          "tags": [
              "anubs",
              "cowgirl"
          ]
      }
    6. VersuchDrei
      VersuchDrei
      • premium
      • 839 kudos
      Here are example of my scenes configs(there are 2 sets of animations with vampirebite with female and male vampires):
      Those do look properly tagged.

      Can there be any MCM settings which allow non-vampire player/npc to be an actor of vampirebite?
      No, you're right. The scene shouldn't even be able to play if the feeder isn't a vampire. That is, if you're on OStim Standalone and not OStim NG.

      @afshin76 which version of OStim and which animation packs are you using?
    7. afshin76
      afshin76
      • supporter
      • 25 kudos
      I am using Ostim Standalone and this mod: https://www.nexusmods.com/skyrimspecialedition/mods/101918
      As for animation I am using "Anubs Female Vampire Feeding" where the npc is feeding on my player character. I failed to mention that my character is also female.
    8. afshin76
      afshin76
      • supporter
      • 25 kudos
      Could that be the reason?
    9. VersuchDrei
      VersuchDrei
      • premium
      • 839 kudos
      Is your character in the dom or the sub role during the animation?
    10. afshin76
      afshin76
      • supporter
      • 25 kudos
      dom
    11. VersuchDrei
      VersuchDrei
      • premium
      • 839 kudos
      Yeah I'm kind of out of ideas. I have to have a closer look at the code when I've got the time.
    12. afshin76
      afshin76
      • supporter
      • 25 kudos
      Thank you both for helping.
    13. I have the same issue lol
    14. Inuxa
      Inuxa
      • supporter
      • 5 kudos
      I have Sacrosanct and I have the same problem :(
    15. Inuxa
      Inuxa
      • supporter
      • 5 kudos
      Fellas. 
      I think this might be intentional. 
      From Anub's animations for Ostim Standalone FOMOD:
      6 vampire animations with vampire feeding (use Devour for vampire feeding, careful though it will turn you into vampire). There are scenes for male or female vampires, to properly play them you need to have female or male vampire among you actor. 
    16. myth0x2
      myth0x2
      • member
      • 0 kudos
      Did you ever figure out a fix for this? Same issue here. Nothing works besides the console command "setstage 000EAFD5 10" which essentially marks the game as having completed the last quest in the cure vampirism mission. However, this only works once so I don't want to use this method.
    17. afshin76
      afshin76
      • supporter
      • 25 kudos
      Sadly no :(
    18. Ashutosh811
      Ashutosh811
      • member
      • 0 kudos
      First, be a vampire and second, tag the action properly. I'm using sacrosanct, ostim sa and anubs vampire feeding animation and it's working perfectly for me, after tagging the scenes ofcourse 
  4. Ashutosh811
    Ashutosh811
    • member
    • 0 kudos
    Feeding causes no effect. The upper bar always remains empty and MCM automatically changes back its settings even after changing settings, saving and reloading the game🥶🥶
  5. BoredLizard
    BoredLizard
    • member
    • 2 kudos
    Neat mod!
    Here's a couple suggestions that would improve the experience for me:
    - Having Blood be a resource that is saved in between encounters. So drain half the bar and immediately start another bite
    action or scene and it's still half. With a 24 hour or so refresh period on that resource.
    - Having certain thresholds in that resource bar like 33% or 50% where a "Feeding" has occurred. This turns it into a little minigame like from Vampire the Masquerade, where you're trying to get as much blood as possible without killing the person and a renewable source of blood.

    These suggestions have spawned from my personal use of Better Vampires. You can cheese the existing system by spamming the animation repeatedly, racking up lots of feedings which is a form of free progression. Better Vampires inhibits this by applying a condition that makes the individual die on the next feeding or be unable to be fed upon if they're essential. However that condition does not apply using this mod's animations.

    Essentially, I just want the ability to feed on someone a finite number of times, but not kill them using this mod. Theoretically, there's lots of potential methods to accomplish this and I'd be happy with any of them.
  6. Perricasa
    Perricasa
    • premium
    • 4 kudos
    Hey, I was curious if anyone else is running into this issue. So I'm using Scion and Ostim Standalone, I get the option to feed just fine, the mcm and blood bar show up and work. However, after feeding, whether by emptying the blood bar or leaving early, my character does not seem to actually get fed. As in, Scion is not registering my character as having fed and my vampiric thirst stays the same. Anyone else running into this? Super cool mod otherwise, thanks for sharing <3

    Edit: Wow nevermind, I am dumb as a literal hammer and didn't realize I didn't have vampire feed proxy downloaded for some reason. Apologies! Please forgive and ignore my stupidity.
  7. SrMangos
    SrMangos
    • supporter
    • 0 kudos
    this will replace vanilla bite animations in gameplay?
    1. VersuchDrei
      VersuchDrei
      • premium
      • 839 kudos
      No.
  8. Kindly827
    Kindly827
    • member
    • 1 kudos
    Is there a way to make this compatible with iNeed vampire options?
    1. WinterSouls41
      WinterSouls41
      • supporter
      • 0 kudos
      Man, what are you doing using ineed in 2024? Sunhelm is the way.
    2. wolfomega101
      wolfomega101
      • member
      • 0 kudos
      yes a fellow ineed brother lol 
  9. Maui81
    Maui81
    • premium
    • 1 kudos
    Hello! Great mod, thanks for creating it!
    Is there any way I could increase the "blood bar" drain time past 20 seconds? I'd like to have it much longer. Thanks!
    1. Inuxa
      Inuxa
      • supporter
      • 5 kudos
      +1
  10. bystander
    bystander
    • premium
    • 37 kudos
    Can anyone please confirm they have this working with the latest versions of OStim Standalone? 

    This mod used to work for me, but now I simply don't have those "bite" buttons showing in the UI. I've started digging into OStim and apparently to show they require PC to have a "Vampire" KW . My character does, I've checked through console.

    I'm out of ideas.
    1. aulton1968
      aulton1968
      • premium
      • 5 kudos
      I’m having a similar issue. I get the bite menu if I turn on Ostim debug. Devour does have an mcm option to turn off the check for vampire. 
      My issue could be because I’m doing a test run and gave myself vampirism in the cheat room mod. When becoming a vampire, if some mods don’t recognize you as a vampire, you can reload a save and become a vampire again to triggers  your mods to recognize the change and fill the requirement. I’m going to try reloading and catch vampirism the normal way.  
    2. bystander
      bystander
      • premium
      • 37 kudos
      Go ahead, I doubt it will solve it. You're either a vampire or you aren't

      I solved it by downgrading OStim SA to 7.2
    3. aulton1968
      aulton1968
      • premium
      • 5 kudos
      I found that you were right. Even after installing the Lovemaking Compendium mod and turning off the check for vampire option in Ostim, it did not solve the problem for me. I'll just use the search to get to it until it works again in the latest version. 
  11. RtasLodamai
    RtasLodamai
    • member
    • 0 kudos
    Would it work for female NPCs with the vampire tag biting the player?
    1. Thejamieb
      Thejamieb
      • supporter
      • 0 kudos
      The mod description literally answers this for you - Yes.